Trace number 237788

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 ESAC? (TO) 1800.23 1808.79

General information on the benchmark

Namehaystacks/
haystacks_08.xml
MD5SUMc002d750eb21535fad591656d828639e
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 benchmark0.131979
SatisfiableNO
(Un)Satisfiability was proved
Number of variables64
Number of constraints231
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension231
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/237788-1168350983/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.43	     nbVariables=64  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.43	       =>  wckTime=0.098  cpuTime=0.09  mem=6M902
0.43	   
0.43	   predicates being loaded...
0.44	   
0.44	   constraints being loaded...
0.59	     nbConstraints=231  nbConvertedConstraints=231  nbConvertConstraintsChecks=256  nbExtensionStructures=4
0.59	     nbSharedExtensionStructures=227  nbConflictsStructures=4  nbSharedConflictsStructures=227
0.59	     nbSharedBinaryRepresentations=47  maxDegree=8  maxArity=2
0.59	       =>  wckTime=0.252  cpuTime=0.2  mem=8M853
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.80	       =>  wckTime=0.465  cpuTime=0.34  mem=14M500
0.84	   
0.84	   preprocessing
0.84	     nbConstraintChecks=2978  nbPropagations=543  nbRevisions=564  nbUselessRevisions=154  nbSingletonTests=89
0.84	     nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=0  detectedInconsistency=no
0.84	       =>  wckTime=0.036  cpuTime=0.02  mem=14M500
0.86	   
0.86	   search
0.86	     run=0  nbConstraintChecks=1170  nbPropagations=769  nbRevisions=834  nbUselessRevisions=191  nbAssignments=35
0.86	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=56  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.061  cpuTime=0.03  mem=14M500
0.87	   
0.87	   search
0.87	     run=1  nbConstraintChecks=2626  nbPropagations=1796  nbRevisions=1956  nbUselessRevisions=417  nbAssignments=75
0.87	     nbFailedAssignments=20  nbBacktracks=25  nbVisitedNodes=116  nbRestartNogoods=4  mapSize=23  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.074  cpuTime=0.03  mem=14M500
0.89	   
0.89	   search
0.89	     run=2  nbConstraintChecks=5110  nbPropagations=3227  nbRevisions=3531  nbUselessRevisions=696  nbAssignments=132
0.89	     nbFailedAssignments=33  nbBacktracks=47  nbVisitedNodes=198  nbRestartNogoods=7  mapSize=38  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.087  cpuTime=0.04  mem=14M500
0.90	   
0.90	   search
0.90	     run=3  nbConstraintChecks=7579  nbPropagations=5212  nbRevisions=5718  nbUselessRevisions=1036  nbAssignments=226
0.90	     nbFailedAssignments=60  nbBacktracks=80  nbVisitedNodes=336  nbRestartNogoods=10  mapSize=70  nbInferences=1
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.097  cpuTime=0.05  mem=14M500
0.91	   
0.91	   search
0.91	     run=4  nbConstraintChecks=10160  nbPropagations=7840  nbRevisions=8612  nbUselessRevisions=1440  nbAssignments=343
0.91	     nbFailedAssignments=98  nbBacktracks=130  nbVisitedNodes=531  nbRestartNogoods=16  mapSize=117  nbInferences=3
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.108  cpuTime=0.06  mem=14M500
0.92	   
0.92	   search
0.92	     run=5  nbConstraintChecks=15663  nbPropagations=11555  nbRevisions=12931  nbUselessRevisions=2026
0.92	     nbAssignments=518  nbFailedAssignments=162  nbBacktracks=205  nbVisitedNodes=827  nbRestartNogoods=26  mapSize=190
0.92	     nbInferences=6  nbTooLargeKeys=0
0.92	       =>  wckTime=0.123  cpuTime=0.07  mem=14M500
0.95	   
0.95	   search
0.95	     run=6  nbConstraintChecks=30787  nbPropagations=17703  nbRevisions=20536  nbUselessRevisions=3066
0.95	     nbAssignments=874  nbFailedAssignments=252  nbBacktracks=319  nbVisitedNodes=1244  nbRestartNogoods=35  mapSize=294
0.95	     nbInferences=24  nbTooLargeKeys=0
0.95	       =>  wckTime=0.148  cpuTime=0.09  mem=14M500
0.98	   
0.98	   search
0.98	     run=7  nbConstraintChecks=45699  nbPropagations=26803  nbRevisions=31812  nbUselessRevisions=4589
0.98	     nbAssignments=1354  nbFailedAssignments=394  nbBacktracks=489  nbVisitedNodes=1871  nbRestartNogoods=43
0.98	     mapSize=455  nbInferences=36  nbTooLargeKeys=0
0.98	       =>  wckTime=0.177  cpuTime=0.12  mem=14M500
1.02	   
1.02	   search
1.02	     run=8  nbConstraintChecks=70211  nbPropagations=40178  nbRevisions=48766  nbUselessRevisions=6796
1.02	     nbAssignments=1992  nbFailedAssignments=579  nbBacktracks=746  nbVisitedNodes=2684  nbRestartNogoods=60
1.02	     mapSize=674  nbInferences=51  nbTooLargeKeys=0
1.02	       =>  wckTime=0.224  cpuTime=0.15  mem=14M500
1.06	   
1.06	   search
1.06	     run=9  nbConstraintChecks=82722  nbPropagations=57643  nbRevisions=69634  nbUselessRevisions=9144
1.06	     nbAssignments=2839  nbFailedAssignments=797  nbBacktracks=1130  nbVisitedNodes=4158  nbRestartNogoods=64
1.06	     mapSize=1056  nbInferences=255  nbTooLargeKeys=0
1.06	       =>  wckTime=0.259  cpuTime=0.17  mem=14M500
1.11	   
1.11	   search
1.11	     run=10  nbConstraintChecks=127900  nbPropagations=83639  nbRevisions=101979  nbUselessRevisions=13354
1.11	     nbAssignments=4191  nbFailedAssignments=1159  nbBacktracks=1707  nbVisitedNodes=5905  nbRestartNogoods=81
1.11	     mapSize=1550  nbInferences=328  nbTooLargeKeys=0
1.11	       =>  wckTime=0.313  cpuTime=0.22  mem=14M500
1.17	   
1.17	   search
1.17	     run=11  nbConstraintChecks=184335  nbPropagations=119642  nbRevisions=149554  nbUselessRevisions=20072
1.17	     nbAssignments=5688  nbFailedAssignments=1692  nbBacktracks=2572  nbVisitedNodes=8483  nbRestartNogoods=83
1.17	     mapSize=2295  nbInferences=408  nbTooLargeKeys=0
1.17	       =>  wckTime=0.37  cpuTime=0.28  mem=15M476
1.25	   
1.25	   search
1.25	     run=12  nbConstraintChecks=275594  nbPropagations=170490  nbRevisions=220450  nbUselessRevisions=30088
1.25	     nbAssignments=7909  nbFailedAssignments=2450  nbBacktracks=3869  nbVisitedNodes=12279  nbRestartNogoods=91
1.25	     mapSize=3409  nbInferences=554  nbTooLargeKeys=0
1.25	       =>  wckTime=0.453  cpuTime=0.36  mem=15M476
1.35	   
1.35	   search
1.35	     run=13  nbConstraintChecks=348821  nbPropagations=243385  nbRevisions=316868  nbUselessRevisions=46164
1.35	     nbAssignments=12537  nbFailedAssignments=3342  nbBacktracks=5816  nbVisitedNodes=20310  nbRestartNogoods=101
1.35	     mapSize=5348  nbInferences=2264  nbTooLargeKeys=0
1.35	       =>  wckTime=0.549  cpuTime=0.46  mem=15M476
1.51	   
1.51	   search
1.51	     run=14  nbConstraintChecks=494023  nbPropagations=349113  nbRevisions=461420  nbUselessRevisions=76880
1.51	     nbAssignments=18515  nbFailedAssignments=5167  nbBacktracks=8735  nbVisitedNodes=30547  nbRestartNogoods=112
1.51	     mapSize=8159  nbInferences=3309  nbTooLargeKeys=0
1.51	       =>  wckTime=0.711  cpuTime=0.62  mem=15M476
1.78	   
1.78	   search
1.78	     run=15  nbConstraintChecks=742915  nbPropagations=505088  nbRevisions=679441  nbUselessRevisions=122710
1.78	     nbAssignments=26688  nbFailedAssignments=7407  nbBacktracks=13113  nbVisitedNodes=43865  nbRestartNogoods=129
1.78	     mapSize=11907  nbInferences=4654  nbTooLargeKeys=0
1.78	       =>  wckTime=0.982  cpuTime=0.88  mem=16M451
2.18	   
2.18	   search
2.18	     run=16  nbConstraintChecks=1247075  nbPropagations=743647  nbRevisions=1028663  nbUselessRevisions=190219
2.18	     nbAssignments=38704  nbFailedAssignments=11626  nbBacktracks=19683  nbVisitedNodes=64040  nbRestartNogoods=140
2.18	     mapSize=17543  nbInferences=5702  nbTooLargeKeys=0
2.18	       =>  wckTime=1.381  cpuTime=1.28  mem=17M426
2.65	   
2.65	   search
2.65	     run=17  nbConstraintChecks=1608377  nbPropagations=1082031  nbRevisions=1514653  nbUselessRevisions=296882
2.65	     nbAssignments=58340  nbFailedAssignments=18164  nbBacktracks=29535  nbVisitedNodes=99577  nbRestartNogoods=149
2.65	     mapSize=27384  nbInferences=8916  nbTooLargeKeys=0
2.65	       =>  wckTime=1.852  cpuTime=1.74  mem=18M401
3.45	   
3.45	   search
3.45	     run=18  nbConstraintChecks=2349389  nbPropagations=1577934  nbRevisions=2241140  nbUselessRevisions=461197
3.45	     nbAssignments=85024  nbFailedAssignments=27262  nbBacktracks=44314  nbVisitedNodes=145410  nbRestartNogoods=168
3.45	     mapSize=40680  nbInferences=11623  nbTooLargeKeys=0
3.45	       =>  wckTime=2.649  cpuTime=2.54  mem=20M352
4.87	   
4.87	   search
4.87	     run=19  nbConstraintChecks=4199062  nbPropagations=2368646  nbRevisions=3462857  nbUselessRevisions=718409
4.87	     nbAssignments=124444  nbFailedAssignments=40071  nbBacktracks=66485  nbVisitedNodes=213112  nbRestartNogoods=177
4.87	     mapSize=60477  nbInferences=16044  nbTooLargeKeys=0
4.87	       =>  wckTime=4.07  cpuTime=3.95  mem=23M801
6.42	   
6.43	   search
6.43	     run=20  nbConstraintChecks=5517609  nbPropagations=3513082  nbRevisions=5132761  nbUselessRevisions=1081093
6.43	     nbAssignments=193813  nbFailedAssignments=59668  nbBacktracks=99737  nbVisitedNodes=336047  nbRestartNogoods=188
6.43	     mapSize=92953  nbInferences=32529  nbTooLargeKeys=0
6.43	       =>  wckTime=5.624  cpuTime=5.48  mem=27M702
9.34	   
9.34	   search
9.34	     run=21  nbConstraintChecks=9263640  nbPropagations=5269389  nbRevisions=7827340  nbUselessRevisions=1624248
9.34	     nbAssignments=280016  nbFailedAssignments=88460  nbBacktracks=149615  nbVisitedNodes=482416  nbRestartNogoods=210
9.35	     mapSize=134687  nbInferences=39857  nbTooLargeKeys=0
9.35	       =>  wckTime=8.544  cpuTime=8.38  mem=34M602
13.90	   
13.90	   search
13.90	     run=22  nbConstraintChecks=14734117  nbPropagations=7942487  nbRevisions=11922488  nbUselessRevisions=2387448
13.90	     nbAssignments=416261  nbFailedAssignments=129663  nbBacktracks=224436  nbVisitedNodes=713181  nbRestartNogoods=219
13.90	     mapSize=199751  nbInferences=60062  nbTooLargeKeys=0
13.90	       =>  wckTime=13.095  cpuTime=12.91  mem=44M500
19.34	   
19.34	   search
19.34	     run=23  nbConstraintChecks=19492549  nbPropagations=11798787  nbRevisions=17706611  nbUselessRevisions=3659623
19.34	     nbAssignments=639696  nbFailedAssignments=200450  nbBacktracks=336664  nbVisitedNodes=1112451  nbRestartNogoods=227
19.34	     mapSize=310984  nbInferences=100447  nbTooLargeKeys=0
19.34	       =>  wckTime=18.543  cpuTime=18.05  mem=38M24
27.08	   
27.08	   search
27.08	     run=24  nbConstraintChecks=27417645  nbPropagations=17358456  nbRevisions=26036963  nbUselessRevisions=5562550
27.08	     nbAssignments=944118  nbFailedAssignments=303473  nbBacktracks=505006  nbVisitedNodes=1636574  nbRestartNogoods=254
27.08	     mapSize=457943  nbInferences=133128  nbTooLargeKeys=0
27.08	       =>  wckTime=26.284  cpuTime=25.77  mem=59M421
40.91	   
40.91	   search
40.91	     run=25  nbConstraintChecks=42424701  nbPropagations=25882297  nbRevisions=38687822  nbUselessRevisions=8198756
40.91	     nbAssignments=1412733  nbFailedAssignments=457880  nbBacktracks=757517  nbVisitedNodes=2456845
40.91	     nbRestartNogoods=276  mapSize=682043  nbInferences=194799  nbTooLargeKeys=0
40.91	       =>  wckTime=40.113  cpuTime=39.04  mem=77M993
61.01	   
61.01	   search
61.01	     run=26  nbConstraintChecks=64142870  nbPropagations=38796454  nbRevisions=57967570  nbUselessRevisions=12244146
61.01	     nbAssignments=2076491  nbFailedAssignments=694330  nbBacktracks=1136288  nbVisitedNodes=3601762
61.01	     nbRestartNogoods=294  mapSize=1010797  nbInferences=243223  nbTooLargeKeys=0
61.01	       =>  wckTime=60.208  cpuTime=58.58  mem=116M959
93.29	   
93.29	   search
93.29	     run=27  nbConstraintChecks=102062579  nbPropagations=58607619  nbRevisions=88445422  nbUselessRevisions=19232110
93.29	     nbAssignments=3134547  nbFailedAssignments=1036861  nbBacktracks=1704439  nbVisitedNodes=5424279
93.29	     nbRestartNogoods=307  mapSize=1515086  nbInferences=390575  nbTooLargeKeys=0
93.29	       =>  wckTime=92.49  cpuTime=90.21  mem=176M621
142.09	   
142.09	   search
142.09	     run=28  nbConstraintChecks=160232523  nbPropagations=88828962  nbRevisions=135358399  nbUselessRevisions=29611890
142.09	     nbAssignments=4654878  nbFailedAssignments=1589805  nbBacktracks=2556666  nbVisitedNodes=8064830
142.09	     nbRestartNogoods=319  mapSize=2269139  nbInferences=505691  nbTooLargeKeys=0
142.09	       =>  wckTime=141.289  cpuTime=137.26  mem=262M645
213.36	   
213.36	   search
213.36	     run=29  nbConstraintChecks=241078334  nbPropagations=134425960  nbRevisions=205187567  nbUselessRevisions=44390050
213.36	     nbAssignments=6918145  nbFailedAssignments=2419044  nbBacktracks=3835006  nbVisitedNodes=11985799
213.36	     nbRestartNogoods=333  mapSize=3388555  nbInferences=661322  nbTooLargeKeys=0
213.36	       =>  wckTime=212.556  cpuTime=206.59  mem=410M864
312.35	   
312.35	   search
312.35	     run=30  nbConstraintChecks=324088730  nbPropagations=197120187  nbRevisions=294035225  nbUselessRevisions=64841263
312.36	     nbAssignments=11252956  nbFailedAssignments=2595044  nbBacktracks=5752518  nbVisitedNodes=18823750
312.36	     nbRestartNogoods=351  mapSize=5052556  nbInferences=2902538  nbTooLargeKeys=0
312.36	       =>  wckTime=311.554  cpuTime=302.44  mem=588M578
324.36	   
324.36	   INFO : Stopping hyperNogood (mapSize=5251030, nbTooLargekeys=0, mem=600M94)
405.80	   
405.80	   search
405.80	     run=31  nbConstraintChecks=423671518  nbPropagations=285553406  nbRevisions=420391123  nbUselessRevisions=95539432
405.80	     nbAssignments=16304441  nbFailedAssignments=4577846  nbBacktracks=8628784  nbVisitedNodes=27838920
405.80	     nbRestartNogoods=370
405.80	       =>  wckTime=404.996  cpuTime=394.94  mem=600M94
550.95	   
550.95	   search
550.95	     run=32  nbConstraintChecks=573131947  nbPropagations=414742463  nbRevisions=600357861  nbUselessRevisions=136713625
550.95	     nbAssignments=23650739  nbFailedAssignments=7609538  nbBacktracks=12943182  nbVisitedNodes=41099844
550.95	     nbRestartNogoods=404
550.95	       =>  wckTime=550.15  cpuTime=539.42  mem=600M94
809.34	   
809.34	   search
809.34	     run=33  nbConstraintChecks=890451372  nbPropagations=614923806  nbRevisions=889333343  nbUselessRevisions=205098472
809.34	     nbAssignments=35075749  nbFailedAssignments=12562861  nbBacktracks=19414780  nbVisitedNodes=61788081
809.34	     nbRestartNogoods=423
809.34	       =>  wckTime=808.537  cpuTime=796.67  mem=600M94
1193.10	   
1193.10	   search
1193.10	     run=34  nbConstraintChecks=1439484022  nbPropagations=922452174  nbRevisions=1342534876
1193.10	     nbUselessRevisions=311198249  nbAssignments=51558905  nbFailedAssignments=19338576  nbBacktracks=29122177
1193.10	     nbVisitedNodes=91113032  nbRestartNogoods=447
1193.10	       =>  wckTime=1192.3  cpuTime=1178.68  mem=600M94
1740.35	   
1740.35	   search
1740.35	     run=35  nbConstraintChecks=2158563150  nbPropagations=1383058499  nbRevisions=2014513312
1740.35	     nbUselessRevisions=457667298  nbAssignments=76053732  nbFailedAssignments=29271999  nbBacktracks=43683274
1740.35	     nbVisitedNodes=134596567  nbRestartNogoods=477
1740.35	       =>  wckTime=1739.551  cpuTime=1723.46  mem=600M94

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node47/watcher-237788-1168350983 -o ROOT/results/node47/solver-237788-1168350983 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237788-1168350983/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.93 1.10 1.48 5/70 14840
/proc/meminfo: memFree=1795040/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=18540 CPUtime=0
/proc/14839/stat : 14839 (runsolver) R 14831 14839 14748 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 183497586 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 208717540647 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/14839/statm: 4635 279 244 17 0 2626 0

