Trace number 198692

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 912.382 915.381

DiagnosticValue
CHECKS3409203122
NODES3428384

General information on the benchmark

Namerlfap/rlfapScens11/
scen11-f2.xml
MD5SUMb9ada7715d8e1afe9fc39e010156bb5c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.6616
SatisfiableNO
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size42
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
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/198692-1168071283/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.48	     nbVariables=680  nbDomainTypes=5  minDomainSize=6  maxDomainSize=42
0.48	       =>  wckTime=0.166  cpuTime=0.14  mem=8M837
0.48	   
0.48	   predicates being loaded...
0.48	   
0.48	   constraints being loaded...
1.24	     nbConstraints=4103  nbConvertedConstraints=4103  nbConvertConstraintsChecks=216874  nbExtensionStructures=173
1.24	     nbSharedExtensionStructures=3930  nbConflictsStructures=173  nbSharedConflictsStructures=3930
1.24	     nbSharedBinaryRepresentations=11720  maxDegree=62  maxArity=2
1.24	       =>  wckTime=0.924  cpuTime=0.76  mem=29M316
1.31	   
1.31	   solver IterativeSystematicSolver being built... 
1.51	       =>  wckTime=1.192  cpuTime=0.91  mem=20M261
1.57	   
1.57	   preprocessing
1.57	     nbConstraintChecks=25628  nbPropagations=1014  nbRevisions=668  nbUselessRevisions=0  nbRemovedValues=996
1.57	     detectedInconsistency=no
1.57	       =>  wckTime=0.06  cpuTime=0.05  mem=20M261
1.66	   
1.66	   search
1.66	     run=0  nbConstraintChecks=56337  nbPropagations=1574  nbRevisions=3566  nbUselessRevisions=1567  nbAssignments=49
1.66	     nbFailedAssignments=15  nbBacktracks=10  nbVisitedNodes=68  nbRestartNogoods=0  mapSize=4  nbInferences=0
1.66	     nbTooLargeKeys=0
1.66	       =>  wckTime=0.149  cpuTime=0.12  mem=20M261
1.69	   
1.69	   search
1.69	     run=1  nbConstraintChecks=117885  nbPropagations=3820  nbRevisions=10493  nbUselessRevisions=5004
1.69	     nbAssignments=104  nbFailedAssignments=28  nbBacktracks=26  nbVisitedNodes=144  nbRestartNogoods=2  mapSize=12
1.69	     nbInferences=0  nbTooLargeKeys=0
1.69	       =>  wckTime=0.178  cpuTime=0.14  mem=21M235
1.72	   
1.72	   search
1.72	     run=2  nbConstraintChecks=228084  nbPropagations=7029  nbRevisions=24310  nbUselessRevisions=12291
1.73	     nbAssignments=187  nbFailedAssignments=63  nbBacktracks=48  nbVisitedNodes=272  nbRestartNogoods=4  mapSize=23
1.73	     nbInferences=0  nbTooLargeKeys=0
1.73	       =>  wckTime=0.217  cpuTime=0.18  mem=21M235
1.76	   
1.77	   search
1.77	     run=3  nbConstraintChecks=319137  nbPropagations=11098  nbRevisions=44005  nbUselessRevisions=22766
1.77	     nbAssignments=281  nbFailedAssignments=105  nbBacktracks=82  nbVisitedNodes=424  nbRestartNogoods=14  mapSize=40
1.77	     nbInferences=0  nbTooLargeKeys=0
1.77	       =>  wckTime=0.257  cpuTime=0.22  mem=21M235
1.83	   
1.83	   search
1.83	     run=4  nbConstraintChecks=471640  nbPropagations=16649  nbRevisions=75052  nbUselessRevisions=39858
1.83	     nbAssignments=429  nbFailedAssignments=185  nbBacktracks=132  nbVisitedNodes=675  nbRestartNogoods=20  mapSize=65
1.83	     nbInferences=0  nbTooLargeKeys=0
1.83	       =>  wckTime=0.317  cpuTime=0.28  mem=22M210
1.93	   
1.93	   search
1.93	     run=5  nbConstraintChecks=780451  nbPropagations=24382  nbRevisions=125461  nbUselessRevisions=67372
1.93	     nbAssignments=726  nbFailedAssignments=390  nbBacktracks=208  nbVisitedNodes=1210  nbRestartNogoods=25  mapSize=103
1.93	     nbInferences=0  nbTooLargeKeys=0
1.93	       =>  wckTime=0.423  cpuTime=0.38  mem=22M210
2.03	   
2.03	   search
2.03	     run=6  nbConstraintChecks=997932  nbPropagations=34343  nbRevisions=195605  nbUselessRevisions=107233
2.03	     nbAssignments=979  nbFailedAssignments=515  nbBacktracks=321  nbVisitedNodes=1638  nbRestartNogoods=31  mapSize=157
2.03	     nbInferences=3  nbTooLargeKeys=0
2.03	       =>  wckTime=0.525  cpuTime=0.48  mem=23M184
2.19	   
2.19	   search
2.19	     run=7  nbConstraintChecks=1386873  nbPropagations=47915  nbRevisions=296083  nbUselessRevisions=164485
2.19	     nbAssignments=1354  nbFailedAssignments=703  nbBacktracks=492  nbVisitedNodes=2279  nbRestartNogoods=41
2.19	     mapSize=241  nbInferences=9  nbTooLargeKeys=0
2.19	       =>  wckTime=0.678  cpuTime=0.64  mem=24M158
2.46	   
2.46	   search
2.46	     run=8  nbConstraintChecks=2203012  nbPropagations=68530  nbRevisions=453957  nbUselessRevisions=255969
2.46	     nbAssignments=2046  nbFailedAssignments=1127  nbBacktracks=750  nbVisitedNodes=3516  nbRestartNogoods=50
2.46	     mapSize=366  nbInferences=15  nbTooLargeKeys=0
2.46	       =>  wckTime=0.952  cpuTime=0.89  mem=25M132
2.90	   
2.90	   search
2.90	     run=9  nbConstraintChecks=3388486  nbPropagations=98905  nbRevisions=707785  nbUselessRevisions=398694
2.90	     nbAssignments=3584  nbFailedAssignments=2274  nbBacktracks=1134  nbVisitedNodes=6376  nbRestartNogoods=52
2.90	     mapSize=558  nbInferences=16  nbTooLargeKeys=0
2.90	       =>  wckTime=1.391  cpuTime=1.33  mem=27M80
3.40	   
3.40	   search
3.40	     run=10  nbConstraintChecks=5057723  nbPropagations=142449  nbRevisions=1076521  nbUselessRevisions=613388
3.40	     nbAssignments=4900  nbFailedAssignments=2938  nbBacktracks=1711  nbVisitedNodes=8685  nbRestartNogoods=60
3.40	     mapSize=840  nbInferences=83  nbTooLargeKeys=0
3.40	       =>  wckTime=1.895  cpuTime=1.81  mem=30M3
4.24	   
4.24	   search
4.24	     run=11  nbConstraintChecks=7914540  nbPropagations=210397  nbRevisions=1663495  nbUselessRevisions=958653
4.24	     nbAssignments=7177  nbFailedAssignments=4297  nbBacktracks=2575  nbVisitedNodes=12759  nbRestartNogoods=69
4.24	     mapSize=1274  nbInferences=125  nbTooLargeKeys=0
4.24	       =>  wckTime=2.73  cpuTime=2.64  mem=34M874
5.42	   
5.42	   search
5.42	     run=12  nbConstraintChecks=11812121  nbPropagations=312160  nbRevisions=2544222  nbUselessRevisions=1483178
5.42	     nbAssignments=10471  nbFailedAssignments=6244  nbBacktracks=3872  nbVisitedNodes=18636  nbRestartNogoods=80
5.42	     mapSize=1921  nbInferences=166  nbTooLargeKeys=0
5.42	       =>  wckTime=3.909  cpuTime=3.81  mem=41M693
7.04	   
7.04	   search
7.04	     run=13  nbConstraintChecks=16345903  nbPropagations=456656  nbRevisions=3800927  nbUselessRevisions=2237800
7.04	     nbAssignments=15116  nbFailedAssignments=8876  nbBacktracks=5819  nbVisitedNodes=26858  nbRestartNogoods=92
7.04	     mapSize=2904  nbInferences=224  nbTooLargeKeys=0
7.04	       =>  wckTime=5.535  cpuTime=5.43  mem=51M434
9.67	   
9.67	   search
9.67	     run=14  nbConstraintChecks=24707738  nbPropagations=680323  nbRevisions=5709322  nbUselessRevisions=3413637
9.67	     nbAssignments=22153  nbFailedAssignments=12635  nbBacktracks=8741  nbVisitedNodes=39303  nbRestartNogoods=109
9.67	     mapSize=4370  nbInferences=574  nbTooLargeKeys=0
9.67	       =>  wckTime=8.163  cpuTime=8.02  mem=36M404
13.43	   
13.43	   search
13.43	     run=15  nbConstraintChecks=35711416  nbPropagations=1015147  nbRevisions=8537846  nbUselessRevisions=5173037
13.43	     nbAssignments=32546  nbFailedAssignments=18288  nbBacktracks=13120  nbVisitedNodes=57647  nbRestartNogoods=129
13.43	     mapSize=6574  nbInferences=925  nbTooLargeKeys=0
13.43	       =>  wckTime=11.918  cpuTime=11.76  mem=60M111
19.40	   
19.40	   search
19.40	     run=16  nbConstraintChecks=52941707  nbPropagations=1508021  nbRevisions=12745086  nbUselessRevisions=7760820
19.40	     nbAssignments=49831  nbFailedAssignments=28382  nbBacktracks=19690  nbVisitedNodes=88438  nbRestartNogoods=148
19.40	     mapSize=9847  nbInferences=1537  nbTooLargeKeys=0
19.40	       =>  wckTime=17.895  cpuTime=17.64  mem=68M322
27.89	   
27.89	   search
27.89	     run=17  nbConstraintChecks=79547909  nbPropagations=2241281  nbRevisions=18959130  nbUselessRevisions=11587089
27.89	     nbAssignments=72825  nbFailedAssignments=40448  nbBacktracks=29545  nbVisitedNodes=128747  nbRestartNogoods=170
27.89	     mapSize=14747  nbInferences=2604  nbTooLargeKeys=0
27.89	       =>  wckTime=26.381  cpuTime=26.04  mem=95M350
41.23	   
41.23	   search
41.23	     run=18  nbConstraintChecks=117779366  nbPropagations=3336296  nbRevisions=28324694  nbUselessRevisions=17372856
41.23	     nbAssignments=111452  nbFailedAssignments=62804  nbBacktracks=44323  nbVisitedNodes=197731  nbRestartNogoods=185
41.23	     mapSize=22140  nbInferences=4087  nbTooLargeKeys=0
41.23	       =>  wckTime=39.724  cpuTime=39.22  mem=123M718
61.48	   
61.48	   search
61.48	     run=19  nbConstraintChecks=176740556  nbPropagations=4996142  nbRevisions=42482115  nbUselessRevisions=26111277
61.48	     nbAssignments=168108  nbFailedAssignments=94507  nbBacktracks=66491  nbVisitedNodes=298299  nbRestartNogoods=216
61.48	     mapSize=33261  nbInferences=6866  nbTooLargeKeys=0
61.48	       =>  wckTime=59.977  cpuTime=59.28  mem=194M696
91.12	   
91.12	   search
91.12	     run=20  nbConstraintChecks=266308659  nbPropagations=7512429  nbRevisions=63508347  nbUselessRevisions=39146231
91.12	     nbAssignments=248135  nbFailedAssignments=136135  nbBacktracks=99743  nbVisitedNodes=438587  nbRestartNogoods=263
91.12	     mapSize=49775  nbInferences=12001  nbTooLargeKeys=0
91.12	       =>  wckTime=89.612  cpuTime=88.59  mem=274M161
135.04	   
135.04	   search
135.04	     run=21  nbConstraintChecks=392175684  nbPropagations=11274045  nbRevisions=95505480  nbUselessRevisions=59314479
135.04	     nbAssignments=368518  nbFailedAssignments=199700  nbBacktracks=149622  nbVisitedNodes=650731  nbRestartNogoods=302
135.04	     mapSize=75085  nbInferences=18930  nbTooLargeKeys=0
135.04	       =>  wckTime=133.528  cpuTime=131.99  mem=394M713
204.77	   
204.77	   search
204.77	     run=22  nbConstraintChecks=605751885  nbPropagations=17091611  nbRevisions=144598597  nbUselessRevisions=90436300
204.77	     nbAssignments=553224  nbFailedAssignments=295189  nbBacktracks=224441  nbVisitedNodes=975957  nbRestartNogoods=312
204.77	     mapSize=112594  nbInferences=33321  nbTooLargeKeys=0
204.77	       =>  wckTime=203.261  cpuTime=200.96  mem=586M82
207.20	   
207.20	   INFO : Stopping hyperNogood (mapSize=113898, nbTooLargekeys=0, mem=600M400)
272.67	   
272.67	   search
272.67	     run=23  nbConstraintChecks=871337399  nbPropagations=25357987  nbRevisions=216230798  nbUselessRevisions=135765898
272.67	     nbAssignments=816503  nbFailedAssignments=445960  nbBacktracks=336668  nbVisitedNodes=1439823  nbRestartNogoods=332
272.67	       =>  wckTime=271.161  cpuTime=268.66  mem=600M400
368.24	   
368.24	   search
368.24	     run=24  nbConstraintChecks=1271791720  nbPropagations=37309801  nbRevisions=321476038  nbUselessRevisions=202730053
368.24	     nbAssignments=1203945  nbFailedAssignments=665050  nbBacktracks=505010  nbVisitedNodes=2122288
368.24	     nbRestartNogoods=361
368.24	       =>  wckTime=366.73  cpuTime=364.13  mem=600M400
511.96	   
511.96	   search
511.96	     run=25  nbConstraintChecks=1829612416  nbPropagations=54655950  nbRevisions=478629325  nbUselessRevisions=303573138
511.96	     nbAssignments=1793731  nbFailedAssignments=1002319  nbBacktracks=757521  nbVisitedNodes=3160380
511.96	     nbRestartNogoods=386
511.96	       =>  wckTime=510.45  cpuTime=507.68  mem=600M400
730.73	   
730.73	   search
730.73	     run=26  nbConstraintChecks=2695209976  nbPropagations=80231031  nbRevisions=713602609  nbUselessRevisions=454777717
730.73	     nbAssignments=2681895  nbFailedAssignments=1511707  nbBacktracks=1136291  nbVisitedNodes=4724761
730.73	     nbRestartNogoods=427
730.73	       =>  wckTime=729.227  cpuTime=725.91  mem=600M400
915.18	   
915.18	   search
915.18	     run=27  nbConstraintChecks=3409177494  nbPropagations=112755534  nbRevisions=1015697564
915.18	     nbUselessRevisions=650303570  nbAssignments=3428384  nbFailedAssignments=1929214  nbBacktracks=1465274
915.18	     nbVisitedNodes=6032363  nbRestartNogoods=442
915.18	       =>  wckTime=913.67  cpuTime=909.46  mem=600M400
915.18	   
915.18	   global
915.18	     nbConstraintChecks=3409203122  nbPropagations=112756548  nbRevisions=1015698232  nbUselessRevisions=650303570
915.18	     nbRestartNogoods=442  solvingWckTime=913.671  solvingCpuTime=909.47  expiredTime=no  totalExploration=yes
915.18	     nbFoundSolutions=0  globalCpuTime=910.42
915.18	       =>  wckTime=914.865  cpuTime=910.38  mem=600M400
915.18	   
915.18	s UNSATISFIABLE
915.18	d NODES 3428384
915.18	d CHECKS 3409203122
915.18	   
915.18	   totalWckTime=914.946  totalCpuTime=910.42

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

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

