Trace number 203786

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ACSAT 1603.86 1605.73

DiagnosticValue
CHECKS8251906671
NODES5089835

General information on the benchmark

Namerandom/rand-2-27/
rand-27-27-351-163-60021_ext.xml
MD5SUM661b9784ba4950c7ea8b2ff8188d642b
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 benchmark221.806
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.38	   
0.38	Abscon 109 (November, 2006)
0.38	   
0.38	   configuration
0.38	     name=mac.xml
0.42	   
0.42	   instance
0.42	     name=/tmp/evaluation/203786-1168073194/unknown.xml
0.45	   
0.45	   domains being loaded...
0.45	   
0.45	   variables being loaded...
0.48	     nbVariables=27  nbDomainTypes=1  minDomainSize=27  maxDomainSize=27
0.48	       =>  wckTime=0.094  cpuTime=0.08  mem=6M951
0.48	   
0.48	   relations being loaded...
0.60	   
0.60	   constraints being loaded...
0.72	     nbConstraints=351  nbRelationTypes=351  nbExtensionStructures=351  nbSharedExtensionStructures=0
0.72	     nbConflictsStructures=351  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1029  maxDegree=26
0.72	     maxArity=2
0.72	       =>  wckTime=0.336  cpuTime=0.25  mem=15M761
0.76	   
0.76	   solver IterativeSystematicSolver being built... 
0.91	       =>  wckTime=0.524  cpuTime=0.37  mem=14M247
0.92	   
0.92	   preprocessing
0.92	     nbConstraintChecks=0  nbPropagations=27  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.92	     detectedInconsistency=no
0.92	       =>  wckTime=0.0050  cpuTime=0.0  mem=14M247
0.97	   
0.97	   search
0.97	     run=0  nbConstraintChecks=40963  nbPropagations=460  nbRevisions=7812  nbUselessRevisions=6832  nbAssignments=25
0.97	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=45  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.97	     nbTooLargeKeys=0
0.97	       =>  wckTime=0.051  cpuTime=0.03  mem=15M288
0.99	   
0.99	   search
0.99	     run=1  nbConstraintChecks=103849  nbPropagations=1537  nbRevisions=27873  nbUselessRevisions=24302
0.99	     nbAssignments=63  nbFailedAssignments=26  nbBacktracks=27  nbVisitedNodes=112  nbRestartNogoods=1  mapSize=27
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.073  cpuTime=0.05  mem=15M288
1.01	   
1.01	   search
1.01	     run=2  nbConstraintChecks=179439  nbPropagations=3435  nbRevisions=63481  nbUselessRevisions=55430
1.01	     nbAssignments=112  nbFailedAssignments=45  nbBacktracks=50  nbVisitedNodes=198  nbRestartNogoods=4  mapSize=50
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.096  cpuTime=0.06  mem=15M288
1.04	   
1.04	   search
1.04	     run=3  nbConstraintChecks=293576  nbPropagations=6496  nbRevisions=123369  nbUselessRevisions=107838
1.04	     nbAssignments=180  nbFailedAssignments=74  nbBacktracks=83  nbVisitedNodes=321  nbRestartNogoods=7  mapSize=82
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.123  cpuTime=0.1  mem=15M288
1.07	   
1.07	   search
1.07	     run=4  nbConstraintChecks=460142  nbPropagations=11214  nbRevisions=218810  nbUselessRevisions=191426
1.07	     nbAssignments=283  nbFailedAssignments=121  nbBacktracks=133  nbVisitedNodes=507  nbRestartNogoods=13  mapSize=131
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.152  cpuTime=0.12  mem=15M288
1.12	   
1.12	   search
1.12	     run=5  nbConstraintChecks=713664  nbPropagations=18467  nbRevisions=369346  nbUselessRevisions=323428
1.12	     nbAssignments=445  nbFailedAssignments=200  nbBacktracks=210  nbVisitedNodes=806  nbRestartNogoods=18  mapSize=207
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.201  cpuTime=0.17  mem=15M288
1.18	   
1.18	   search
1.18	     run=6  nbConstraintChecks=1062083  nbPropagations=29187  nbRevisions=595803  nbUselessRevisions=521924
1.18	     nbAssignments=673  nbFailedAssignments=308  nbBacktracks=324  nbVisitedNodes=1221  nbRestartNogoods=22  mapSize=319
1.18	     nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.263  cpuTime=0.23  mem=15M288
1.27	   
1.27	   search
1.27	     run=7  nbConstraintChecks=1614691  nbPropagations=45368  nbRevisions=942960  nbUselessRevisions=826566
1.27	     nbAssignments=1012  nbFailedAssignments=471  nbBacktracks=494  nbVisitedNodes=1843  nbRestartNogoods=29
1.27	     mapSize=482  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.356  cpuTime=0.32  mem=15M288
1.41	   
1.41	   search
1.41	     run=8  nbConstraintChecks=2416042  nbPropagations=69454  nbRevisions=1465171  nbUselessRevisions=1284926
1.41	     nbAssignments=1511  nbFailedAssignments=708  nbBacktracks=750  nbVisitedNodes=2764  nbRestartNogoods=36
1.41	     mapSize=735  nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.497  cpuTime=0.45  mem=15M288
1.55	   
1.55	   INFO : Stopping hyperNogood (mapSize=1028, nbTooLargekeys=0, mem=15M288)
1.59	   
1.59	   search
1.59	     run=9  nbConstraintChecks=3554674  nbPropagations=105382  nbRevisions=2249621  nbUselessRevisions=1974086
1.59	     nbAssignments=2274  nbFailedAssignments=1081  nbBacktracks=1135  nbVisitedNodes=4178  nbRestartNogoods=40
1.59	       =>  wckTime=0.679  cpuTime=0.62  mem=15M288
1.89	   
1.89	   search
1.89	     run=10  nbConstraintChecks=5403745  nbPropagations=159018  nbRevisions=3434237  nbUselessRevisions=3014669
1.90	     nbAssignments=3389  nbFailedAssignments=1614  nbBacktracks=1711  nbVisitedNodes=6238  nbRestartNogoods=52
1.90	       =>  wckTime=0.98  cpuTime=0.91  mem=15M288
2.41	   
2.41	   search
2.41	     run=11  nbConstraintChecks=8011483  nbPropagations=239037  nbRevisions=5205194  nbUselessRevisions=4569813
2.41	     nbAssignments=5088  nbFailedAssignments=2444  nbBacktracks=2575  nbVisitedNodes=9395  nbRestartNogoods=59
2.41	       =>  wckTime=1.5  cpuTime=1.43  mem=15M288
3.20	   
3.20	   search
3.20	     run=12  nbConstraintChecks=12036789  nbPropagations=358434  nbRevisions=7867621  nbUselessRevisions=6908535
3.20	     nbAssignments=7605  nbFailedAssignments=3658  nbBacktracks=3874  nbVisitedNodes=14037  nbRestartNogoods=67
3.20	       =>  wckTime=2.281  cpuTime=2.21  mem=15M288
4.36	   
4.36	   search
4.36	     run=13  nbConstraintChecks=18089640  nbPropagations=536960  nbRevisions=11862955  nbUselessRevisions=10418063
4.36	     nbAssignments=11332  nbFailedAssignments=5432  nbBacktracks=5822  nbVisitedNodes=20946  nbRestartNogoods=79
4.36	       =>  wckTime=3.444  cpuTime=3.37  mem=15M288
6.10	   
6.10	   search
6.10	     run=14  nbConstraintChecks=26990300  nbPropagations=803986  nbRevisions=17846042  nbUselessRevisions=15673843
6.10	     nbAssignments=16976  nbFailedAssignments=8152  nbBacktracks=8741  nbVisitedNodes=31425  nbRestartNogoods=87
6.11	       =>  wckTime=5.191  cpuTime=5.11  mem=15M288
8.62	   
8.62	   search
8.62	     run=15  nbConstraintChecks=39789111  nbPropagations=1201180  nbRevisions=26721648  nbUselessRevisions=23473268
8.62	     nbAssignments=25329  nbFailedAssignments=12121  nbBacktracks=13120  nbVisitedNodes=46891  nbRestartNogoods=100
8.62	       =>  wckTime=7.71  cpuTime=7.63  mem=15M288
12.44	   
12.44	   search
12.44	     run=16  nbConstraintChecks=59075002  nbPropagations=1793062  nbRevisions=39927797  nbUselessRevisions=35078200
12.44	     nbAssignments=37844  nbFailedAssignments=18061  nbBacktracks=19689  nbVisitedNodes=70035  nbRestartNogoods=107
12.44	       =>  wckTime=11.522  cpuTime=11.44  mem=15M288
18.26	   
18.26	   search
18.26	     run=17  nbConstraintChecks=88700026  nbPropagations=2680373  nbRevisions=59755598  nbUselessRevisions=52504051
18.26	     nbAssignments=56761  nbFailedAssignments=27120  nbBacktracks=29542  nbVisitedNodes=105028  nbRestartNogoods=117
18.26	       =>  wckTime=17.347  cpuTime=17.26  mem=15M288
26.93	   
26.93	   search
26.93	     run=18  nbConstraintChecks=132720802  nbPropagations=4009229  nbRevisions=89515269  nbUselessRevisions=78669727
26.93	     nbAssignments=85040  nbFailedAssignments=40614  nbBacktracks=44321  nbVisitedNodes=157373  nbRestartNogoods=131
26.93	       =>  wckTime=26.016  cpuTime=25.93  mem=15M288
40.33	   
40.33	   search
40.33	     run=19  nbConstraintChecks=200620776  nbPropagations=6009319  nbRevisions=134481798  nbUselessRevisions=118215678
40.33	     nbAssignments=127600  nbFailedAssignments=60999  nbBacktracks=66489  nbVisitedNodes=236307  nbRestartNogoods=151
40.33	       =>  wckTime=39.414  cpuTime=39.29  mem=15M288
60.35	   
60.35	   search
60.35	     run=20  nbConstraintChecks=303502730  nbPropagations=9020787  nbRevisions=202340848  nbUselessRevisions=177899677
60.35	     nbAssignments=191661  nbFailedAssignments=91799  nbBacktracks=99742  nbVisitedNodes=355056  nbRestartNogoods=165
60.35	       =>  wckTime=59.431  cpuTime=59.3  mem=15M288
89.95	   
89.95	   search
89.95	     run=21  nbConstraintChecks=454909758  nbPropagations=13529687  nbRevisions=303918937  nbUselessRevisions=267236326
89.95	     nbAssignments=286902  nbFailedAssignments=137155  nbBacktracks=149622  nbVisitedNodes=531315  nbRestartNogoods=178
89.95	       =>  wckTime=89.038  cpuTime=88.86  mem=15M288
134.29	   
134.29	   search
134.29	     run=22  nbConstraintChecks=680086818  nbPropagations=20288848  nbRevisions=456131219  nbUselessRevisions=401121746
134.29	     nbAssignments=430811  nbFailedAssignments=206241  nbBacktracks=224440  nbVisitedNodes=797961  nbRestartNogoods=195
134.29	       =>  wckTime=133.376  cpuTime=133.15  mem=15M288
201.54	   
201.54	   search
201.54	     run=23  nbConstraintChecks=1023028861  nbPropagations=30440711  nbRevisions=684994649  nbUselessRevisions=602459669
201.54	     nbAssignments=646382  nbFailedAssignments=309579  nbBacktracks=336667  nbVisitedNodes=1197349  nbRestartNogoods=215
201.54	       =>  wckTime=200.626  cpuTime=200.34  mem=15M288
302.77	   
302.77	   search
302.77	     run=24  nbConstraintChecks=1539665316  nbPropagations=45674897  nbRevisions=1029152055
302.77	     nbUselessRevisions=905249837  nbAssignments=968953  nbFailedAssignments=463804  nbBacktracks=505008
302.77	     nbVisitedNodes=1794594  nbRestartNogoods=240
302.77	       =>  wckTime=301.854  cpuTime=301.45  mem=15M288
456.27	   
456.27	   search
456.27	     run=25  nbConstraintChecks=2330358157  nbPropagations=68625014  nbRevisions=1548683614
456.27	     nbUselessRevisions=1362333645  nbAssignments=1456574  nbFailedAssignments=698909  nbBacktracks=757519
456.27	     nbVisitedNodes=2699262  nbRestartNogoods=263
456.27	       =>  wckTime=455.356  cpuTime=454.79  mem=15M288
688.11	   
688.11	   search
688.11	     run=26  nbConstraintChecks=3526774763  nbPropagations=103184197  nbRevisions=2333099730
688.11	     nbUselessRevisions=2052532775  nbAssignments=2189637  nbFailedAssignments=1053199  nbBacktracks=1136286
688.11	     nbVisitedNodes=4059888  nbRestartNogoods=297
688.11	       =>  wckTime=687.191  cpuTime=686.39  mem=15M288
1035.97	   
1035.97	   search
1035.97	     run=27  nbConstraintChecks=5315906310  nbPropagations=155144933  nbRevisions=3514518143
1035.97	     nbUselessRevisions=3092190019  nbAssignments=3289092  nbFailedAssignments=1584497  nbBacktracks=1704437
1035.97	     nbVisitedNodes=6099876  nbRestartNogoods=321
1035.97	       =>  wckTime=1035.06  cpuTime=1033.82  mem=15M288
1556.52	   
1556.52	   search
1556.52	     run=28  nbConstraintChecks=7998757811  nbPropagations=233134624  nbRevisions=5290412755
1556.52	     nbUselessRevisions=4655273368  nbAssignments=4935062  nbFailedAssignments=2378235  nbBacktracks=2556663
1556.52	     nbVisitedNodes=9152410  nbRestartNogoods=360
1556.52	       =>  wckTime=1555.609  cpuTime=1553.83  mem=15M288
1605.71	   
1605.71	   search
1605.71	     run=29  nbConstraintChecks=8251906671  nbPropagations=313583642  nbRevisions=7122409465
1605.71	     nbUselessRevisions=6267739082  nbAssignments=5089835  nbFailedAssignments=2452348  nbBacktracks=2637296
1605.71	     nbVisitedNodes=9439338  nbRestartNogoods=384
1605.71	       =>  wckTime=1604.8  cpuTime=1602.96  mem=15M288
1605.72	   
1605.72	   global
1605.72	     nbConstraintChecks=8251906671  nbPropagations=313583669  nbRevisions=7122409465  nbUselessRevisions=6267739082
1605.72	     nbRestartNogoods=384  solvingWckTime=1604.801  solvingCpuTime=1602.96  expiredTime=no  totalExploration=no
1605.72	     nbFoundSolutions=1  globalCpuTime=1603.38
1605.72	       =>  wckTime=1605.329  cpuTime=1603.33  mem=15M288
1605.72	   
1605.72	s SATISFIABLE
1605.72	v 12 8 8 11 24 23 5 3 5 2 5 15 22 19 12 19 24 26 0 9 6 7 3 25 0 18 6 
1605.72	d NODES 5089835
1605.72	d CHECKS 8251906671
1605.72	   
1605.72	   totalWckTime=1605.406  totalCpuTime=1603.38

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/node62/watcher-203786-1168073194 -o ROOT/results/node62/solver-203786-1168073194 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203786-1168073194/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.92 0.99 0.99 3/69 1302
/proc/meminfo: memFree=1144616/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=18540 CPUtime=0
/proc/1300/stat : 1300 (runsolver) R 1298 1300 1194 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 155717195 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 236437695783 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1300/statm: 4635 279 244 17 0 2626 0