[startup+0.106982 s]
/proc/loadavg: 0.93 1.10 1.48 5/70 14840
/proc/meminfo: memFree=1795040/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=912760 CPUtime=0.07
/proc/14839/stat : 14839 (java) R 14831 14839 14748 0 -1 0 2785 0 1 0 6 1 0 0 20 0 8 0 183497586 934666240 2531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14839/statm: 228190 2531 1390 14 0 215091 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 912760

[startup+0.515027 s]
/proc/loadavg: 0.93 1.10 1.48 5/70 14840
/proc/meminfo: memFree=1795040/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=915328 CPUtime=0.47
/proc/14839/stat : 14839 (java) R 14831 14839 14748 0 -1 0 6286 0 1 0 43 4 0 0 18 0 8 0 183497586 937295872 6025 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14839/statm: 228832 6036 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33711 s]
/proc/loadavg: 0.93 1.10 1.48 3/89 14890
/proc/meminfo: memFree=1730688/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=915464 CPUtime=1.29
/proc/14839/stat : 14839 (java) R 14831 14839 14748 0 -1 0 8765 0 1 0 121 8 0 0 24 0 8 0 183497586 937435136 8503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073721088 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14839/statm: 228866 8503 2541 14 0 215336 0
[pid=14839/tid=14858] ppid=14831 vsize=915464 CPUtime=0.02
/proc/14839/task/14858/stat : 14858 (java) S 14831 14839 14748 0 -1 64 151 0 0 0 2 0 0 0 17 0 8 0 183497591 937435136 8503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14839/tid=14860] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14860/stat : 14860 (java) S 14831 14839 14748 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 8503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14839/tid=14861] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14861/stat : 14861 (java) S 14831 14839 14748 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183497592 937435136 8503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14839/tid=14877] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14877/stat : 14877 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183497596 937435136 8504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14878] ppid=14831 vsize=915464 CPUtime=0.22
/proc/14839/task/14878/stat : 14878 (java) S 14831 14839 14748 0 -1 64 375 0 0 0 21 1 0 0 15 0 8 0 183497596 937435136 8504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14839/tid=14879] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14879/stat : 14879 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183497596 937435136 8504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14880] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14880/stat : 14880 (java) S 14831 14839 14748 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183497596 937435136 8504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915464

