Trace number 217640

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.13 1809.96

General information on the benchmark

Nameramsey/ramsey3/
ramsey-20-3.xml
MD5SUMdc6e07306abeb6c314cb2398e097dc14
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables190
Number of constraints1140
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1140
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/217640-1168248173/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.41	     nbVariables=190  nbDomainTypes=1  minDomainSize=3  maxDomainSize=3
0.41	       =>  wckTime=0.116  cpuTime=0.1  mem=7M927
0.41	   
0.41	   predicates being loaded...
0.41	   
0.41	   constraints being loaded...
0.75	     nbConstraints=1140  nbConflictsStructures=1  nbSharedConflictsStructures=1139  nbSharedBinaryRepresentations=0
0.75	     nbEvaluationManagers=1  nbSharedEvaluationManagers=1139  maxDegree=18  maxArity=3
0.75	       =>  wckTime=0.458  cpuTime=0.34  mem=17M678
0.80	   
0.80	   solver IterativeSystematicSolver being built... 
0.99	       =>  wckTime=0.702  cpuTime=0.5  mem=20M893
1.07	   
1.07	   preprocessing
1.07	     nbConstraintChecks=1257  nbValidityChecks=60  nbPropagations=686  nbRevisions=508  nbUselessRevisions=188
1.07	     nbSingletonTests=210  nbEffectiveSingletonTests=0  nbESACBranches=15  nbRemovedValues=0  detectedInconsistency=no
1.07	       =>  wckTime=0.073  cpuTime=0.04  mem=21M868
1.12	   
1.12	   search
1.12	     run=0  nbConstraintChecks=2419  nbValidityChecks=1127  nbPropagations=978  nbRevisions=1595  nbUselessRevisions=910
1.12	     nbAssignments=90  nbFailedAssignments=5  nbBacktracks=15  nbVisitedNodes=98  nbRestartNogoods=0  mapSize=6
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.122  cpuTime=0.07  mem=21M868
1.13	   
1.14	   search
1.14	     run=1  nbConstraintChecks=3771  nbValidityChecks=2246  nbPropagations=2176  nbRevisions=3812
1.14	     nbUselessRevisions=2221  nbAssignments=164  nbFailedAssignments=14  nbBacktracks=32  nbVisitedNodes=187
1.14	     nbRestartNogoods=1  mapSize=14  nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.137  cpuTime=0.08  mem=21M868
1.16	   
1.16	   search
1.16	     run=2  nbConstraintChecks=6144  nbValidityChecks=5693  nbPropagations=3957  nbRevisions=7579
1.16	     nbUselessRevisions=4622  nbAssignments=424  nbFailedAssignments=26  nbBacktracks=56  nbVisitedNodes=295
1.16	     nbRestartNogoods=8  mapSize=27  nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.166  cpuTime=0.1  mem=21M868
1.19	   
1.19	   search
1.19	     run=3  nbConstraintChecks=9047  nbValidityChecks=10192  nbPropagations=6349  nbRevisions=13259
1.19	     nbUselessRevisions=8366  nbAssignments=692  nbFailedAssignments=46  nbBacktracks=99  nbVisitedNodes=438
1.19	     nbRestartNogoods=13  mapSize=52  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.189  cpuTime=0.12  mem=21M868
1.21	   
1.21	   search
1.21	     run=4  nbConstraintChecks=12835  nbValidityChecks=15663  nbPropagations=9445  nbRevisions=21317
1.21	     nbUselessRevisions=13773  nbAssignments=956  nbFailedAssignments=66  nbBacktracks=160  nbVisitedNodes=611
1.21	     nbRestartNogoods=17  mapSize=78  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.214  cpuTime=0.15  mem=21M868
1.25	   
1.25	   search
1.25	     run=5  nbConstraintChecks=17108  nbValidityChecks=23090  nbPropagations=13494  nbRevisions=32456
1.25	     nbUselessRevisions=21393  nbAssignments=1337  nbFailedAssignments=91  nbBacktracks=237  nbVisitedNodes=811
1.25	     nbRestartNogoods=25  mapSize=110  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.249  cpuTime=0.18  mem=21M868
1.29	   
1.29	   search
1.29	     run=6  nbConstraintChecks=23423  nbValidityChecks=32567  nbPropagations=18687  nbRevisions=47842
1.29	     nbUselessRevisions=32010  nbAssignments=1734  nbFailedAssignments=123  nbBacktracks=369  nbVisitedNodes=1103
1.29	     nbRestartNogoods=30  mapSize=157  nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.288  cpuTime=0.21  mem=21M868
1.33	   
1.33	   search
1.33	     run=7  nbConstraintChecks=30268  nbValidityChecks=42421  nbPropagations=25101  nbRevisions=67420
1.33	     nbUselessRevisions=45435  nbAssignments=2111  nbFailedAssignments=167  nbBacktracks=541  nbVisitedNodes=1466
1.33	     nbRestartNogoods=38  mapSize=225  nbInferences=0  nbTooLargeKeys=0
1.33	       =>  wckTime=0.328  cpuTime=0.25  mem=21M868
1.39	   
1.39	   search
1.39	     run=8  nbConstraintChecks=41276  nbValidityChecks=58579  nbPropagations=33394  nbRevisions=94171
1.39	     nbUselessRevisions=63784  nbAssignments=2626  nbFailedAssignments=237  nbBacktracks=797  nbVisitedNodes=2001
1.39	     nbRestartNogoods=52  mapSize=324  nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.394  cpuTime=0.3  mem=21M868
1.47	   
1.48	   search
1.48	     run=9  nbConstraintChecks=59024  nbValidityChecks=85866  nbPropagations=44707  nbRevisions=132798
1.48	     nbUselessRevisions=90362  nbAssignments=3465  nbFailedAssignments=332  nbBacktracks=1186  nbVisitedNodes=2734
1.48	     nbRestartNogoods=67  mapSize=494  nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.476  cpuTime=0.37  mem=21M868
1.58	   
1.58	   search
1.58	     run=10  nbConstraintChecks=86085  nbValidityChecks=125609  nbPropagations=60166  nbRevisions=189609
1.58	     nbUselessRevisions=129524  nbAssignments=4379  nbFailedAssignments=502  nbBacktracks=1768  nbVisitedNodes=3862
1.58	     nbRestartNogoods=73  mapSize=776  nbInferences=0  nbTooLargeKeys=0
1.58	       =>  wckTime=0.583  cpuTime=0.47  mem=21M868
1.69	   
1.69	   INFO : Stopping hyperNogood (mapSize=1023, nbTooLargekeys=0, mem=22M843)
1.69	   
1.69	   search
1.69	     run=11  nbConstraintChecks=113563  nbValidityChecks=166796  nbPropagations=80097  nbRevisions=264704
1.69	     nbUselessRevisions=181180  nbAssignments=5506  nbFailedAssignments=649  nbBacktracks=2635  nbVisitedNodes=5223
1.69	     nbRestartNogoods=82
1.69	       =>  wckTime=0.697  cpuTime=0.58  mem=22M843
1.84	   
1.84	   search
1.84	     run=12  nbConstraintChecks=163403  nbValidityChecks=237115  nbPropagations=107155  nbRevisions=372400
1.84	     nbUselessRevisions=255584  nbAssignments=7165  nbFailedAssignments=943  nbBacktracks=3949  nbVisitedNodes=7454
1.84	     nbRestartNogoods=95
1.84	       =>  wckTime=0.841  cpuTime=0.73  mem=22M843
2.00	   
2.00	   search
2.00	     run=13  nbConstraintChecks=228372  nbValidityChecks=326214  nbPropagations=141500  nbRevisions=522317
2.00	     nbUselessRevisions=361201  nbAssignments=9564  nbFailedAssignments=1276  nbBacktracks=5895  nbVisitedNodes=10484
2.00	     nbRestartNogoods=102
2.00	       =>  wckTime=1.005  cpuTime=0.9  mem=22M843
2.32	   
2.32	   search
2.32	     run=14  nbConstraintChecks=338760  nbValidityChecks=486607  nbPropagations=192954  nbRevisions=745017
2.32	     nbUselessRevisions=516857  nbAssignments=13424  nbFailedAssignments=1934  nbBacktracks=8814  nbVisitedNodes=15419
2.32	     nbRestartNogoods=116
2.32	       =>  wckTime=1.326  cpuTime=1.22  mem=22M843
2.82	   
2.82	   search
2.82	     run=15  nbConstraintChecks=518430  nbValidityChecks=747471  nbPropagations=271234  nbRevisions=1086842
2.82	     nbUselessRevisions=754801  nbAssignments=19073  nbFailedAssignments=3004  nbBacktracks=13192  nbVisitedNodes=23036
2.82	     nbRestartNogoods=127
2.82	       =>  wckTime=1.82  cpuTime=1.71  mem=22M843
3.55	   
3.55	   search
3.55	     run=16  nbConstraintChecks=770940  nbValidityChecks=1131294  nbPropagations=390554  nbRevisions=1604694
3.55	     nbUselessRevisions=1113636  nbAssignments=27298  nbFailedAssignments=4539  nbBacktracks=19773  nbVisitedNodes=34169
3.55	     nbRestartNogoods=136
3.55	       =>  wckTime=2.548  cpuTime=2.44  mem=22M843
4.67	   
4.67	   search
4.67	     run=17  nbConstraintChecks=1184533  nbValidityChecks=1738948  nbPropagations=571378  nbRevisions=2398600
4.67	     nbUselessRevisions=1664618  nbAssignments=39872  nbFailedAssignments=7102  nbBacktracks=29627  nbVisitedNodes=51882
4.67	     nbRestartNogoods=152
4.67	       =>  wckTime=3.673  cpuTime=3.56  mem=22M843
6.22	   
6.22	   search
6.22	     run=18  nbConstraintChecks=1718509  nbValidityChecks=2545868  nbPropagations=838741  nbRevisions=3565625
6.22	     nbUselessRevisions=2473333  nbAssignments=58105  nbFailedAssignments=10237  nbBacktracks=44429
6.22	     nbVisitedNodes=76066  nbRestartNogoods=166
6.22	       =>  wckTime=5.227  cpuTime=5.12  mem=22M843
8.36	   
8.36	   search
8.36	     run=19  nbConstraintChecks=2516023  nbValidityChecks=3713017  nbPropagations=1218447  nbRevisions=5270785
8.36	     nbUselessRevisions=3663588  nbAssignments=84683  nbFailedAssignments=14462  nbBacktracks=66609
8.36	     nbVisitedNodes=110735  nbRestartNogoods=181
8.36	       =>  wckTime=7.36  cpuTime=7.24  mem=22M843
12.19	   
12.19	   search
12.19	     run=20  nbConstraintChecks=3842333  nbValidityChecks=5800882  nbPropagations=1827551  nbRevisions=7937914
12.19	     nbUselessRevisions=5518900  nbAssignments=123909  nbFailedAssignments=20345  nbBacktracks=99875
12.19	     nbVisitedNodes=162541  nbRestartNogoods=195
12.19	       =>  wckTime=11.196  cpuTime=11.06  mem=22M843
17.83	   
17.83	   search
17.83	     run=21  nbConstraintChecks=5927607  nbValidityChecks=8771796  nbPropagations=2735297  nbRevisions=11957959
17.83	     nbUselessRevisions=8307546  nbAssignments=187036  nbFailedAssignments=33448  nbBacktracks=149756
17.83	     nbVisitedNodes=251309  nbRestartNogoods=215
17.83	       =>  wckTime=16.829  cpuTime=16.66  mem=22M843
26.34	   
26.34	   search
26.34	     run=22  nbConstraintChecks=8952835  nbValidityChecks=13298693  nbPropagations=4116283  nbRevisions=18077833
26.34	     nbUselessRevisions=12556451  nbAssignments=279018  nbFailedAssignments=50464  nbBacktracks=224576
26.34	     nbVisitedNodes=377284  nbRestartNogoods=224
26.34	       =>  wckTime=25.343  cpuTime=25.13  mem=22M843
38.68	   
38.68	   search
38.68	     run=23  nbConstraintChecks=13456300  nbValidityChecks=19907934  nbPropagations=6181550  nbRevisions=27188613
38.68	     nbUselessRevisions=18860304  nbAssignments=418830  nbFailedAssignments=77891  nbBacktracks=336804
38.68	     nbVisitedNodes=570943  nbRestartNogoods=242
38.68	       =>  wckTime=37.686  cpuTime=37.4  mem=22M843
54.80	   
54.80	   search
54.80	     run=24  nbConstraintChecks=19475980  nbValidityChecks=28574873  nbPropagations=9080024  nbRevisions=40315584
54.80	     nbUselessRevisions=28004566  nbAssignments=620426  nbFailedAssignments=110946  nbBacktracks=505162
54.80	     nbVisitedNodes=838500  nbRestartNogoods=259
54.80	       =>  wckTime=53.801  cpuTime=53.42  mem=22M843
79.59	   
79.59	   search
79.59	     run=25  nbConstraintChecks=28571043  nbValidityChecks=41779971  nbPropagations=13281015  nbRevisions=59523792
79.59	     nbUselessRevisions=41408139  nbAssignments=924734  nbFailedAssignments=162474  nbBacktracks=757673
79.59	     nbVisitedNodes=1244894  nbRestartNogoods=277
79.59	       =>  wckTime=78.587  cpuTime=78.09  mem=22M843
120.63	   
120.63	   search
120.63	     run=26  nbConstraintChecks=43504416  nbValidityChecks=63652066  nbPropagations=19736951  nbRevisions=88656324
120.63	     nbUselessRevisions=61637047  nbAssignments=1390862  nbFailedAssignments=249668  nbBacktracks=1136447
120.63	     nbVisitedNodes=1884500  nbRestartNogoods=295
120.63	       =>  wckTime=119.636  cpuTime=118.91  mem=22M843
186.64	   
186.64	   search
186.64	     run=27  nbConstraintChecks=67270205  nbValidityChecks=98748941  nbPropagations=29815971  nbRevisions=133655592
186.64	     nbUselessRevisions=92763271  nbAssignments=2100100  nbFailedAssignments=390611  nbBacktracks=1704610
186.64	     nbVisitedNodes=2869976  nbRestartNogoods=313
186.64	       =>  wckTime=185.638  cpuTime=184.53  mem=22M843
277.99	   
277.99	   search
277.99	     run=28  nbConstraintChecks=101358860  nbValidityChecks=147926392  nbPropagations=44665408  nbRevisions=201317383
277.99	     nbUselessRevisions=139809212  nbAssignments=3142431  nbFailedAssignments=580652  nbBacktracks=2556839
277.99	     nbVisitedNodes=4291382  nbRestartNogoods=324
277.99	       =>  wckTime=276.993  cpuTime=275.39  mem=22M843
415.14	   
415.14	   search
415.14	     run=29  nbConstraintChecks=151804469  nbValidityChecks=221240509  nbPropagations=67042751  nbRevisions=302127472
415.14	     nbUselessRevisions=209625234  nbAssignments=4721214  nbFailedAssignments=881028  nbBacktracks=3835204
415.14	     nbVisitedNodes=6465926  nbRestartNogoods=340
415.14	       =>  wckTime=414.141  cpuTime=411.78  mem=22M843
627.47	   
627.47	   search
627.47	     run=30  nbConstraintChecks=227606281  nbValidityChecks=337572622  nbPropagations=101555216  nbRevisions=455903514
627.47	     nbUselessRevisions=316232409  nbAssignments=6979291  nbFailedAssignments=1221486  nbBacktracks=5752719
627.47	     nbVisitedNodes=9437253  nbRestartNogoods=350
627.47	       =>  wckTime=626.471  cpuTime=622.95  mem=22M843
944.27	   
944.27	   search
944.27	     run=31  nbConstraintChecks=345610201  nbValidityChecks=510092999  nbPropagations=153465365  nbRevisions=688376437
944.27	     nbUselessRevisions=477326175  nbAssignments=10522371  nbFailedAssignments=1888186  nbBacktracks=8629024
944.27	     nbVisitedNodes=14328477  nbRestartNogoods=366
944.27	       =>  wckTime=943.274  cpuTime=938.03  mem=22M843
1344.00	   
1344.00	   search
1344.00	     run=32  nbConstraintChecks=493141953  nbValidityChecks=721862575  nbPropagations=225666079  nbRevisions=1018711457
1344.00	     nbUselessRevisions=707675506  nbAssignments=15628292  nbFailedAssignments=2679619  nbBacktracks=12943424
1344.00	     nbVisitedNodes=21017416  nbRestartNogoods=377
1344.00	       =>  wckTime=1343.005  cpuTime=1335.59  mem=22M843

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/node7/watcher-217640-1168248173 -o ROOT/results/node7/solver-217640-1168248173 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217640-1168248173/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.58 1.85 1.95 4/94 17786
/proc/meminfo: memFree=1808224/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=9600 CPUtime=0
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 377 0 0 0 0 0 0 0 18 0 1 0 173212932 9830400 165 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 10371164 0 0 4096 0 0 0 0 17 0 0 0
/proc/17785/statm: 2400 167 130 14 0 1138 0

