Trace number 208019

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 1231.94 1233.15

DiagnosticValue
CHECKS8836686153
NODES5681952

General information on the benchmark

Namerandom/rand-2-26/
rand-26-26-325-155-58021_ext.xml
MD5SUM2593b659bd409c262ddff5fffdeb8046
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.764
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/208019-1168074486/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=26  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26
0.41	       =>  wckTime=0.093  cpuTime=0.08  mem=6M951
0.41	   
0.41	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.63	     nbConstraints=325  nbRelationTypes=325  nbExtensionStructures=325  nbSharedExtensionStructures=0
0.63	     nbConflictsStructures=325  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=922  maxDegree=25
0.63	     maxArity=2
0.63	       =>  wckTime=0.32  cpuTime=0.25  mem=14M786
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.82	       =>  wckTime=0.506  cpuTime=0.36  mem=14M167
0.83	   
0.83	   preprocessing
0.83	     nbConstraintChecks=0  nbPropagations=26  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.83	     detectedInconsistency=no
0.83	       =>  wckTime=0.0040  cpuTime=0.01  mem=14M167
0.87	   
0.87	   search
0.87	     run=0  nbConstraintChecks=46299  nbPropagations=525  nbRevisions=8977  nbUselessRevisions=7895  nbAssignments=28
0.87	     nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=49  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.051  cpuTime=0.04  mem=15M208
0.89	   
0.89	   search
0.89	     run=1  nbConstraintChecks=104528  nbPropagations=1692  nbRevisions=30421  nbUselessRevisions=26746
0.89	     nbAssignments=65  nbFailedAssignments=28  nbBacktracks=27  nbVisitedNodes=116  nbRestartNogoods=4  mapSize=27
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.071  cpuTime=0.05  mem=15M208
0.92	   
0.92	   search
0.92	     run=2  nbConstraintChecks=180259  nbPropagations=3688  nbRevisions=68133  nbUselessRevisions=59787
0.92	     nbAssignments=118  nbFailedAssignments=53  nbBacktracks=49  nbVisitedNodes=209  nbRestartNogoods=5  mapSize=49
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.095  cpuTime=0.07  mem=15M208
0.95	   
0.95	   search
0.95	     run=3  nbConstraintChecks=305263  nbPropagations=6926  nbRevisions=131666  nbUselessRevisions=115276
0.95	     nbAssignments=196  nbFailedAssignments=92  nbBacktracks=83  nbVisitedNodes=352  nbRestartNogoods=9  mapSize=83
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.122  cpuTime=0.09  mem=15M208
0.97	   
0.97	   search
0.97	     run=4  nbConstraintChecks=453128  nbPropagations=11759  nbRevisions=226763  nbUselessRevisions=198256
0.97	     nbAssignments=298  nbFailedAssignments=137  nbBacktracks=134  nbVisitedNodes=536  nbRestartNogoods=14  mapSize=133
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.15  cpuTime=0.12  mem=15M208
1.02	   
1.02	   search
1.02	     run=5  nbConstraintChecks=705636  nbPropagations=19175  nbRevisions=376484  nbUselessRevisions=328936
1.02	     nbAssignments=452  nbFailedAssignments=210  nbBacktracks=209  nbVisitedNodes=823  nbRestartNogoods=17  mapSize=208
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.198  cpuTime=0.16  mem=15M208
1.08	   
1.08	   search
1.08	     run=6  nbConstraintChecks=1047478  nbPropagations=30200  nbRevisions=602907  nbUselessRevisions=526698
1.08	     nbAssignments=682  nbFailedAssignments=320  nbBacktracks=324  nbVisitedNodes=1243  nbRestartNogoods=28  mapSize=320
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.261  cpuTime=0.23  mem=15M208
1.17	   
1.17	   search
1.17	     run=7  nbConstraintChecks=1546324  nbPropagations=46451  nbRevisions=939646  nbUselessRevisions=820965
1.17	     nbAssignments=1021  nbFailedAssignments=481  nbBacktracks=494  nbVisitedNodes=1863  nbRestartNogoods=34
1.17	     mapSize=488  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.348  cpuTime=0.31  mem=15M208
1.31	   
1.31	   search
1.31	     run=8  nbConstraintChecks=2315293  nbPropagations=70599  nbRevisions=1446949  nbUselessRevisions=1264725
1.31	     nbAssignments=1540  nbFailedAssignments=739  nbBacktracks=750  nbVisitedNodes=2812  nbRestartNogoods=42
1.31	     mapSize=740  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.486  cpuTime=0.44  mem=15M208
1.44	   
1.44	   INFO : Stopping hyperNogood (mapSize=1034, nbTooLargekeys=0, mem=15M208)
1.47	   
1.47	   search
1.47	     run=9  nbConstraintChecks=3310353  nbPropagations=105815  nbRevisions=2185896  nbUselessRevisions=1911608
1.47	     nbAssignments=2274  nbFailedAssignments=1084  nbBacktracks=1136  nbVisitedNodes=4172  nbRestartNogoods=49
1.47	       =>  wckTime=0.651  cpuTime=0.6  mem=15M208
1.73	   
1.73	   search
1.73	     run=10  nbConstraintChecks=5046673  nbPropagations=159030  nbRevisions=3312334  nbUselessRevisions=2897980
1.74	     nbAssignments=3414  nbFailedAssignments=1641  nbBacktracks=1713  nbVisitedNodes=6299  nbRestartNogoods=50
1.74	       =>  wckTime=0.911  cpuTime=0.85  mem=15M208
2.09	   
2.09	   search
2.09	     run=11  nbConstraintChecks=7513970  nbPropagations=238308  nbRevisions=4996952  nbUselessRevisions=4372740
2.09	     nbAssignments=5091  nbFailedAssignments=2449  nbBacktracks=2577  nbVisitedNodes=9418  nbRestartNogoods=61
2.09	       =>  wckTime=1.266  cpuTime=1.2  mem=15M208
2.60	   
2.60	   search
2.60	     run=12  nbConstraintChecks=11138578  nbPropagations=355656  nbRevisions=7492601  nbUselessRevisions=6556862
2.60	     nbAssignments=7594  nbFailedAssignments=3652  nbBacktracks=3874  nbVisitedNodes=14043  nbRestartNogoods=73
2.60	       =>  wckTime=1.781  cpuTime=1.72  mem=15M208
3.38	   
3.38	   search
3.38	     run=13  nbConstraintChecks=16561041  nbPropagations=530324  nbRevisions=11214624  nbUselessRevisions=9814407
3.38	     nbAssignments=11351  nbFailedAssignments=5457  nbBacktracks=5820  nbVisitedNodes=21005  nbRestartNogoods=79
3.38	       =>  wckTime=2.554  cpuTime=2.49  mem=15M208
4.52	   
4.52	   search
4.52	     run=14  nbConstraintChecks=24524777  nbPropagations=789890  nbRevisions=16735798  nbUselessRevisions=14645929
4.52	     nbAssignments=16910  nbFailedAssignments=8091  nbBacktracks=8739  nbVisitedNodes=31288  nbRestartNogoods=85
4.52	       =>  wckTime=3.694  cpuTime=3.63  mem=15M208
6.24	   
6.24	   search
6.24	     run=15  nbConstraintChecks=36528476  nbPropagations=1177534  nbRevisions=24982582  nbUselessRevisions=21861398
6.24	     nbAssignments=25338  nbFailedAssignments=12136  nbBacktracks=13117  nbVisitedNodes=46912  nbRestartNogoods=95
6.24	       =>  wckTime=5.418  cpuTime=5.34  mem=15M208
8.91	   
8.91	   search
8.91	     run=16  nbConstraintChecks=55220983  nbPropagations=1759515  nbRevisions=37450372  nbUselessRevisions=32774774
8.91	     nbAssignments=37963  nbFailedAssignments=18191  nbBacktracks=19685  nbVisitedNodes=70342  nbRestartNogoods=108
8.91	       =>  wckTime=8.083  cpuTime=8.01  mem=15M208
12.94	   
12.94	   search
12.94	     run=17  nbConstraintChecks=83719819  nbPropagations=2636306  nbRevisions=56280600  nbUselessRevisions=49257149
12.94	     nbAssignments=57070  nbFailedAssignments=27441  nbBacktracks=29538  nbVisitedNodes=105836  nbRestartNogoods=116
12.94	       =>  wckTime=12.12  cpuTime=12.04  mem=15M208
18.81	   
18.81	   search
18.81	     run=18  nbConstraintChecks=124672860  nbPropagations=3946860  nbRevisions=84430861  nbUselessRevisions=73904285
18.81	     nbAssignments=85437  nbFailedAssignments=41025  nbBacktracks=44316  nbVisitedNodes=158497  nbRestartNogoods=129
18.81	       =>  wckTime=17.983  cpuTime=17.9  mem=15M208
27.65	   
27.65	   search
27.65	     run=19  nbConstraintChecks=186593980  nbPropagations=5911016  nbRevisions=126659955  nbUselessRevisions=110885901
27.65	     nbAssignments=128160  nbFailedAssignments=61573  nbBacktracks=66485  nbVisitedNodes=237780  nbRestartNogoods=148
27.65	       =>  wckTime=26.829  cpuTime=26.74  mem=15M208
41.15	   
41.15	   search
41.15	     run=20  nbConstraintChecks=281376996  nbPropagations=8862871  nbRevisions=190278982  nbUselessRevisions=166612689
41.15	     nbAssignments=192263  nbFailedAssignments=92418  nbBacktracks=99738  nbVisitedNodes=356681  nbRestartNogoods=166
41.15	       =>  wckTime=40.328  cpuTime=40.21  mem=15M208
61.37	   
61.37	   search
61.37	     run=21  nbConstraintChecks=423993202  nbPropagations=13296791  nbRevisions=285971218  nbUselessRevisions=250449882
61.37	     nbAssignments=287920  nbFailedAssignments=138192  nbBacktracks=149616  nbVisitedNodes=534268  nbRestartNogoods=180
61.37	       =>  wckTime=60.544  cpuTime=60.41  mem=15M208
91.85	   
91.85	   search
91.85	     run=22  nbConstraintChecks=639208169  nbPropagations=19963380  nbRevisions=430013637  nbUselessRevisions=376650456
91.85	     nbAssignments=432190  nbFailedAssignments=207638  nbBacktracks=224435  nbVisitedNodes=802173  nbRestartNogoods=198
91.85	       =>  wckTime=91.03  cpuTime=90.87  mem=15M208
138.39	   
138.39	   search
138.39	     run=23  nbConstraintChecks=970961572  nbPropagations=30024450  nbRevisions=648043872  nbUselessRevisions=567668289
138.39	     nbAssignments=649846  nbFailedAssignments=313061  nbBacktracks=336662  nbVisitedNodes=1207133  nbRestartNogoods=216
138.39	       =>  wckTime=137.568  cpuTime=137.37  mem=15M208
207.81	   
207.81	   search
207.81	     run=24  nbConstraintChecks=1464726945  nbPropagations=45144895  nbRevisions=976574136  nbUselessRevisions=855566047
207.81	     nbAssignments=975839  nbFailedAssignments=470708  nbBacktracks=505003  nbVisitedNodes=1812908  nbRestartNogoods=245
207.81	       =>  wckTime=206.984  cpuTime=206.73  mem=15M208
313.68	   
313.68	   search
313.68	     run=25  nbConstraintChecks=2220733462  nbPropagations=67947248  nbRevisions=1473481257
313.68	     nbUselessRevisions=1291082278  nbAssignments=1466724  nbFailedAssignments=709078  nbBacktracks=757515
313.68	     nbVisitedNodes=2726324  nbRestartNogoods=262
313.68	       =>  wckTime=312.858  cpuTime=312.49  mem=15M208
471.13	   
471.13	   search
471.13	     run=26  nbConstraintChecks=3344156963  nbPropagations=102193463  nbRevisions=2220954871
471.13	     nbUselessRevisions=1946279948  nbAssignments=2198571  nbFailedAssignments=1062153  nbBacktracks=1136282
471.13	     nbVisitedNodes=4086389  nbRestartNogoods=282
471.13	       =>  wckTime=470.31  cpuTime=469.8  mem=15M208
710.81	   
710.81	   search
710.81	     run=27  nbConstraintChecks=5064705567  nbPropagations=153779433  nbRevisions=3350379437
710.81	     nbUselessRevisions=2936451350  nbAssignments=3302275  nbFailedAssignments=1597702  nbBacktracks=1704433
710.81	     nbVisitedNodes=6139383  nbRestartNogoods=301
710.81	       =>  wckTime=709.989  cpuTime=709.26  mem=15M208
1073.05	   
1073.05	   search
1073.05	     run=28  nbConstraintChecks=7678250590  nbPropagations=231482484  nbRevisions=5058042058
1073.05	     nbUselessRevisions=4433792428  nbAssignments=4958145  nbFailedAssignments=2401340  nbBacktracks=2556660
1073.05	     nbVisitedNodes=9219681  nbRestartNogoods=332
1073.05	       =>  wckTime=1072.23  cpuTime=1071.16  mem=15M208
1233.11	   
1233.11	   search
1233.11	     run=29  nbConstraintChecks=8836686153  nbPropagations=320668841  nbRevisions=7021812653
1233.11	     nbUselessRevisions=6155911317  nbAssignments=5681952  nbFailedAssignments=2753439  nbBacktracks=2928369
1233.11	     nbVisitedNodes=10567208  nbRestartNogoods=355
1233.11	       =>  wckTime=1232.284  cpuTime=1231.05  mem=15M208
1233.11	   
1233.11	   global
1233.11	     nbConstraintChecks=8836686153  nbPropagations=320668867  nbRevisions=7021812653  nbUselessRevisions=6155911317
1233.11	     nbRestartNogoods=355  solvingWckTime=1232.285  solvingCpuTime=1231.06  expiredTime=no  totalExploration=yes
1233.11	     nbFoundSolutions=0  globalCpuTime=1231.46
1233.11	       =>  wckTime=1232.795  cpuTime=1231.42  mem=15M208
1233.11	   
1233.11	s UNSATISFIABLE
1233.11	d NODES 5681952
1233.11	d CHECKS 8836686153
1233.11	   
1233.11	   totalWckTime=1232.872  totalCpuTime=1231.46

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-208019-1168074486 -o ROOT/results/node34/solver-208019-1168074486 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208019-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 3/69 10487
/proc/meminfo: memFree=1490152/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=18540 CPUtime=0
/proc/10486/stat : 10486 (runsolver) R 10480 10486 10383 0 -1 4194368 17 0 0 0 0 0 0 0 21 0 1 0 155842374 18984960 280 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 254195330343 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10486/statm: 4635 280 244 17 0 2626 0