/proc/loadavg: 1.31 1.77 1.83 2/93 27086
/proc/meminfo: memFree=1653720/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=18540 CPUtime=0
/proc/27085/stat : 27085 (runsolver) R 27083 27085 26906 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 155523600 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 214919867687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27085/statm: 4635 279 244 17 0 2626 0

[startup+0.103096 s]
/proc/loadavg: 1.31 1.77 1.83 2/93 27086
/proc/meminfo: memFree=1653720/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=914988 CPUtime=0.08
/proc/27085/stat : 27085 (java) R 27083 27085 26906 0 -1 0 2964 0 1 0 7 1 0 0 17 0 8 0 155523600 936947712 2710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154020915 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27085/statm: 228747 2710 1417 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511152 s]
/proc/loadavg: 1.31 1.77 1.83 2/93 27086
/proc/meminfo: memFree=1653720/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=915328 CPUtime=0.49
/proc/27085/stat : 27085 (java) R 27083 27085 26906 0 -1 0 6511 0 1 0 45 4 0 0 18 0 8 0 155523600 937295872 6250 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27085/statm: 228832 6250 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33426 s]
/proc/loadavg: 1.31 1.77 1.83 3/100 27093
/proc/meminfo: memFree=1617696/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=915720 CPUtime=1.31
/proc/27085/stat : 27085 (java) R 27083 27085 26906 0 -1 0 13005 0 1 0 108 23 0 0 24 0 8 0 155523600 937697280 12742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380173 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27085/statm: 228930 12742 2391 14 0 215400 0
[pid=27085/tid=27087] ppid=27083 vsize=915720 CPUtime=0.06
/proc/27085/task/27087/stat : 27087 (java) S 27083 27085 26906 0 -1 64 891 0 0 0 6 0 0 0 16 0 8 0 155523604 937697280 12742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27088] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27088/stat : 27088 (java) S 27083 27085 26906 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 12742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27089] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27089/stat : 27089 (java) S 27083 27085 26906 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 12742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27090] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27090/stat : 27090 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523608 937697280 12742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27091] ppid=27083 vsize=915720 CPUtime=0.21
/proc/27085/task/27091/stat : 27091 (java) S 27083 27085 26906 0 -1 64 435 0 0 0 20 1 0 0 16 0 8 0 155523608 937697280 12742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27092] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27092/stat : 27092 (java) S 27083 27085 26906 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155523608 937697280 12742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27093] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27093/stat : 27093 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523608 937697280 12742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915720