[startup+0.109062 s]
/proc/loadavg: 1.58 1.85 1.95 4/94 17786
/proc/meminfo: memFree=1808224/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=914988 CPUtime=0.09
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 3126 0 1 0 8 1 0 0 24 0 8 0 173212932 936947712 2872 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17785/statm: 228747 2873 1472 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.521148 s]
/proc/loadavg: 1.58 1.85 1.95 4/94 17786
/proc/meminfo: memFree=1808224/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=915328 CPUtime=0.5
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 6863 0 1 0 46 4 0 0 25 0 8 0 173212932 937295872 6602 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073584814 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17785/statm: 228832 6603 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34972 s]
/proc/loadavg: 1.58 1.85 1.95 3/101 17793
/proc/meminfo: memFree=1777704/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=915580 CPUtime=1.33
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 10442 0 1 0 120 13 0 0 25 0 8 0 173212932 937553920 10180 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073974753 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17785/statm: 228895 10180 2543 14 0 215365 0
[pid=17785/tid=17787] ppid=17783 vsize=915580 CPUtime=0.03
/proc/17785/task/17787/stat : 17787 (java) S 17783 17785 15729 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 173212935 937553920 10180 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17788] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17788/stat : 17788 (java) S 17783 17785 15729 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173212935 937553920 10180 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17789] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17789/stat : 17789 (java) S 17783 17785 15729 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173212935 937553920 10180 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17790] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17790/stat : 17790 (java) S 17783 17785 15729 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173212938 937553920 10180 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17791] ppid=17783 vsize=915580 CPUtime=0.28
/proc/17785/task/17791/stat : 17791 (java) S 17783 17785 15729 0 -1 64 429 0 0 0 27 1 0 0 15 0 8 0 173212938 937553920 10180 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17792] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17792/stat : 17792 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173212938 937553920 10180 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17793] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17793/stat : 17793 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173212938 937553920 10180 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 915580