[startup+0.104985 s]
/proc/loadavg: 0.94 0.96 0.98 3/69 10487
/proc/meminfo: memFree=1490152/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=912760 CPUtime=0.07
/proc/10486/stat : 10486 (java) R 10480 10486 10383 0 -1 0 2767 0 1 0 6 1 0 0 19 0 8 0 155842374 934666240 2513 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 8162545 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10486/statm: 228190 2513 1386 14 0 215091 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 912760

[startup+0.513017 s]
/proc/loadavg: 0.94 0.96 0.98 3/69 10487
/proc/meminfo: memFree=1490152/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=915328 CPUtime=0.48
/proc/10486/stat : 10486 (java) R 10480 10486 10383 0 -1 0 7143 0 1 0 44 4 0 0 22 0 8 0 155842374 937295872 6882 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10486/statm: 228832 6882 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33408 s]
/proc/loadavg: 1.19 1.01 0.99 3/87 10507
/proc/meminfo: memFree=1439640/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=915456 CPUtime=1.3
/proc/10486/stat : 10486 (java) R 10480 10486 10383 0 -1 0 8975 0 1 0 124 6 0 0 25 0 8 0 155842374 937426944 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813019 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10486/statm: 228864 8713 2513 14 0 215334 0
[pid=10486/tid=10495] ppid=10480 vsize=915456 CPUtime=0.03
/proc/10486/task/10495/stat : 10495 (java) S 10480 10486 10383 0 -1 64 343 0 0 0 3 0 0 0 17 0 8 0 155842379 937426944 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10498] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10498/stat : 10498 (java) S 10480 10486 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10499] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10499/stat : 10499 (java) S 10480 10486 10383 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10504] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10504/stat : 10504 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155842383 937426944 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10505] ppid=10480 vsize=915456 CPUtime=0.21
/proc/10486/task/10505/stat : 10505 (java) S 10480 10486 10383 0 -1 64 384 0 0 0 20 1 0 0 16 0 8 0 155842383 937426944 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10506] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10506/stat : 10506 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155842383 937426944 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10507] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10507/stat : 10507 (java) S 10480 10486 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915456