[startup+0.102912 s]
/proc/loadavg: 0.92 0.99 0.99 3/69 1302
/proc/meminfo: memFree=1144616/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=911488 CPUtime=0.06
/proc/1300/stat : 1300 (java) D 1298 1300 1194 0 -1 0 2635 0 1 0 5 1 0 0 20 0 8 0 155717195 933363712 2382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 227872 2382 1284 14 0 215051 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 911488

[startup+0.510991 s]
/proc/loadavg: 0.92 0.99 0.99 3/69 1302
/proc/meminfo: memFree=1144616/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=915328 CPUtime=0.4
/proc/1300/stat : 1300 (java) R 1298 1300 1194 0 -1 0 6185 0 1 0 36 4 0 0 18 0 8 0 155717195 937295872 5924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073562206 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 228832 5924 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 915328

[startup+1.33315 s]
/proc/loadavg: 0.92 0.99 0.99 3/87 1320
/proc/meminfo: memFree=1092312/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=915456 CPUtime=1.23
/proc/1300/stat : 1300 (java) R 1298 1300 1194 0 -1 0 9193 0 1 0 117 6 0 0 25 0 8 0 155717195 937426944 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073808121 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 228864 8931 2513 14 0 215334 0
[pid=1300/tid=1308] ppid=1298 vsize=915456 CPUtime=0.03
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 1194 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155717200 937426944 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1311] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1317] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1317/stat : 1317 (java) S 1298 1300 1194 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155717203 937426944 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1318] ppid=1298 vsize=915456 CPUtime=0.19
/proc/1300/task/1318/stat : 1318 (java) S 1298 1300 1194 0 -1 64 375 0 0 0 18 1 0 0 15 0 8 0 155717203 937426944 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1319] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1319/stat : 1319 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155717203 937426944 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1320] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1320/stat : 1320 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155717203 937426944 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 915456