[startup+2.98689 s]
/proc/loadavg: 1.58 1.85 1.95 3/101 17793
/proc/meminfo: memFree=1776808/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=915580 CPUtime=2.96
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 10589 0 1 0 283 13 0 0 25 0 8 0 173212932 937553920 10326 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073922966 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17785/statm: 228895 10326 2543 14 0 215365 0
[pid=17785/tid=17787] ppid=17783 vsize=915580 CPUtime=0.03
/proc/17785/task/17787/stat : 17787 (java) S 17783 17785 15729 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 173212935 937553920 10326 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17788] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17788/stat : 17788 (java) S 17783 17785 15729 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173212935 937553920 10326 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17789] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17789/stat : 17789 (java) S 17783 17785 15729 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173212935 937553920 10326 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17790] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17790/stat : 17790 (java) S 17783 17785 15729 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173212938 937553920 10326 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17791] ppid=17783 vsize=915580 CPUtime=0.31
/proc/17785/task/17791/stat : 17791 (java) S 17783 17785 15729 0 -1 64 443 0 0 0 30 1 0 0 16 0 8 0 173212938 937553920 10326 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17792] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17792/stat : 17792 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173212938 937553920 10326 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17793] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17793/stat : 17793 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173212938 937553920 10326 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915580

[startup+6.27276 s]
/proc/loadavg: 1.61 1.85 1.95 3/101 17793
/proc/meminfo: memFree=1776744/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=915580 CPUtime=6.25
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 10599 0 1 0 612 13 0 0 25 0 8 0 173212932 937553920 10336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073969915 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17785/statm: 228895 10336 2543 14 0 215365 0
[pid=17785/tid=17787] ppid=17783 vsize=915580 CPUtime=0.03
/proc/17785/task/17787/stat : 17787 (java) S 17783 17785 15729 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 173212935 937553920 10336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17788] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17788/stat : 17788 (java) S 17783 17785 15729 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173212935 937553920 10336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17789] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17789/stat : 17789 (java) S 17783 17785 15729 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173212935 937553920 10336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17790] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17790/stat : 17790 (java) S 17783 17785 15729 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173212938 937553920 10336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17791] ppid=17783 vsize=915580 CPUtime=0.31
/proc/17785/task/17791/stat : 17791 (java) S 17783 17785 15729 0 -1 64 443 0 0 0 30 1 0 0 16 0 8 0 173212938 937553920 10336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17792] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17792/stat : 17792 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173212938 937553920 10336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17793] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17793/stat : 17793 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173212938 937553920 10336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 915580