[startup+2.97528 s]
/proc/loadavg: 0.93 1.10 1.48 2/75 14898
/proc/meminfo: memFree=1769008/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=915464 CPUtime=2.92
/proc/14839/stat : 14839 (java) R 14831 14839 14748 0 -1 0 9738 0 1 0 283 9 0 0 22 0 8 0 183497586 937435136 9474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073771958 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14839/statm: 228866 9474 2541 14 0 215336 0
[pid=14839/tid=14858] ppid=14831 vsize=915464 CPUtime=0.02
/proc/14839/task/14858/stat : 14858 (java) S 14831 14839 14748 0 -1 64 151 0 0 0 2 0 0 0 17 0 8 0 183497591 937435136 9474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14839/tid=14860] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14860/stat : 14860 (java) S 14831 14839 14748 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 9474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14839/tid=14861] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14861/stat : 14861 (java) S 14831 14839 14748 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183497592 937435136 9474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14839/tid=14877] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14877/stat : 14877 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183497596 937435136 9474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14878] ppid=14831 vsize=915464 CPUtime=0.23
/proc/14839/task/14878/stat : 14878 (java) S 14831 14839 14748 0 -1 64 379 0 0 0 22 1 0 0 15 0 8 0 183497596 937435136 9474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14839/tid=14879] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14879/stat : 14879 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183497596 937435136 9474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14880] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14880/stat : 14880 (java) S 14831 14839 14748 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183497596 937435136 9474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915464