[startup+2.98647 s]
/proc/loadavg: 0.92 0.99 0.99 3/87 1320
/proc/meminfo: memFree=1092056/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=915456 CPUtime=2.87
/proc/1300/stat : 1300 (java) R 1298 1300 1194 0 -1 0 9209 0 1 0 281 6 0 0 25 0 8 0 155717195 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918585 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 228864 8946 2513 14 0 215334 0
[pid=1300/tid=1308] ppid=1298 vsize=915456 CPUtime=0.03
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 1194 0 -1 64 363 0 0 0 3 0 0 0 17 0 8 0 155717200 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1311] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1317] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1317/stat : 1317 (java) S 1298 1300 1194 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155717203 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1318] ppid=1298 vsize=915456 CPUtime=0.22
/proc/1300/task/1318/stat : 1318 (java) S 1298 1300 1194 0 -1 64 390 0 0 0 21 1 0 0 15 0 8 0 155717203 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1319] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1319/stat : 1319 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155717203 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1320] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1320/stat : 1320 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155717203 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 915456

[startup+6.26712 s]
/proc/loadavg: 1.01 1.00 1.00 3/87 1320
/proc/meminfo: memFree=1091928/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=915456 CPUtime=6.15
/proc/1300/stat : 1300 (java) R 1298 1300 1194 0 -1 0 9210 0 1 0 609 6 0 0 25 0 8 0 155717195 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807448 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 228864 8946 2513 14 0 215334 0
[pid=1300/tid=1308] ppid=1298 vsize=915456 CPUtime=0.03
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 1194 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155717200 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1311] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1317] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1317/stat : 1317 (java) S 1298 1300 1194 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155717203 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1318] ppid=1298 vsize=915456 CPUtime=0.22
/proc/1300/task/1318/stat : 1318 (java) S 1298 1300 1194 0 -1 64 390 0 0 0 21 1 0 0 15 0 8 0 155717203 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1319] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1319/stat : 1319 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155717203 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1320] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1320/stat : 1320 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155717203 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 915456