[startup+12.7657 s]
/proc/loadavg: 1.64 1.86 1.95 4/101 17793
/proc/meminfo: memFree=1776744/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=915580 CPUtime=12.71
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 10605 0 1 0 1258 13 0 0 25 0 8 0 173212932 937553920 10342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073949222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17785/statm: 228895 10342 2543 14 0 215365 0
[pid=17785/tid=17787] ppid=17783 vsize=915580 CPUtime=0.03
/proc/17785/task/17787/stat : 17787 (java) S 17783 17785 15729 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 173212935 937553920 10342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17788] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17788/stat : 17788 (java) S 17783 17785 15729 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173212935 937553920 10342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17789] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17789/stat : 17789 (java) S 17783 17785 15729 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173212935 937553920 10342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17790] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17790/stat : 17790 (java) S 17783 17785 15729 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173212938 937553920 10342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17791] ppid=17783 vsize=915580 CPUtime=0.31
/proc/17785/task/17791/stat : 17791 (java) S 17783 17785 15729 0 -1 64 443 0 0 0 30 1 0 0 16 0 8 0 173212938 937553920 10342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17792] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17792/stat : 17792 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173212938 937553920 10342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17793] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17793/stat : 17793 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173212938 937553920 10342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915580

[startup+25.6061 s]
/proc/loadavg: 1.72 1.86 1.95 3/101 17793
/proc/meminfo: memFree=1776744/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=915580 CPUtime=25.49
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 10608 0 1 0 2536 13 0 0 25 0 8 0 173212932 937553920 10345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073969960 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17785/statm: 228895 10345 2543 14 0 215365 0
[pid=17785/tid=17787] ppid=17783 vsize=915580 CPUtime=0.03
/proc/17785/task/17787/stat : 17787 (java) S 17783 17785 15729 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 173212935 937553920 10345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17788] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17788/stat : 17788 (java) S 17783 17785 15729 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173212935 937553920 10345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17789] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17789/stat : 17789 (java) S 17783 17785 15729 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173212935 937553920 10345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17790] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17790/stat : 17790 (java) S 17783 17785 15729 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173212938 937553920 10345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17791] ppid=17783 vsize=915580 CPUtime=0.31
/proc/17785/task/17791/stat : 17791 (java) S 17783 17785 15729 0 -1 64 443 0 0 0 30 1 0 0 16 0 8 0 173212938 937553920 10345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17792] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17792/stat : 17792 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173212938 937553920 10345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17793] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17793/stat : 17793 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173212938 937553920 10345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 915580