[startup+2.97121 s]
/proc/loadavg: 1.19 1.01 0.99 3/87 10507
/proc/meminfo: memFree=1439384/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=915456 CPUtime=2.93
/proc/10486/stat : 10486 (java) R 10480 10486 10383 0 -1 0 8982 0 1 0 287 6 0 0 25 0 8 0 155842374 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073793332 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10486/statm: 228864 8719 2513 14 0 215334 0
[pid=10486/tid=10495] ppid=10480 vsize=915456 CPUtime=0.03
/proc/10486/task/10495/stat : 10495 (java) S 10480 10486 10383 0 -1 64 343 0 0 0 3 0 0 0 17 0 8 0 155842379 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10498] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10498/stat : 10498 (java) S 10480 10486 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10499] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10499/stat : 10499 (java) S 10480 10486 10383 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10504] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10504/stat : 10504 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155842383 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10505] ppid=10480 vsize=915456 CPUtime=0.22
/proc/10486/task/10505/stat : 10505 (java) S 10480 10486 10383 0 -1 64 390 0 0 0 21 1 0 0 15 0 8 0 155842383 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10506] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10506/stat : 10506 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155842383 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10507] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10507/stat : 10507 (java) S 10480 10486 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915456

[startup+6.27148 s]
/proc/loadavg: 1.25 1.03 1.00 3/87 10507
/proc/meminfo: memFree=1439264/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=915456 CPUtime=6.23
/proc/10486/stat : 10486 (java) R 10480 10486 10383 0 -1 0 8983 0 1 0 617 6 0 0 25 0 8 0 155842374 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818607 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10486/statm: 228864 8719 2513 14 0 215334 0
[pid=10486/tid=10495] ppid=10480 vsize=915456 CPUtime=0.03
/proc/10486/task/10495/stat : 10495 (java) S 10480 10486 10383 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10498] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10498/stat : 10498 (java) S 10480 10486 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10499] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10499/stat : 10499 (java) S 10480 10486 10383 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10504] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10504/stat : 10504 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155842383 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10505] ppid=10480 vsize=915456 CPUtime=0.22
/proc/10486/task/10505/stat : 10505 (java) S 10480 10486 10383 0 -1 64 390 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10506] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10506/stat : 10506 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155842383 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10507] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10507/stat : 10507 (java) S 10480 10486 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915456