[startup+12.7534 s]
/proc/loadavg: 1.09 1.02 1.01 3/87 1320
/proc/meminfo: memFree=1091928/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=915456 CPUtime=12.63
/proc/1300/stat : 1300 (java) R 1298 1300 1194 0 -1 0 9210 0 1 0 1257 6 0 0 25 0 8 0 155717195 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800428 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 228864 8946 2513 14 0 215334 0
[pid=1300/tid=1308] ppid=1298 vsize=915456 CPUtime=0.03
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 1194 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155717200 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1311] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1317] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1317/stat : 1317 (java) S 1298 1300 1194 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155717203 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1318] ppid=1298 vsize=915456 CPUtime=0.22
/proc/1300/task/1318/stat : 1318 (java) S 1298 1300 1194 0 -1 64 390 0 0 0 21 1 0 0 15 0 8 0 155717203 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1319] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1319/stat : 1319 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155717203 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1320] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1320/stat : 1320 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155717203 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915456

[startup+25.6009 s]
/proc/loadavg: 1.29 1.07 1.02 3/87 1320
/proc/meminfo: memFree=1092064/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=915456 CPUtime=25.48
/proc/1300/stat : 1300 (java) R 1298 1300 1194 0 -1 0 9210 0 1 0 2541 7 0 0 25 0 8 0 155717195 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807437 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 228864 8946 2513 14 0 215334 0
[pid=1300/tid=1308] ppid=1298 vsize=915456 CPUtime=0.03
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 1194 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155717200 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1311] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1317] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1317/stat : 1317 (java) S 1298 1300 1194 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155717203 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1318] ppid=1298 vsize=915456 CPUtime=0.22
/proc/1300/task/1318/stat : 1318 (java) S 1298 1300 1194 0 -1 64 390 0 0 0 21 1 0 0 16 0 8 0 155717203 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1319] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1319/stat : 1319 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155717203 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1320] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1320/stat : 1320 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155717203 937426944 8946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 915456