[startup+6.17863 s]
/proc/loadavg: 1.01 1.12 1.48 3/88 14960
/proc/meminfo: memFree=1754568/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=915464 CPUtime=6.09
/proc/14839/stat : 14839 (java) R 14831 14839 14748 0 -1 0 11558 0 1 0 599 10 0 0 25 0 8 0 183497586 937435136 11294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073743993 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14839/statm: 228866 11294 2541 14 0 215336 0
[pid=14839/tid=14858] ppid=14831 vsize=915464 CPUtime=0.02
/proc/14839/task/14858/stat : 14858 (java) S 14831 14839 14748 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 183497591 937435136 11294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14839/tid=14860] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14860/stat : 14860 (java) S 14831 14839 14748 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 11294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14839/tid=14861] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14861/stat : 14861 (java) S 14831 14839 14748 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183497592 937435136 11294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14839/tid=14877] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14877/stat : 14877 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183497596 937435136 11294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14878] ppid=14831 vsize=915464 CPUtime=0.23
/proc/14839/task/14878/stat : 14878 (java) S 14831 14839 14748 0 -1 64 379 0 0 0 22 1 0 0 16 0 8 0 183497596 937435136 11294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14879] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14879/stat : 14879 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183497596 937435136 11294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14880] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14880/stat : 14880 (java) S 14831 14839 14748 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183497596 937435136 11294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 915464