[startup+12.74 s]
/proc/loadavg: 1.31 1.04 1.01 3/87 10507
/proc/meminfo: memFree=1439328/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=915456 CPUtime=12.69
/proc/10486/stat : 10486 (java) R 10480 10486 10383 0 -1 0 8983 0 1 0 1263 6 0 0 25 0 8 0 155842374 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800824 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10486/statm: 228864 8719 2513 14 0 215334 0
[pid=10486/tid=10495] ppid=10480 vsize=915456 CPUtime=0.03
/proc/10486/task/10495/stat : 10495 (java) S 10480 10486 10383 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10498] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10498/stat : 10498 (java) S 10480 10486 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10499] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10499/stat : 10499 (java) S 10480 10486 10383 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10504] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10504/stat : 10504 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155842383 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10505] ppid=10480 vsize=915456 CPUtime=0.22
/proc/10486/task/10505/stat : 10505 (java) S 10480 10486 10383 0 -1 64 390 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10506] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10506/stat : 10506 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155842383 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10507] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10507/stat : 10507 (java) S 10480 10486 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 915456

[startup+25.605 s]
/proc/loadavg: 1.42 1.07 1.02 3/87 10507
/proc/meminfo: memFree=1439328/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=915456 CPUtime=25.56
/proc/10486/stat : 10486 (java) R 10480 10486 10383 0 -1 0 8984 0 1 0 2549 7 0 0 25 0 8 0 155842374 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791942 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10486/statm: 228864 8720 2513 14 0 215334 0
[pid=10486/tid=10495] ppid=10480 vsize=915456 CPUtime=0.03
/proc/10486/task/10495/stat : 10495 (java) S 10480 10486 10383 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10498] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10498/stat : 10498 (java) S 10480 10486 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10499] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10499/stat : 10499 (java) S 10480 10486 10383 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10504] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10504/stat : 10504 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10505] ppid=10480 vsize=915456 CPUtime=0.22
/proc/10486/task/10505/stat : 10505 (java) S 10480 10486 10383 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10506] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10506/stat : 10506 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10507] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10507/stat : 10507 (java) S 10480 10486 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 915456