[startup+2.98749 s]
/proc/loadavg: 1.37 1.77 1.83 3/100 27093
/proc/meminfo: memFree=1611616/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=915720 CPUtime=2.94
/proc/27085/stat : 27085 (java) R 27083 27085 26906 0 -1 0 13245 0 1 0 270 24 0 0 25 0 8 0 155523600 937697280 12981 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074025932 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27085/statm: 228930 12981 2530 14 0 215400 0
[pid=27085/tid=27087] ppid=27083 vsize=915720 CPUtime=0.06
/proc/27085/task/27087/stat : 27087 (java) S 27083 27085 26906 0 -1 64 891 0 0 0 6 0 0 0 17 0 8 0 155523604 937697280 12981 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27088] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27088/stat : 27088 (java) S 27083 27085 26906 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 12981 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27089] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27089/stat : 27089 (java) S 27083 27085 26906 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 12981 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27090] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27090/stat : 27090 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523608 937697280 12981 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27091] ppid=27083 vsize=915720 CPUtime=0.32
/proc/27085/task/27091/stat : 27091 (java) S 27083 27085 26906 0 -1 64 493 0 0 0 30 2 0 0 15 0 8 0 155523608 937697280 12981 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27092] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27092/stat : 27092 (java) S 27083 27085 26906 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155523608 937697280 12981 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27093] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27093/stat : 27093 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523608 937697280 12981 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915720