[startup+12.6453 s]
/proc/loadavg: 1.09 1.13 1.48 3/88 14960
/proc/meminfo: memFree=1740312/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=915464 CPUtime=12.52
/proc/14839/stat : 14839 (java) R 14831 14839 14748 0 -1 0 14836 0 1 0 1241 11 0 0 25 0 8 0 183497586 937435136 14572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727252 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14839/statm: 228866 14572 2541 14 0 215336 0
[pid=14839/tid=14858] ppid=14831 vsize=915464 CPUtime=0.02
/proc/14839/task/14858/stat : 14858 (java) S 14831 14839 14748 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 183497591 937435136 14572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14839/tid=14860] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14860/stat : 14860 (java) S 14831 14839 14748 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 14572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14839/tid=14861] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14861/stat : 14861 (java) S 14831 14839 14748 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183497592 937435136 14572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14839/tid=14877] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14877/stat : 14877 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183497596 937435136 14572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14878] ppid=14831 vsize=915464 CPUtime=0.23
/proc/14839/task/14878/stat : 14878 (java) S 14831 14839 14748 0 -1 64 379 0 0 0 22 1 0 0 16 0 8 0 183497596 937435136 14572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14879] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14879/stat : 14879 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183497596 937435136 14572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14880] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14880/stat : 14880 (java) S 14831 14839 14748 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183497596 937435136 14572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 915464