[startup+51.2101 s]
/proc/loadavg: 1.65 1.16 1.04 3/87 10507
/proc/meminfo: memFree=1439328/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=915456 CPUtime=51.12
/proc/10486/stat : 10486 (java) R 10480 10486 10383 0 -1 0 8985 0 1 0 5105 7 0 0 25 0 8 0 155842374 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073793289 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10486/statm: 228864 8720 2513 14 0 215334 0
[pid=10486/tid=10495] ppid=10480 vsize=915456 CPUtime=0.03
/proc/10486/task/10495/stat : 10495 (java) S 10480 10486 10383 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10498] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10498/stat : 10498 (java) S 10480 10486 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10499] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10499/stat : 10499 (java) S 10480 10486 10383 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10504] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10504/stat : 10504 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10505] ppid=10480 vsize=915456 CPUtime=0.22
/proc/10486/task/10505/stat : 10505 (java) S 10480 10486 10383 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10506] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10506/stat : 10506 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10507] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10507/stat : 10507 (java) S 10480 10486 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 915456

[startup+102.412 s]
/proc/loadavg: 1.84 1.29 1.09 3/87 10507
/proc/meminfo: memFree=1439456/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=915456 CPUtime=102.28
/proc/10486/stat : 10486 (java) R 10480 10486 10383 0 -1 0 8985 0 1 0 10221 7 0 0 25 0 8 0 155842374 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804632 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10486/statm: 228864 8720 2513 14 0 215334 0
[pid=10486/tid=10495] ppid=10480 vsize=915456 CPUtime=0.03
/proc/10486/task/10495/stat : 10495 (java) S 10480 10486 10383 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10498] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10498/stat : 10498 (java) S 10480 10486 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10499] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10499/stat : 10499 (java) S 10480 10486 10383 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10504] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10504/stat : 10504 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10505] ppid=10480 vsize=915456 CPUtime=0.22
/proc/10486/task/10505/stat : 10505 (java) S 10480 10486 10383 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10506] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10506/stat : 10506 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10507] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10507/stat : 10507 (java) S 10480 10486 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 915456