[startup+51.2108 s]
/proc/loadavg: 1.82 1.87 1.95 3/101 17793
/proc/meminfo: memFree=1776680/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=915580 CPUtime=50.95
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 10615 0 1 0 5081 14 0 0 25 0 8 0 173212932 937553920 10352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073926816 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17785/statm: 228895 10352 2543 14 0 215365 0
[pid=17785/tid=17787] ppid=17783 vsize=915580 CPUtime=0.03
/proc/17785/task/17787/stat : 17787 (java) S 17783 17785 15729 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 173212935 937553920 10352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17788] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17788/stat : 17788 (java) S 17783 17785 15729 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173212935 937553920 10352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17789] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17789/stat : 17789 (java) S 17783 17785 15729 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173212935 937553920 10352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17790] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17790/stat : 17790 (java) S 17783 17785 15729 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173212938 937553920 10352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17791] ppid=17783 vsize=915580 CPUtime=0.31
/proc/17785/task/17791/stat : 17791 (java) S 17783 17785 15729 0 -1 64 443 0 0 0 30 1 0 0 16 0 8 0 173212938 937553920 10352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17792] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17792/stat : 17792 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173212938 937553920 10352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17793] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17793/stat : 17793 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173212938 937553920 10352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 915580

[startup+102.419 s]
/proc/loadavg: 1.98 1.91 1.96 3/101 17793
/proc/meminfo: memFree=1776616/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=915580 CPUtime=101.88
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 10622 0 1 0 10174 14 0 0 25 0 8 0 173212932 937553920 10359 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074024069 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17785/statm: 228895 10359 2543 14 0 215365 0
[pid=17785/tid=17787] ppid=17783 vsize=915580 CPUtime=0.03
/proc/17785/task/17787/stat : 17787 (java) S 17783 17785 15729 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 173212935 937553920 10359 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17788] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17788/stat : 17788 (java) S 17783 17785 15729 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173212935 937553920 10359 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17789] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17789/stat : 17789 (java) S 17783 17785 15729 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173212935 937553920 10359 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17790] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17790/stat : 17790 (java) S 17783 17785 15729 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173212938 937553920 10359 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17791] ppid=17783 vsize=915580 CPUtime=0.31
/proc/17785/task/17791/stat : 17791 (java) S 17783 17785 15729 0 -1 64 443 0 0 0 30 1 0 0 16 0 8 0 173212938 937553920 10359 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17792] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17792/stat : 17792 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173212938 937553920 10359 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17793] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17793/stat : 17793 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173212938 937553920 10359 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 915580