[startup+6.26793 s]
/proc/loadavg: 1.37 1.77 1.83 3/100 27093
/proc/meminfo: memFree=1602144/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=915720 CPUtime=6.21
/proc/27085/stat : 27085 (java) R 27083 27085 26906 0 -1 0 16542 0 1 0 594 27 0 0 25 0 8 0 155523600 937697280 16277 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074044269 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27085/statm: 228930 16277 2530 14 0 215400 0
[pid=27085/tid=27087] ppid=27083 vsize=915720 CPUtime=0.06
/proc/27085/task/27087/stat : 27087 (java) S 27083 27085 26906 0 -1 64 891 0 0 0 6 0 0 0 16 0 8 0 155523604 937697280 16277 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27088] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27088/stat : 27088 (java) S 27083 27085 26906 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 16277 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27089] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27089/stat : 27089 (java) S 27083 27085 26906 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 16277 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27090] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27090/stat : 27090 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523608 937697280 16277 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27091] ppid=27083 vsize=915720 CPUtime=0.33
/proc/27085/task/27091/stat : 27091 (java) S 27083 27085 26906 0 -1 64 497 0 0 0 31 2 0 0 15 0 8 0 155523608 937697280 16277 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27092] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27092/stat : 27092 (java) S 27083 27085 26906 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155523608 937697280 16277 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27093] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27093/stat : 27093 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523608 937697280 16277 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915720