[startup+25.4997 s]
/proc/loadavg: 1.29 1.17 1.49 3/88 14960
/proc/meminfo: memFree=1704280/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=915464 CPUtime=25.32
/proc/14839/stat : 14839 (java) R 14831 14839 14748 0 -1 0 23759 0 1 0 2517 15 0 0 25 0 8 0 183497586 937435136 23493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727355 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14839/statm: 228866 23493 2545 14 0 215336 0
[pid=14839/tid=14858] ppid=14831 vsize=915464 CPUtime=0.3
/proc/14839/task/14858/stat : 14858 (java) S 14831 14839 14748 0 -1 64 6742 0 0 0 28 2 0 0 16 0 8 0 183497591 937435136 23493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14860] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14860/stat : 14860 (java) S 14831 14839 14748 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 23493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14861] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14861/stat : 14861 (java) S 14831 14839 14748 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 23493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14877] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14877/stat : 14877 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183497596 937435136 23493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14878] ppid=14831 vsize=915464 CPUtime=0.23
/proc/14839/task/14878/stat : 14878 (java) S 14831 14839 14748 0 -1 64 379 0 0 0 22 1 0 0 16 0 8 0 183497596 937435136 23493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14879] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14879/stat : 14879 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183497596 937435136 23493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14880] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14880/stat : 14880 (java) S 14831 14839 14748 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183497596 937435136 23493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 915464

[startup+51.1004 s]
/proc/loadavg: 1.53 1.24 1.50 3/88 14960
/proc/meminfo: memFree=1661784/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=915464 CPUtime=50.76
/proc/14839/stat : 14839 (java) R 14831 14839 14748 0 -1 0 34373 0 1 0 5057 19 0 0 25 0 8 0 183497586 937435136 34106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756880 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14839/statm: 228866 34106 2545 14 0 215336 0
[pid=14839/tid=14858] ppid=14831 vsize=915464 CPUtime=0.77
/proc/14839/task/14858/stat : 14858 (java) S 14831 14839 14748 0 -1 64 17355 0 0 0 71 6 0 0 16 0 8 0 183497591 937435136 34106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14860] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14860/stat : 14860 (java) S 14831 14839 14748 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 34106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14861] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14861/stat : 14861 (java) S 14831 14839 14748 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 34106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14877] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14877/stat : 14877 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183497596 937435136 34106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14878] ppid=14831 vsize=915464 CPUtime=0.23
/proc/14839/task/14878/stat : 14878 (java) S 14831 14839 14748 0 -1 64 379 0 0 0 22 1 0 0 16 0 8 0 183497596 937435136 34106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14879] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14879/stat : 14879 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183497596 937435136 34106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14880] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14880/stat : 14880 (java) S 14831 14839 14748 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183497596 937435136 34106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 915464

[startup+102.401 s]
/proc/loadavg: 1.80 1.35 1.53 3/88 14960
/proc/meminfo: memFree=1553752/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=915464 CPUtime=101.81
/proc/14839/stat : 14839 (java) R 14831 14839 14748 0 -1 0 61355 0 1 0 10148 33 0 0 25 0 8 0 183497586 937435136 61085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752109 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14839/statm: 228866 61085 2545 14 0 215336 0
[pid=14839/tid=14858] ppid=14831 vsize=915464 CPUtime=2.13
/proc/14839/task/14858/stat : 14858 (java) S 14831 14839 14748 0 -1 64 44334 0 0 0 194 19 0 0 16 0 8 0 183497591 937435136 61085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14860] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14860/stat : 14860 (java) S 14831 14839 14748 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 61085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14861] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14861/stat : 14861 (java) S 14831 14839 14748 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 61085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14877] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14877/stat : 14877 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183497596 937435136 61085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14878] ppid=14831 vsize=915464 CPUtime=0.23
/proc/14839/task/14878/stat : 14878 (java) S 14831 14839 14748 0 -1 64 379 0 0 0 22 1 0 0 16 0 8 0 183497596 937435136 61085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14879] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14879/stat : 14879 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183497596 937435136 61085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14880] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14880/stat : 14880 (java) S 14831 14839 14748 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183497596 937435136 61085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 915464

[startup+162.441 s]
/proc/loadavg: 1.92 1.47 1.56 3/88 14960
/proc/meminfo: memFree=1470616/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=915464 CPUtime=161.56
/proc/14839/stat : 14839 (java) R 14831 14839 14748 0 -1 0 82103 0 1 0 16115 41 0 0 25 0 8 0 183497586 937435136 81831 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727264 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1416.13
Current children cumulated vsize (KiB) 915464