[startup+162.469 s]
/proc/loadavg: 1.99 1.92 1.96 3/101 17793
/proc/meminfo: memFree=1776616/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=915580 CPUtime=161.61
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 10625 0 1 0 16147 14 0 0 25 0 8 0 173212932 937553920 10362 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073951715 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1415.84
Current children cumulated vsize (KiB) 915580

[startup+1483.66 s]
/proc/loadavg: 2.01 2.02 1.99 3/93 18022
/proc/meminfo: memFree=1785256/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=915580 CPUtime=1475.56
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 10645 0 1 0 147536 20 0 0 25 0 8 0 173212932 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074072768 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17785/statm: 228895 10382 2543 14 0 215365 0
[pid=17785/tid=17787] ppid=17783 vsize=915580 CPUtime=0.03
/proc/17785/task/17787/stat : 17787 (java) S 17783 17785 15729 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17785/tid=17788] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17788/stat : 17788 (java) S 17783 17785 15729 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17789] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17789/stat : 17789 (java) S 17783 17785 15729 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17790] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17790/stat : 17790 (java) S 17783 17785 15729 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17791] ppid=17783 vsize=915580 CPUtime=0.31
/proc/17785/task/17791/stat : 17791 (java) S 17783 17785 15729 0 -1 64 444 0 0 0 30 1 0 0 16 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17792] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17792/stat : 17792 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17793] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17793/stat : 17793 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.56
Current children cumulated vsize (KiB) 915580