[startup+12.7598 s]
/proc/loadavg: 1.54 1.79 1.84 3/100 27093
/proc/meminfo: memFree=1576736/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=915720 CPUtime=12.67
/proc/27085/stat : 27085 (java) R 27083 27085 26906 0 -1 0 21945 0 1 0 1238 29 0 0 25 0 8 0 155523600 937697280 21679 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074053447 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27085/statm: 228930 21679 2534 14 0 215400 0
[pid=27085/tid=27087] ppid=27083 vsize=915720 CPUtime=0.08
/proc/27085/task/27087/stat : 27087 (java) S 27083 27085 26906 0 -1 64 4832 0 0 0 7 1 0 0 16 0 8 0 155523604 937697280 21679 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27088] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27088/stat : 27088 (java) S 27083 27085 26906 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 21679 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27089] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27089/stat : 27089 (java) S 27083 27085 26906 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 21679 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27090] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27090/stat : 27090 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523608 937697280 21679 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27091] ppid=27083 vsize=915720 CPUtime=0.33
/proc/27085/task/27091/stat : 27091 (java) S 27083 27085 26906 0 -1 64 497 0 0 0 31 2 0 0 15 0 8 0 155523608 937697280 21679 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27092] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27092/stat : 27092 (java) S 27083 27085 26906 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155523608 937697280 21679 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27093] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27093/stat : 27093 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523608 937697280 21679 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915720

[startup+25.6086 s]
/proc/loadavg: 1.61 1.80 1.84 3/100 27093
/proc/meminfo: memFree=1528160/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=915720 CPUtime=25.46
/proc/27085/stat : 27085 (java) R 27083 27085 26906 0 -1 0 34067 0 1 0 2512 34 0 0 25 0 8 0 155523600 937697280 33798 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073995938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27085/statm: 228930 33798 2534 14 0 215400 0
[pid=27085/tid=27087] ppid=27083 vsize=915720 CPUtime=0.19
/proc/27085/task/27087/stat : 27087 (java) S 27083 27085 26906 0 -1 64 16949 0 0 0 13 6 0 0 16 0 8 0 155523604 937697280 33798 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27088] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27088/stat : 27088 (java) S 27083 27085 26906 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 33798 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27089] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27089/stat : 27089 (java) S 27083 27085 26906 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 33798 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27090] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27090/stat : 27090 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523608 937697280 33798 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27091] ppid=27083 vsize=915720 CPUtime=0.33
/proc/27085/task/27091/stat : 27091 (java) S 27083 27085 26906 0 -1 64 499 0 0 0 31 2 0 0 15 0 8 0 155523608 937697280 33798 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27092] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27092/stat : 27092 (java) S 27083 27085 26906 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155523608 937697280 33798 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27093] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27093/stat : 27093 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523608 937697280 33798 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915720