[startup+162.458 s]
/proc/loadavg: 1.94 1.41 1.15 3/87 10507
/proc/meminfo: memFree=1439456/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=915456 CPUtime=162.28
/proc/10486/stat : 10486 (java) R 10480 10486 10383 0 -1 0 8985 0 1 0 16221 7 0 0 25 0 8 0 155842374 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814486 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/10486/task/10504/stat : 10504 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10505] ppid=10480 vsize=915456 CPUtime=0.22
/proc/10486/task/10505/stat : 10505 (java) S 10480 10486 10383 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10506] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10506/stat : 10506 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10507] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10507/stat : 10507 (java) S 10480 10486 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 762.19
Current children cumulated vsize (KiB) 915456

[startup+822.995 s]
/proc/loadavg: 2.01 1.94 1.57 3/87 10509
/proc/meminfo: memFree=1439328/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=915456 CPUtime=822.18
/proc/10486/stat : 10486 (java) R 10480 10486 10383 0 -1 0 8985 0 1 0 82210 8 0 0 25 0 8 0 155842374 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805488 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10486/statm: 228864 8720 2513 14 0 215334 0
[pid=10486/tid=10495] ppid=10480 vsize=915456 CPUtime=0.03
/proc/10486/task/10495/stat : 10495 (java) S 10480 10486 10383 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10498] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10498/stat : 10498 (java) S 10480 10486 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10499] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10499/stat : 10499 (java) S 10480 10486 10383 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10504] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10504/stat : 10504 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10505] ppid=10480 vsize=915456 CPUtime=0.22
/proc/10486/task/10505/stat : 10505 (java) S 10480 10486 10383 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10506] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10506/stat : 10506 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10507] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10507/stat : 10507 (java) S 10480 10486 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 822.18
Current children cumulated vsize (KiB) 915456