[startup+1482.96 s]
/proc/loadavg: 2.05 2.00 1.87 3/88 15160
/proc/meminfo: memFree=1158104/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=915464 CPUtime=1475.89
/proc/14839/stat : 14839 (java) R 14831 14839 14748 0 -1 0 159882 0 1 0 147503 86 0 0 25 0 8 0 183497586 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756882 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14839/statm: 228866 159598 2545 14 0 215336 0
[pid=14839/tid=14858] ppid=14831 vsize=915464 CPUtime=7.79
/proc/14839/task/14858/stat : 14858 (java) S 14831 14839 14748 0 -1 64 142845 0 0 0 722 57 0 0 16 0 8 0 183497591 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14860] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14860/stat : 14860 (java) S 14831 14839 14748 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14861] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14861/stat : 14861 (java) S 14831 14839 14748 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14877] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14877/stat : 14877 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14878] ppid=14831 vsize=915464 CPUtime=0.23
/proc/14839/task/14878/stat : 14878 (java) S 14831 14839 14748 0 -1 64 382 0 0 0 22 1 0 0 16 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14879] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14879/stat : 14879 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14880] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14880/stat : 14880 (java) S 14831 14839 14748 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.89
Current children cumulated vsize (KiB) 915464

[startup+1542.97 s]
/proc/loadavg: 2.02 2.00 1.88 3/88 15160
/proc/meminfo: memFree=1158104/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=915464 CPUtime=1535.62
/proc/14839/stat : 14839 (java) R 14831 14839 14748 0 -1 0 159882 0 1 0 153476 86 0 0 25 0 8 0 183497586 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073737698 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14839/statm: 228866 159598 2545 14 0 215336 0
[pid=14839/tid=14858] ppid=14831 vsize=915464 CPUtime=7.79
/proc/14839/task/14858/stat : 14858 (java) S 14831 14839 14748 0 -1 64 142845 0 0 0 722 57 0 0 16 0 8 0 183497591 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14860] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14860/stat : 14860 (java) S 14831 14839 14748 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14861] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14861/stat : 14861 (java) S 14831 14839 14748 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14877] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14877/stat : 14877 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14878] ppid=14831 vsize=915464 CPUtime=0.23
/proc/14839/task/14878/stat : 14878 (java) S 14831 14839 14748 0 -1 64 382 0 0 0 22 1 0 0 16 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14879] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14879/stat : 14879 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14880] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14880/stat : 14880 (java) S 14831 14839 14748 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.62
Current children cumulated vsize (KiB) 915464

[startup+1602.99 s]
/proc/loadavg: 2.00 2.00 1.88 3/88 15160
/proc/meminfo: memFree=1158104/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=915464 CPUtime=1595.37
/proc/14839/stat : 14839 (java) R 14831 14839 14748 0 -1 0 159882 0 1 0 159451 86 0 0 25 0 8 0 183497586 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073725512 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14839/statm: 228866 159598 2545 14 0 215336 0
[pid=14839/tid=14858] ppid=14831 vsize=915464 CPUtime=7.79
/proc/14839/task/14858/stat : 14858 (java) S 14831 14839 14748 0 -1 64 142845 0 0 0 722 57 0 0 16 0 8 0 183497591 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14860] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14860/stat : 14860 (java) S 14831 14839 14748 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14861] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14861/stat : 14861 (java) S 14831 14839 14748 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14877] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14877/stat : 14877 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14878] ppid=14831 vsize=915464 CPUtime=0.23
/proc/14839/task/14878/stat : 14878 (java) S 14831 14839 14748 0 -1 64 382 0 0 0 22 1 0 0 16 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14879] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14879/stat : 14879 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14880] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14880/stat : 14880 (java) S 14831 14839 14748 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.37
Current children cumulated vsize (KiB) 915464

[startup+1663.01 s]
/proc/loadavg: 2.00 2.00 1.89 3/88 15160
/proc/meminfo: memFree=1158104/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=915464 CPUtime=1655.12
/proc/14839/stat : 14839 (java) R 14831 14839 14748 0 -1 0 159882 0 1 0 165426 86 0 0 25 0 8 0 183497586 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073736991 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14839/statm: 228866 159598 2545 14 0 215336 0
[pid=14839/tid=14858] ppid=14831 vsize=915464 CPUtime=7.79
/proc/14839/task/14858/stat : 14858 (java) S 14831 14839 14748 0 -1 64 142845 0 0 0 722 57 0 0 16 0 8 0 183497591 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14860] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14860/stat : 14860 (java) S 14831 14839 14748 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14861] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14861/stat : 14861 (java) S 14831 14839 14748 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14877] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14877/stat : 14877 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14878] ppid=14831 vsize=915464 CPUtime=0.23
/proc/14839/task/14878/stat : 14878 (java) S 14831 14839 14748 0 -1 64 382 0 0 0 22 1 0 0 16 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14879] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14879/stat : 14879 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14880] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14880/stat : 14880 (java) S 14831 14839 14748 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.12
Current children cumulated vsize (KiB) 915464