[startup+51.227 s]
/proc/loadavg: 1.74 1.81 1.84 3/100 27093
/proc/meminfo: memFree=1462496/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=915720 CPUtime=50.95
/proc/27085/stat : 27085 (java) R 27083 27085 26906 0 -1 0 50466 0 1 0 5055 40 0 0 25 0 8 0 155523600 937697280 50193 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074020794 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27085/statm: 228930 50193 2534 14 0 215400 0
[pid=27085/tid=27087] ppid=27083 vsize=915720 CPUtime=0.34
/proc/27085/task/27087/stat : 27087 (java) S 27083 27085 26906 0 -1 64 33344 0 0 0 22 12 0 0 16 0 8 0 155523604 937697280 50193 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27088] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27088/stat : 27088 (java) S 27083 27085 26906 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 50193 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27089] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27089/stat : 27089 (java) S 27083 27085 26906 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 50193 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27090] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27090/stat : 27090 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523608 937697280 50193 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27091] ppid=27083 vsize=915720 CPUtime=0.33
/proc/27085/task/27091/stat : 27091 (java) S 27083 27085 26906 0 -1 64 499 0 0 0 31 2 0 0 16 0 8 0 155523608 937697280 50193 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27092] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27092/stat : 27092 (java) S 27083 27085 26906 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155523608 937697280 50193 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27093] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27093/stat : 27093 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523608 937697280 50193 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 915720

[startup+102.464 s]
/proc/loadavg: 1.89 1.84 1.85 3/100 27093
/proc/meminfo: memFree=1318496/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=915720 CPUtime=101.94
/proc/27085/stat : 27085 (java) R 27083 27085 26906 0 -1 0 86386 0 1 0 10139 55 0 0 25 0 8 0 155523600 937697280 86106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074025915 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27085/statm: 228930 86106 2534 14 0 215400 0
[pid=27085/tid=27087] ppid=27083 vsize=915720 CPUtime=0.67
/proc/27085/task/27087/stat : 27087 (java) S 27083 27085 26906 0 -1 64 69257 0 0 0 41 26 0 0 16 0 8 0 155523604 937697280 86106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27088] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27088/stat : 27088 (java) S 27083 27085 26906 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 86106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27089] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27089/stat : 27089 (java) S 27083 27085 26906 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 86106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27090] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27090/stat : 27090 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523608 937697280 86106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27091] ppid=27083 vsize=915720 CPUtime=0.33
/proc/27085/task/27091/stat : 27091 (java) S 27083 27085 26906 0 -1 64 499 0 0 0 31 2 0 0 16 0 8 0 155523608 937697280 86106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27092] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27092/stat : 27092 (java) S 27083 27085 26906 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155523608 937697280 86106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27093] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27093/stat : 27093 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523608 937697280 86106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 915720

[startup+162.55 s]
/proc/loadavg: 2.02 1.89 1.86 3/100 27093
/proc/meminfo: memFree=1151840/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=915720 CPUtime=161.75
/proc/27085/stat : 27085 (java) R 27083 27085 26906 0 -1 0 127999 0 1 0 16104 71 0 0 25 0 8 0 155523600 937697280 127711 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074020004 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/27085/task/27090/stat : 27090 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27091] ppid=27083 vsize=915720 CPUtime=0.33
/proc/27085/task/27091/stat : 27091 (java) S 27083 27085 26906 0 -1 64 499 0 0 0 31 2 0 0 16 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27092] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27092/stat : 27092 (java) S 27083 27085 26906 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27093] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27093/stat : 27093 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.41
Current children cumulated vsize (KiB) 915720

[startup+522.833 s]
/proc/loadavg: 2.02 1.98 1.91 3/100 27265
/proc/meminfo: memFree=986224/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=915720 CPUtime=521.36
/proc/27085/stat : 27085 (java) R 27083 27085 26906 0 -1 0 154024 0 1 0 52051 85 0 0 25 0 8 0 155523600 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074025938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27085/statm: 228930 153730 2534 14 0 215400 0
[pid=27085/tid=27087] ppid=27083 vsize=915720 CPUtime=1.31
/proc/27085/task/27087/stat : 27087 (java) S 27083 27085 26906 0 -1 64 136881 0 0 0 80 51 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27088] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27088/stat : 27088 (java) S 27083 27085 26906 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27089] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27089/stat : 27089 (java) S 27083 27085 26906 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27090] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27090/stat : 27090 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27091] ppid=27083 vsize=915720 CPUtime=0.33
/proc/27085/task/27091/stat : 27091 (java) S 27083 27085 26906 0 -1 64 499 0 0 0 31 2 0 0 16 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27092] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27092/stat : 27092 (java) S 27083 27085 26906 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27093] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27093/stat : 27093 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.36
Current children cumulated vsize (KiB) 915720