[startup+883.04 s]
/proc/loadavg: 2.00 1.95 1.59 3/87 10509
/proc/meminfo: memFree=1439264/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=915456 CPUtime=882.18
/proc/10486/stat : 10486 (java) R 10480 10486 10383 0 -1 0 8985 0 1 0 88210 8 0 0 25 0 8 0 155842374 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073801192 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10486/statm: 228864 8720 2513 14 0 215334 0
[pid=10486/tid=10495] ppid=10480 vsize=915456 CPUtime=0.03
/proc/10486/task/10495/stat : 10495 (java) S 10480 10486 10383 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10498] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10498/stat : 10498 (java) S 10480 10486 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10499] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10499/stat : 10499 (java) S 10480 10486 10383 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10504] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10504/stat : 10504 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10505] ppid=10480 vsize=915456 CPUtime=0.22
/proc/10486/task/10505/stat : 10505 (java) S 10480 10486 10383 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10506] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10506/stat : 10506 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10507] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10507/stat : 10507 (java) S 10480 10486 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 882.18
Current children cumulated vsize (KiB) 915456

[startup+943.089 s]
/proc/loadavg: 2.00 1.95 1.61 3/87 10509
/proc/meminfo: memFree=1439328/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=915456 CPUtime=942.16
/proc/10486/stat : 10486 (java) R 10480 10486 10383 0 -1 0 8985 0 1 0 94208 8 0 0 25 0 8 0 155842374 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805488 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10486/statm: 228864 8720 2513 14 0 215334 0
[pid=10486/tid=10495] ppid=10480 vsize=915456 CPUtime=0.03
/proc/10486/task/10495/stat : 10495 (java) S 10480 10486 10383 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10498] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10498/stat : 10498 (java) S 10480 10486 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10499] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10499/stat : 10499 (java) S 10480 10486 10383 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10504] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10504/stat : 10504 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10505] ppid=10480 vsize=915456 CPUtime=0.22
/proc/10486/task/10505/stat : 10505 (java) S 10480 10486 10383 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10506] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10506/stat : 10506 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10507] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10507/stat : 10507 (java) S 10480 10486 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 942.16
Current children cumulated vsize (KiB) 915456

[startup+1003.13 s]
/proc/loadavg: 2.00 1.96 1.64 3/87 10509
/proc/meminfo: memFree=1439264/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=915456 CPUtime=1002.16
/proc/10486/stat : 10486 (java) R 10480 10486 10383 0 -1 0 8985 0 1 0 100208 8 0 0 25 0 8 0 155842374 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814475 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10486/statm: 228864 8720 2513 14 0 215334 0
[pid=10486/tid=10495] ppid=10480 vsize=915456 CPUtime=0.03
/proc/10486/task/10495/stat : 10495 (java) S 10480 10486 10383 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10498] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10498/stat : 10498 (java) S 10480 10486 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10499] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10499/stat : 10499 (java) S 10480 10486 10383 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10504] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10504/stat : 10504 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10505] ppid=10480 vsize=915456 CPUtime=0.22
/proc/10486/task/10505/stat : 10505 (java) S 10480 10486 10383 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10506] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10506/stat : 10506 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10507] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10507/stat : 10507 (java) S 10480 10486 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1002.16
Current children cumulated vsize (KiB) 915456

[startup+1063.18 s]
/proc/loadavg: 2.00 1.96 1.66 3/87 10509
/proc/meminfo: memFree=1439200/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=915456 CPUtime=1062.15
/proc/10486/stat : 10486 (java) R 10480 10486 10383 0 -1 0 8985 0 1 0 106207 8 0 0 25 0 8 0 155842374 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073815854 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10486/statm: 228864 8720 2513 14 0 215334 0
[pid=10486/tid=10495] ppid=10480 vsize=915456 CPUtime=0.03
/proc/10486/task/10495/stat : 10495 (java) S 10480 10486 10383 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10498] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10498/stat : 10498 (java) S 10480 10486 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10499] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10499/stat : 10499 (java) S 10480 10486 10383 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10504] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10504/stat : 10504 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10505] ppid=10480 vsize=915456 CPUtime=0.22
/proc/10486/task/10505/stat : 10505 (java) S 10480 10486 10383 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10506] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10506/stat : 10506 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10507] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10507/stat : 10507 (java) S 10480 10486 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.15
Current children cumulated vsize (KiB) 915456