[startup+51.204 s]
/proc/loadavg: 1.53 1.14 1.04 3/87 1320
/proc/meminfo: memFree=1092128/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=915456 CPUtime=51.04
/proc/1300/stat : 1300 (java) R 1298 1300 1194 0 -1 0 9211 0 1 0 5097 7 0 0 25 0 8 0 155717195 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073801824 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 228864 8947 2513 14 0 215334 0
[pid=1300/tid=1308] ppid=1298 vsize=915456 CPUtime=0.03
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 1194 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155717200 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1311] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1317] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1317/stat : 1317 (java) S 1298 1300 1194 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155717203 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1318] ppid=1298 vsize=915456 CPUtime=0.22
/proc/1300/task/1318/stat : 1318 (java) S 1298 1300 1194 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155717203 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1319] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1319/stat : 1319 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155717203 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1320] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1320/stat : 1320 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155717203 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 915456

[startup+102.505 s]
/proc/loadavg: 1.79 1.27 1.09 3/87 1320
/proc/meminfo: memFree=1092192/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=915456 CPUtime=102.29
/proc/1300/stat : 1300 (java) R 1298 1300 1194 0 -1 0 9212 0 1 0 10222 7 0 0 25 0 8 0 155717195 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073808121 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 228864 8947 2513 14 0 215334 0
[pid=1300/tid=1308] ppid=1298 vsize=915456 CPUtime=0.03
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 1194 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155717200 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1311] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1317] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1317/stat : 1317 (java) S 1298 1300 1194 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155717203 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1318] ppid=1298 vsize=915456 CPUtime=0.22
/proc/1300/task/1318/stat : 1318 (java) S 1298 1300 1194 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155717203 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1319] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1319/stat : 1319 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155717203 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1320] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1320/stat : 1320 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155717203 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 915456