[startup+582.841 s]
/proc/loadavg: 2.01 1.98 1.91 3/100 27265
/proc/meminfo: memFree=986288/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=915720 CPUtime=581.3
/proc/27085/stat : 27085 (java) R 27083 27085 26906 0 -1 0 154024 0 1 0 58044 86 0 0 25 0 8 0 155523600 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074023923 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27085/statm: 228930 153730 2534 14 0 215400 0
[pid=27085/tid=27087] ppid=27083 vsize=915720 CPUtime=1.31
/proc/27085/task/27087/stat : 27087 (java) S 27083 27085 26906 0 -1 64 136881 0 0 0 80 51 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27088] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27088/stat : 27088 (java) S 27083 27085 26906 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27089] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27089/stat : 27089 (java) S 27083 27085 26906 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27090] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27090/stat : 27090 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27091] ppid=27083 vsize=915720 CPUtime=0.33
/proc/27085/task/27091/stat : 27091 (java) S 27083 27085 26906 0 -1 64 499 0 0 0 31 2 0 0 16 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27092] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27092/stat : 27092 (java) S 27083 27085 26906 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27093] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27093/stat : 27093 (java) R 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.3
Current children cumulated vsize (KiB) 915720

[startup+642.851 s]
/proc/loadavg: 2.00 1.98 1.91 3/100 27265
/proc/meminfo: memFree=986224/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=915720 CPUtime=641.26
/proc/27085/stat : 27085 (java) R 27083 27085 26906 0 -1 0 154024 0 1 0 64040 86 0 0 25 0 8 0 155523600 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074020000 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27085/statm: 228930 153730 2534 14 0 215400 0
[pid=27085/tid=27087] ppid=27083 vsize=915720 CPUtime=1.31
/proc/27085/task/27087/stat : 27087 (java) S 27083 27085 26906 0 -1 64 136881 0 0 0 80 51 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27088] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27088/stat : 27088 (java) S 27083 27085 26906 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27089] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27089/stat : 27089 (java) S 27083 27085 26906 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27090] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27090/stat : 27090 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27091] ppid=27083 vsize=915720 CPUtime=0.33
/proc/27085/task/27091/stat : 27091 (java) S 27083 27085 26906 0 -1 64 499 0 0 0 31 2 0 0 16 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27092] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27092/stat : 27092 (java) S 27083 27085 26906 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27093] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27093/stat : 27093 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.26
Current children cumulated vsize (KiB) 915720

[startup+702.957 s]
/proc/loadavg: 2.00 1.98 1.91 3/100 27265
/proc/meminfo: memFree=986224/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=915720 CPUtime=701.07
/proc/27085/stat : 27085 (java) R 27083 27085 26906 0 -1 0 154024 0 1 0 70021 86 0 0 25 0 8 0 155523600 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074002480 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27085/statm: 228930 153730 2534 14 0 215400 0
[pid=27085/tid=27087] ppid=27083 vsize=915720 CPUtime=1.31
/proc/27085/task/27087/stat : 27087 (java) S 27083 27085 26906 0 -1 64 136881 0 0 0 80 51 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27088] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27088/stat : 27088 (java) S 27083 27085 26906 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27089] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27089/stat : 27089 (java) S 27083 27085 26906 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27090] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27090/stat : 27090 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27091] ppid=27083 vsize=915720 CPUtime=0.33
/proc/27085/task/27091/stat : 27091 (java) S 27083 27085 26906 0 -1 64 499 0 0 0 31 2 0 0 16 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27092] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27092/stat : 27092 (java) S 27083 27085 26906 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27093] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27093/stat : 27093 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 701.07
Current children cumulated vsize (KiB) 915720