[startup+1543.7 s]
/proc/loadavg: 2.00 2.01 1.99 3/93 18022
/proc/meminfo: memFree=1785320/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=915580 CPUtime=1535.3
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 10645 0 1 0 153510 20 0 0 25 0 8 0 173212932 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073969915 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17785/statm: 228895 10382 2543 14 0 215365 0
[pid=17785/tid=17787] ppid=17783 vsize=915580 CPUtime=0.03
/proc/17785/task/17787/stat : 17787 (java) S 17783 17785 15729 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17785/tid=17788] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17788/stat : 17788 (java) S 17783 17785 15729 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17789] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17789/stat : 17789 (java) S 17783 17785 15729 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17790] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17790/stat : 17790 (java) S 17783 17785 15729 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17791] ppid=17783 vsize=915580 CPUtime=0.31
/proc/17785/task/17791/stat : 17791 (java) S 17783 17785 15729 0 -1 64 444 0 0 0 30 1 0 0 16 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17792] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17792/stat : 17792 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17793] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17793/stat : 17793 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.3
Current children cumulated vsize (KiB) 915580

[startup+1603.75 s]
/proc/loadavg: 2.00 2.01 1.99 3/93 18022
/proc/meminfo: memFree=1785320/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=915580 CPUtime=1595.02
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 10645 0 1 0 159482 20 0 0 25 0 8 0 173212932 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073916623 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17785/statm: 228895 10382 2543 14 0 215365 0
[pid=17785/tid=17787] ppid=17783 vsize=915580 CPUtime=0.03
/proc/17785/task/17787/stat : 17787 (java) S 17783 17785 15729 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17785/tid=17788] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17788/stat : 17788 (java) S 17783 17785 15729 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17789] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17789/stat : 17789 (java) S 17783 17785 15729 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17790] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17790/stat : 17790 (java) S 17783 17785 15729 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17791] ppid=17783 vsize=915580 CPUtime=0.31
/proc/17785/task/17791/stat : 17791 (java) S 17783 17785 15729 0 -1 64 444 0 0 0 30 1 0 0 16 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17792] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17792/stat : 17792 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17793] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17793/stat : 17793 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.02
Current children cumulated vsize (KiB) 915580

[startup+1663.8 s]
/proc/loadavg: 2.00 2.00 1.99 3/93 18022
/proc/meminfo: memFree=1785320/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=915580 CPUtime=1654.73
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 10645 0 1 0 165453 20 0 0 25 0 8 0 173212932 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073915631 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17785/statm: 228895 10382 2543 14 0 215365 0
[pid=17785/tid=17787] ppid=17783 vsize=915580 CPUtime=0.03
/proc/17785/task/17787/stat : 17787 (java) S 17783 17785 15729 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17785/tid=17788] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17788/stat : 17788 (java) S 17783 17785 15729 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17789] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17789/stat : 17789 (java) S 17783 17785 15729 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17790] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17790/stat : 17790 (java) S 17783 17785 15729 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17791] ppid=17783 vsize=915580 CPUtime=0.31
/proc/17785/task/17791/stat : 17791 (java) S 17783 17785 15729 0 -1 64 444 0 0 0 30 1 0 0 16 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17792] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17792/stat : 17792 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17793] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17793/stat : 17793 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.73
Current children cumulated vsize (KiB) 915580