[startup+162.566 s]
/proc/loadavg: 1.92 1.40 1.15 3/87 1320
/proc/meminfo: memFree=1092192/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=915456 CPUtime=162.27
/proc/1300/stat : 1300 (java) R 1298 1300 1194 0 -1 0 9212 0 1 0 16220 7 0 0 25 0 8 0 155717195 937426944 8947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480075 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/1300/task/1317/stat : 1317 (java) S 1298 1300 1194 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1318] ppid=1298 vsize=915456 CPUtime=0.22
/proc/1300/task/1318/stat : 1318 (java) S 1298 1300 1194 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1319] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1319/stat : 1319 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1320] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1320/stat : 1320 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 915456

[startup+1243.55 s]
/proc/loadavg: 2.01 1.99 1.72 3/87 1520
/proc/meminfo: memFree=1091872/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=915456 CPUtime=1242.05
/proc/1300/stat : 1300 (java) R 1298 1300 1194 0 -1 0 9213 0 1 0 124187 18 0 0 25 0 8 0 155717195 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817878 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 228864 8948 2513 14 0 215334 0
[pid=1300/tid=1308] ppid=1298 vsize=915456 CPUtime=0.03
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 1194 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1311] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1317] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1317/stat : 1317 (java) S 1298 1300 1194 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1318] ppid=1298 vsize=915456 CPUtime=0.22
/proc/1300/task/1318/stat : 1318 (java) S 1298 1300 1194 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1319] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1319/stat : 1319 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1320] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1320/stat : 1320 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 915456