[startup+762.99 s]
/proc/loadavg: 2.00 1.98 1.91 3/100 27265
/proc/meminfo: memFree=986224/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=915720 CPUtime=760.81
/proc/27085/stat : 27085 (java) R 27083 27085 26906 0 -1 0 154024 0 1 0 75995 86 0 0 25 0 8 0 155523600 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074002540 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27085/statm: 228930 153730 2534 14 0 215400 0
[pid=27085/tid=27087] ppid=27083 vsize=915720 CPUtime=1.31
/proc/27085/task/27087/stat : 27087 (java) S 27083 27085 26906 0 -1 64 136881 0 0 0 80 51 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27088] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27088/stat : 27088 (java) S 27083 27085 26906 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27089] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27089/stat : 27089 (java) S 27083 27085 26906 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27090] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27090/stat : 27090 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27091] ppid=27083 vsize=915720 CPUtime=0.33
/proc/27085/task/27091/stat : 27091 (java) S 27083 27085 26906 0 -1 64 499 0 0 0 31 2 0 0 16 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27092] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27092/stat : 27092 (java) S 27083 27085 26906 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27093] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27093/stat : 27093 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 760.81
Current children cumulated vsize (KiB) 915720

[startup+823.029 s]
/proc/loadavg: 2.05 2.00 1.91 3/100 27265
/proc/meminfo: memFree=986224/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=915720 CPUtime=820.57
/proc/27085/stat : 27085 (java) R 27083 27085 26906 0 -1 0 154024 0 1 0 81971 86 0 0 25 0 8 0 155523600 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918564 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27085/statm: 228930 153730 2534 14 0 215400 0
[pid=27085/tid=27087] ppid=27083 vsize=915720 CPUtime=1.31
/proc/27085/task/27087/stat : 27087 (java) S 27083 27085 26906 0 -1 64 136881 0 0 0 80 51 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27088] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27088/stat : 27088 (java) S 27083 27085 26906 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27089] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27089/stat : 27089 (java) S 27083 27085 26906 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27090] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27090/stat : 27090 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27091] ppid=27083 vsize=915720 CPUtime=0.33
/proc/27085/task/27091/stat : 27091 (java) S 27083 27085 26906 0 -1 64 499 0 0 0 31 2 0 0 16 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27092] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27092/stat : 27092 (java) S 27083 27085 26906 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27093] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27093/stat : 27093 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 820.57
Current children cumulated vsize (KiB) 915720

[startup+883.068 s]
/proc/loadavg: 2.02 2.00 1.91 3/100 27265
/proc/meminfo: memFree=986224/2055920 swapFree=4178332/4192956
[pid=27085] ppid=27083 vsize=915720 CPUtime=880.32
/proc/27085/stat : 27085 (java) R 27083 27085 26906 0 -1 0 154024 0 1 0 87945 87 0 0 25 0 8 0 155523600 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074013046 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27085/statm: 228930 153730 2534 14 0 215400 0
[pid=27085/tid=27087] ppid=27083 vsize=915720 CPUtime=1.31
/proc/27085/task/27087/stat : 27087 (java) S 27083 27085 26906 0 -1 64 136881 0 0 0 80 51 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27088] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27088/stat : 27088 (java) S 27083 27085 26906 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27089] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27089/stat : 27089 (java) S 27083 27085 26906 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155523604 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27090] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27090/stat : 27090 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27091] ppid=27083 vsize=915720 CPUtime=0.33
/proc/27085/task/27091/stat : 27091 (java) S 27083 27085 26906 0 -1 64 499 0 0 0 31 2 0 0 16 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27092] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27092/stat : 27092 (java) S 27083 27085 26906 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27085/tid=27093] ppid=27083 vsize=915720 CPUtime=0
/proc/27085/task/27093/stat : 27093 (java) S 27083 27085 26906 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523608 937697280 153730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 880.32
Current children cumulated vsize (KiB) 915720

Child status: 0
Real time (s): 915.381
CPU time (s): 912.382
CPU user time (s): 911.418
CPU system time (s): 0.963853
CPU usage (%): 99.6724
Max. virtual memory (cumulated for all children) (KiB): 915720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 911.418
system time used= 0.963853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154031
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= 20098
involuntary context switches= 22750

runsolver used 1.08783 s user time and 2.79357 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sat Jan  6 08:14:45 UTC 2007


IDJOB= 198692
IDBENCH= 3571
FILE ID= node10/198692-1168071283

PBS_JOBID= 3475733

Free space on /tmp= 66355 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapScens11/scen11-f2.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/198692-1168071283/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-198692-1168071283 -o ROOT/results/node10/solver-198692-1168071283 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/198692-1168071283/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b9ada7715d8e1afe9fc39e010156bb5c

RANDOM SEED= 828621367

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.232
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.232
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:       1654200 kB
Buffers:         45324 kB
Cached:         206100 kB
SwapCached:       2420 kB
Active:         113572 kB
Inactive:       200460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1654200 kB
SwapTotal:     4192956 kB
SwapFree:      4178332 kB
Dirty:            2324 kB
Writeback:           0 kB
Mapped:          82136 kB
Slab:            72508 kB
Committed_AS:  4324372 kB
PageTables:       2320 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= 66353 MiB



End job on node10 on Sat Jan  6 08:30:00 UTC 2007