[startup+1723.84 s]
/proc/loadavg: 2.00 2.00 1.99 3/93 18022
/proc/meminfo: memFree=1785256/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=915580 CPUtime=1714.48
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 10645 0 1 0 171427 21 0 0 25 0 8 0 173212932 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073924328 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17785/statm: 228895 10382 2543 14 0 215365 0
[pid=17785/tid=17787] ppid=17783 vsize=915580 CPUtime=0.03
/proc/17785/task/17787/stat : 17787 (java) S 17783 17785 15729 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17785/tid=17788] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17788/stat : 17788 (java) S 17783 17785 15729 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17789] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17789/stat : 17789 (java) S 17783 17785 15729 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17790] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17790/stat : 17790 (java) S 17783 17785 15729 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17791] ppid=17783 vsize=915580 CPUtime=0.31
/proc/17785/task/17791/stat : 17791 (java) S 17783 17785 15729 0 -1 64 444 0 0 0 30 1 0 0 16 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17792] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17792/stat : 17792 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17793] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17793/stat : 17793 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.48
Current children cumulated vsize (KiB) 915580

[startup+1783.89 s]
/proc/loadavg: 2.00 2.00 1.99 3/93 18022
/proc/meminfo: memFree=1785192/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=915580 CPUtime=1774.21
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 10645 0 1 0 177400 21 0 0 25 0 8 0 173212932 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073916713 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17785/statm: 228895 10382 2543 14 0 215365 0
[pid=17785/tid=17787] ppid=17783 vsize=915580 CPUtime=0.03
/proc/17785/task/17787/stat : 17787 (java) S 17783 17785 15729 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17785/tid=17788] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17788/stat : 17788 (java) S 17783 17785 15729 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17789] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17789/stat : 17789 (java) S 17783 17785 15729 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17790] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17790/stat : 17790 (java) S 17783 17785 15729 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17791] ppid=17783 vsize=915580 CPUtime=0.31
/proc/17785/task/17791/stat : 17791 (java) S 17783 17785 15729 0 -1 64 444 0 0 0 30 1 0 0 16 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17792] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17792/stat : 17792 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17793] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17793/stat : 17793 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.21
Current children cumulated vsize (KiB) 915580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.9 s]
/proc/loadavg: 2.00 2.00 1.99 3/93 18022
/proc/meminfo: memFree=1785128/2055920 swapFree=4192812/4192956
[pid=17785] ppid=17783 vsize=915580 CPUtime=1800.07
/proc/17785/stat : 17785 (java) R 17783 17785 15729 0 -1 0 10645 0 1 0 179986 21 0 0 25 0 8 0 173212932 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073969872 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17785/statm: 228895 10382 2543 14 0 215365 0
[pid=17785/tid=17787] ppid=17783 vsize=915580 CPUtime=0.03
/proc/17785/task/17787/stat : 17787 (java) S 17783 17785 15729 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17785/tid=17788] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17788/stat : 17788 (java) S 17783 17785 15729 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17789] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17789/stat : 17789 (java) S 17783 17785 15729 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173212935 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17790] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17790/stat : 17790 (java) S 17783 17785 15729 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17791] ppid=17783 vsize=915580 CPUtime=0.31
/proc/17785/task/17791/stat : 17791 (java) S 17783 17785 15729 0 -1 64 444 0 0 0 30 1 0 0 16 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17792] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17792/stat : 17792 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17785/tid=17793] ppid=17783 vsize=915580 CPUtime=0
/proc/17785/task/17793/stat : 17793 (java) S 17783 17785 15729 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173212938 937553920 10382 18446744073709551615 134512640 134570532 4294956464 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) 915580

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

Child status: 143
Real time (s): 1809.96
CPU time (s): 1800.13
CPU user time (s): 1799.91
CPU system time (s): 0.221966
CPU usage (%): 99.457
Max. virtual memory (cumulated for all children) (KiB): 915580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10664
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= 37970
involuntary context switches= 88990

runsolver used 2.25666 s user time and 5.71113 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Mon Jan  8 09:22:54 UTC 2007


IDJOB= 217640
IDBENCH= 5161
FILE ID= node7/217640-1168248173

PBS_JOBID= 3481620

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/ramsey/ramsey3/ramsey-20-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217640-1168248173/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-217640-1168248173 -o ROOT/results/node7/solver-217640-1168248173 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217640-1168248173/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  dc6e07306abeb6c314cb2398e097dc14

RANDOM SEED= 532191168

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.220
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.220
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:       1808704 kB
Buffers:         35412 kB
Cached:          84336 kB
SwapCached:          0 kB
Active:         138304 kB
Inactive:        57268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1916 kB
Writeback:           0 kB
Mapped:         102708 kB
Slab:            36276 kB
Committed_AS:  5169168 kB
PageTables:       2472 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 node7 on Mon Jan  8 09:53:05 UTC 2007