[startup+1303.59 s]
/proc/loadavg: 2.00 1.99 1.73 3/87 1520
/proc/meminfo: memFree=1091808/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=915456 CPUtime=1302.04
/proc/1300/stat : 1300 (java) R 1298 1300 1194 0 -1 0 9213 0 1 0 130186 18 0 0 25 0 8 0 155717195 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 228864 8948 2513 14 0 215334 0
[pid=1300/tid=1308] ppid=1298 vsize=915456 CPUtime=0.03
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 1194 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1311] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1317] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1317/stat : 1317 (java) S 1298 1300 1194 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1318] ppid=1298 vsize=915456 CPUtime=0.22
/proc/1300/task/1318/stat : 1318 (java) S 1298 1300 1194 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1319] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1319/stat : 1319 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1320] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1320/stat : 1320 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 915456

[startup+1363.64 s]
/proc/loadavg: 2.00 1.99 1.75 3/87 1520
/proc/meminfo: memFree=1091872/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=915456 CPUtime=1362.03
/proc/1300/stat : 1300 (java) R 1298 1300 1194 0 -1 0 9213 0 1 0 136185 18 0 0 25 0 8 0 155717195 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834794 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 228864 8948 2513 14 0 215334 0
[pid=1300/tid=1308] ppid=1298 vsize=915456 CPUtime=0.03
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 1194 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1311] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1317] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1317/stat : 1317 (java) S 1298 1300 1194 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1318] ppid=1298 vsize=915456 CPUtime=0.22
/proc/1300/task/1318/stat : 1318 (java) S 1298 1300 1194 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1319] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1319/stat : 1319 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1320] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1320/stat : 1320 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 915456

[startup+1423.68 s]
/proc/loadavg: 2.00 1.99 1.76 3/87 1520
/proc/meminfo: memFree=1091872/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=915456 CPUtime=1422
/proc/1300/stat : 1300 (java) R 1298 1300 1194 0 -1 0 9213 0 1 0 142181 19 0 0 25 0 8 0 155717195 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918535 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 228864 8948 2513 14 0 215334 0
[pid=1300/tid=1308] ppid=1298 vsize=915456 CPUtime=0.03
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 1194 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1311] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1317] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1317/stat : 1317 (java) S 1298 1300 1194 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1318] ppid=1298 vsize=915456 CPUtime=0.22
/proc/1300/task/1318/stat : 1318 (java) S 1298 1300 1194 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1319] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1319/stat : 1319 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1320] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1320/stat : 1320 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 915456