[startup+1123.23 s]
/proc/loadavg: 2.00 1.97 1.67 3/87 10509
/proc/meminfo: memFree=1439264/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=915456 CPUtime=1122.12
/proc/10486/stat : 10486 (java) R 10480 10486 10383 0 -1 0 8986 0 1 0 112204 8 0 0 25 0 8 0 155842374 937426944 8721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10486/statm: 228864 8721 2513 14 0 215334 0
[pid=10486/tid=10495] ppid=10480 vsize=915456 CPUtime=0.03
/proc/10486/task/10495/stat : 10495 (java) S 10480 10486 10383 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10498] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10498/stat : 10498 (java) S 10480 10486 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10499] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10499/stat : 10499 (java) S 10480 10486 10383 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10504] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10504/stat : 10504 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155842383 937426944 8721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10505] ppid=10480 vsize=915456 CPUtime=0.23
/proc/10486/task/10505/stat : 10505 (java) S 10480 10486 10383 0 -1 64 392 0 0 0 22 1 0 0 16 0 8 0 155842383 937426944 8721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10506] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10506/stat : 10506 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155842383 937426944 8721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10507] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10507/stat : 10507 (java) S 10480 10486 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 915456

[startup+1183.27 s]
/proc/loadavg: 2.07 1.99 1.70 3/87 10509
/proc/meminfo: memFree=1439200/2055920 swapFree=4192812/4192956
[pid=10486] ppid=10480 vsize=915456 CPUtime=1182.12
/proc/10486/stat : 10486 (java) R 10480 10486 10383 0 -1 0 8986 0 1 0 118204 8 0 0 25 0 8 0 155842374 937426944 8721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800844 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10486/statm: 228864 8721 2513 14 0 215334 0
[pid=10486/tid=10495] ppid=10480 vsize=915456 CPUtime=0.03
/proc/10486/task/10495/stat : 10495 (java) S 10480 10486 10383 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155842379 937426944 8721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10498] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10498/stat : 10498 (java) S 10480 10486 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10499] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10499/stat : 10499 (java) S 10480 10486 10383 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155842380 937426944 8721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10504] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10504/stat : 10504 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155842383 937426944 8721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10505] ppid=10480 vsize=915456 CPUtime=0.23
/proc/10486/task/10505/stat : 10505 (java) S 10480 10486 10383 0 -1 64 392 0 0 0 22 1 0 0 16 0 8 0 155842383 937426944 8721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10486/tid=10506] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10506/stat : 10506 (java) S 10480 10486 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155842383 937426944 8721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10486/tid=10507] ppid=10480 vsize=915456 CPUtime=0
/proc/10486/task/10507/stat : 10507 (java) S 10480 10486 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155842383 937426944 8721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.12
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 1233.15
CPU time (s): 1231.94
CPU user time (s): 1231.84
CPU system time (s): 0.094985
CPU usage (%): 99.9018
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1231.84
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8994
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= 26085
involuntary context switches= 51632

runsolver used 1.50277 s user time and 3.47647 s system time

The end

Launcher Data (download as text)

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


IDJOB= 208019
IDBENCH= 4349
FILE ID= node34/208019-1168074486

PBS_JOBID= 3476023

Free space on /tmp= 66533 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2593b659bd409c262ddff5fffdeb8046

RANDOM SEED= 588577181

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:       1490632 kB
Buffers:         31888 kB
Cached:         437584 kB
SwapCached:          0 kB
Active:          80796 kB
Inactive:       408772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1490632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4188 kB
Writeback:           0 kB
Mapped:          30260 kB
Slab:            61432 kB
Committed_AS:  2416144 kB
PageTables:       1636 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= 66533 MiB



End job on node34 on Sat Jan  6 09:28:40 UTC 2007