[startup+1723.03 s]
/proc/loadavg: 2.00 2.00 1.89 3/88 15160
/proc/meminfo: memFree=1158104/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=915464 CPUtime=1714.86
/proc/14839/stat : 14839 (java) R 14831 14839 14748 0 -1 0 159882 0 1 0 171400 86 0 0 25 0 8 0 183497586 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14839/statm: 228866 159598 2545 14 0 215336 0
[pid=14839/tid=14858] ppid=14831 vsize=915464 CPUtime=7.79
/proc/14839/task/14858/stat : 14858 (java) S 14831 14839 14748 0 -1 64 142845 0 0 0 722 57 0 0 16 0 8 0 183497591 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14860] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14860/stat : 14860 (java) S 14831 14839 14748 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14861] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14861/stat : 14861 (java) S 14831 14839 14748 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14877] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14877/stat : 14877 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14878] ppid=14831 vsize=915464 CPUtime=0.23
/proc/14839/task/14878/stat : 14878 (java) S 14831 14839 14748 0 -1 64 382 0 0 0 22 1 0 0 16 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14879] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14879/stat : 14879 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14880] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14880/stat : 14880 (java) S 14831 14839 14748 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.86
Current children cumulated vsize (KiB) 915464

[startup+1783.05 s]
/proc/loadavg: 2.00 2.00 1.90 3/88 15160
/proc/meminfo: memFree=1158104/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=915464 CPUtime=1774.6
/proc/14839/stat : 14839 (java) R 14831 14839 14748 0 -1 0 159882 0 1 0 177374 86 0 0 25 0 8 0 183497586 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073735865 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14839/statm: 228866 159598 2545 14 0 215336 0
[pid=14839/tid=14858] ppid=14831 vsize=915464 CPUtime=7.79
/proc/14839/task/14858/stat : 14858 (java) S 14831 14839 14748 0 -1 64 142845 0 0 0 722 57 0 0 16 0 8 0 183497591 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14860] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14860/stat : 14860 (java) S 14831 14839 14748 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14861] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14861/stat : 14861 (java) S 14831 14839 14748 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14877] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14877/stat : 14877 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14878] ppid=14831 vsize=915464 CPUtime=0.23
/proc/14839/task/14878/stat : 14878 (java) S 14831 14839 14748 0 -1 64 382 0 0 0 22 1 0 0 16 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14879] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14879/stat : 14879 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14880] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14880/stat : 14880 (java) S 14831 14839 14748 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.6
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.63 s]
/proc/loadavg: 2.00 2.00 1.90 3/88 15160
/proc/meminfo: memFree=1158104/2055920 swapFree=4183980/4192956
[pid=14839] ppid=14831 vsize=915464 CPUtime=1800.07
/proc/14839/stat : 14839 (java) R 14831 14839 14748 0 -1 0 159882 0 1 0 179921 86 0 0 25 0 8 0 183497586 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756913 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14839/statm: 228866 159598 2545 14 0 215336 0
[pid=14839/tid=14858] ppid=14831 vsize=915464 CPUtime=7.79
/proc/14839/task/14858/stat : 14858 (java) S 14831 14839 14748 0 -1 64 142845 0 0 0 722 57 0 0 16 0 8 0 183497591 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14860] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14860/stat : 14860 (java) S 14831 14839 14748 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14861] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14861/stat : 14861 (java) S 14831 14839 14748 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183497592 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14877] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14877/stat : 14877 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14878] ppid=14831 vsize=915464 CPUtime=0.23
/proc/14839/task/14878/stat : 14878 (java) S 14831 14839 14748 0 -1 64 382 0 0 0 22 1 0 0 16 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14879] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14879/stat : 14879 (java) S 14831 14839 14748 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14839/tid=14880] ppid=14831 vsize=915464 CPUtime=0
/proc/14839/task/14880/stat : 14880 (java) S 14831 14839 14748 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183497596 937435136 159598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 915464

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1808.79
CPU time (s): 1800.23
CPU user time (s): 1799.27
CPU system time (s): 0.961853
CPU usage (%): 99.5269
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.27
system time used= 0.961853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159898
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= 37830
involuntary context switches= 62872

runsolver used 1.9667 s user time and 4.72628 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Tue Jan  9 13:56:23 UTC 2007


IDJOB= 237788
IDBENCH= 6963
FILE ID= node47/237788-1168350983

PBS_JOBID= 3503918

Free space on /tmp= 66555 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_08.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237788-1168350983/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-237788-1168350983 -o ROOT/results/node47/solver-237788-1168350983 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237788-1168350983/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c002d750eb21535fad591656d828639e

RANDOM SEED= 380260650

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.240
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.240
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:       1795720 kB
Buffers:         35164 kB
Cached:         151648 kB
SwapCached:       3452 kB
Active:          91472 kB
Inactive:       110092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795720 kB
SwapTotal:     4192956 kB
SwapFree:      4183980 kB
Dirty:            5280 kB
Writeback:           0 kB
Mapped:          20080 kB
Slab:            44264 kB
Committed_AS:  4081092 kB
PageTables:       1708 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= 66558 MiB



End job on node47 on Tue Jan  9 14:26:32 UTC 2007