[startup+1483.72 s]
/proc/loadavg: 2.00 1.99 1.77 4/87 1520
/proc/meminfo: memFree=1091872/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=915456 CPUtime=1481.99
/proc/1300/stat : 1300 (java) R 1298 1300 1194 0 -1 0 9213 0 1 0 148180 19 0 0 25 0 8 0 155717195 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803260 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 228864 8948 2513 14 0 215334 0
[pid=1300/tid=1308] ppid=1298 vsize=915456 CPUtime=0.03
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 1194 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1311] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1317] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1317/stat : 1317 (java) S 1298 1300 1194 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1318] ppid=1298 vsize=915456 CPUtime=0.22
/proc/1300/task/1318/stat : 1318 (java) S 1298 1300 1194 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1319] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1319/stat : 1319 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1320] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1320/stat : 1320 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 915456

[startup+1543.78 s]
/proc/loadavg: 2.00 1.99 1.78 3/87 1520
/proc/meminfo: memFree=1091872/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=915456 CPUtime=1541.98
/proc/1300/stat : 1300 (java) R 1298 1300 1194 0 -1 0 9213 0 1 0 154179 19 0 0 25 0 8 0 155717195 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073808129 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 228864 8948 2513 14 0 215334 0
[pid=1300/tid=1308] ppid=1298 vsize=915456 CPUtime=0.03
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 1194 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1311] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1317] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1317/stat : 1317 (java) S 1298 1300 1194 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1318] ppid=1298 vsize=915456 CPUtime=0.22
/proc/1300/task/1318/stat : 1318 (java) S 1298 1300 1194 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1319] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1319/stat : 1319 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1320] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1320/stat : 1320 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 915456

[startup+1603.83 s]
/proc/loadavg: 2.00 1.99 1.79 3/87 1520
/proc/meminfo: memFree=1091936/2055920 swapFree=4192812/4192956
[pid=1300] ppid=1298 vsize=915456 CPUtime=1601.95
/proc/1300/stat : 1300 (java) R 1298 1300 1194 0 -1 0 9213 0 1 0 160176 19 0 0 25 0 8 0 155717195 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806359 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 228864 8948 2513 14 0 215334 0
[pid=1300/tid=1308] ppid=1298 vsize=915456 CPUtime=0.03
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 1194 0 -1 64 363 0 0 0 3 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1311] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155717200 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1317] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1317/stat : 1317 (java) S 1298 1300 1194 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1318] ppid=1298 vsize=915456 CPUtime=0.22
/proc/1300/task/1318/stat : 1318 (java) S 1298 1300 1194 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1300/tid=1319] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1319/stat : 1319 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1300/tid=1320] ppid=1298 vsize=915456 CPUtime=0
/proc/1300/task/1320/stat : 1320 (java) S 1298 1300 1194 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155717203 937426944 8948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 1605.73
CPU time (s): 1603.86
CPU user time (s): 1603.66
CPU system time (s): 0.199969
CPU usage (%): 99.8832
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1603.66
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9220
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= 33629
involuntary context switches= 66998

runsolver used 2.01869 s user time and 4.37434 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Sat Jan  6 08:46:34 UTC 2007


IDJOB= 203786
IDBENCH= 3981
FILE ID= node62/203786-1168073194

PBS_JOBID= 3475989

Free space on /tmp= 66548 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  661b9784ba4950c7ea8b2ff8188d642b

RANDOM SEED= 231912373

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.259
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.259
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:       1144760 kB
Buffers:         58792 kB
Cached:         753876 kB
SwapCached:          0 kB
Active:         117804 kB
Inactive:       715136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1144760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4292 kB
Writeback:           0 kB
Mapped:          30468 kB
Slab:            63596 kB
Committed_AS:  2794508 kB
PageTables:       1788 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= 66548 MiB



End job on node62 on Sat Jan  6 09:13:20 UTC 2007