Trace number 198476

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.15 1802.77

General information on the benchmark

Namepigeons/
pigeons-45.xml
MD5SUMc22220f0066a10d534b4ab30e1dfa583
Bench Category2-ARY-INT (binary 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 variables45
Number of constraints990
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension990
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/198476-1168128547/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=45  nbDomainTypes=1  minDomainSize=44  maxDomainSize=44
0.39	       =>  wckTime=0.099  cpuTime=0.08  mem=6M951
0.39	   
0.39	   predicates being loaded...
0.40	   
0.40	   constraints being loaded...
0.71	     nbConstraints=990  nbConvertedConstraints=990  nbConvertConstraintsChecks=1936  nbExtensionStructures=1
0.71	     nbSharedExtensionStructures=989  nbConflictsStructures=1  nbSharedConflictsStructures=989
0.71	     nbSharedBinaryRepresentations=44  maxDegree=44  maxArity=2
0.71	       =>  wckTime=0.419  cpuTime=0.29  mem=10M918
0.75	   
0.75	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.622  cpuTime=0.42  mem=14M712
0.98	   
0.98	   preprocessing
0.98	     nbConstraintChecks=58740  nbPropagations=2107  nbRevisions=1980  nbUselessRevisions=0  nbSingletonTests=86
0.98	     nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=0  detectedInconsistency=no
0.98	       =>  wckTime=0.065  cpuTime=0.04  mem=14M712
1.01	   
1.01	   search
1.01	     run=0  nbConstraintChecks=29649  nbPropagations=3228  nbRevisions=3101  nbUselessRevisions=24  nbAssignments=60
1.01	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=81  nbRestartNogoods=0  mapSize=10  nbInferences=0
1.01	     nbTooLargeKeys=0
1.01	       =>  wckTime=0.094  cpuTime=0.06  mem=14M712
1.03	   
1.03	   search
1.03	     run=1  nbConstraintChecks=59423  nbPropagations=7619  nbRevisions=7375  nbUselessRevisions=79  nbAssignments=130
1.03	     nbFailedAssignments=24  nbBacktracks=25  nbVisitedNodes=179  nbRestartNogoods=4  mapSize=25  nbInferences=0
1.03	     nbTooLargeKeys=0
1.03	       =>  wckTime=0.116  cpuTime=0.08  mem=14M712
1.05	   
1.05	   search
1.05	     run=2  nbConstraintChecks=89364  nbPropagations=13237  nbRevisions=12895  nbUselessRevisions=170  nbAssignments=213
1.05	     nbFailedAssignments=44  nbBacktracks=47  nbVisitedNodes=302  nbRestartNogoods=7  mapSize=47  nbInferences=0
1.05	     nbTooLargeKeys=0
1.05	       =>  wckTime=0.131  cpuTime=0.09  mem=14M712
1.06	   
1.06	   search
1.07	     run=3  nbConstraintChecks=119509  nbPropagations=20162  nbRevisions=19741  nbUselessRevisions=299
1.07	     nbAssignments=315  nbFailedAssignments=71  nbBacktracks=80  nbVisitedNodes=459  nbRestartNogoods=12  mapSize=80
1.07	     nbInferences=1  nbTooLargeKeys=0
1.07	       =>  wckTime=0.146  cpuTime=0.11  mem=14M712
1.08	   
1.08	   search
1.08	     run=4  nbConstraintChecks=149980  nbPropagations=28527  nbRevisions=28040  nbUselessRevisions=466
1.08	     nbAssignments=447  nbFailedAssignments=108  nbBacktracks=131  nbVisitedNodes=670  nbRestartNogoods=16  mapSize=131
1.08	     nbInferences=6  nbTooLargeKeys=0
1.08	       =>  wckTime=0.164  cpuTime=0.13  mem=14M712
1.10	   
1.10	   search
1.10	     run=5  nbConstraintChecks=181061  nbPropagations=38559  nbRevisions=37996  nbUselessRevisions=672
1.10	     nbAssignments=627  nbFailedAssignments=157  nbBacktracks=206  nbVisitedNodes=965  nbRestartNogoods=20  mapSize=206
1.10	     nbInferences=23  nbTooLargeKeys=0
1.10	       =>  wckTime=0.186  cpuTime=0.15  mem=14M712
1.13	   
1.13	   search
1.13	     run=6  nbConstraintChecks=212943  nbPropagations=50577  nbRevisions=49919  nbUselessRevisions=919
1.13	     nbAssignments=878  nbFailedAssignments=232  nbBacktracks=320  nbVisitedNodes=1388  nbRestartNogoods=22  mapSize=320
1.13	     nbInferences=45  nbTooLargeKeys=0
1.13	       =>  wckTime=0.214  cpuTime=0.18  mem=14M712
1.16	   
1.16	   search
1.16	     run=7  nbConstraintChecks=246091  nbPropagations=65079  nbRevisions=64269  nbUselessRevisions=1210
1.16	     nbAssignments=1238  nbFailedAssignments=339  nbBacktracks=490  nbVisitedNodes=2004  nbRestartNogoods=28
1.16	     mapSize=490  nbInferences=87  nbTooLargeKeys=0
1.16	       =>  wckTime=0.245  cpuTime=0.21  mem=14M712
1.21	   
1.21	   search
1.21	     run=8  nbConstraintChecks=281272  nbPropagations=82846  nbRevisions=81750  nbUselessRevisions=1549
1.21	     nbAssignments=1768  nbFailedAssignments=490  nbBacktracks=746  nbVisitedNodes=2919  nbRestartNogoods=36
1.21	     mapSize=746  nbInferences=170  nbTooLargeKeys=0
1.21	       =>  wckTime=0.296  cpuTime=0.24  mem=14M712
1.26	   
1.26	   search
1.26	     run=9  nbConstraintChecks=319874  nbPropagations=105159  nbRevisions=103497  nbUselessRevisions=1937
1.26	     nbAssignments=2567  nbFailedAssignments=708  nbBacktracks=1130  nbVisitedNodes=4310  nbRestartNogoods=43
1.26	     mapSize=1130  nbInferences=326  nbTooLargeKeys=0
1.26	       =>  wckTime=0.345  cpuTime=0.28  mem=14M712
1.32	   
1.32	   search
1.32	     run=10  nbConstraintChecks=363597  nbPropagations=134016  nbRevisions=131223  nbUselessRevisions=2376
1.32	     nbAssignments=3793  nbFailedAssignments=1018  nbBacktracks=1707  nbVisitedNodes=6457  nbRestartNogoods=48
1.32	     mapSize=1707  nbInferences=627  nbTooLargeKeys=0
1.32	       =>  wckTime=0.406  cpuTime=0.34  mem=14M712
1.40	   
1.40	   search
1.40	     run=11  nbConstraintChecks=417326  nbPropagations=172951  nbRevisions=168026  nbUselessRevisions=2994
1.40	     nbAssignments=5734  nbFailedAssignments=1435  nbBacktracks=2571  nbVisitedNodes=9852  nbRestartNogoods=51
1.40	     mapSize=2571  nbInferences=1247  nbTooLargeKeys=0
1.40	       =>  wckTime=0.486  cpuTime=0.42  mem=14M712
1.55	   
1.55	   search
1.55	     run=12  nbConstraintChecks=549858  nbPropagations=230607  nbRevisions=221124  nbUselessRevisions=3828
1.55	     nbAssignments=9002  nbFailedAssignments=1978  nbBacktracks=3868  nbVisitedNodes=15438  nbRestartNogoods=67
1.55	     mapSize=3868  nbInferences=2559  nbTooLargeKeys=0
1.55	       =>  wckTime=0.635  cpuTime=0.56  mem=15M720
1.74	   
1.74	   search
1.74	     run=13  nbConstraintChecks=648842  nbPropagations=313816  nbRevisions=295666  nbUselessRevisions=4884
1.74	     nbAssignments=13946  nbFailedAssignments=2742  nbBacktracks=5814  nbVisitedNodes=24105  nbRestartNogoods=69
1.74	     mapSize=5814  nbInferences=4754  nbTooLargeKeys=0
1.74	       =>  wckTime=0.826  cpuTime=0.75  mem=15M720
2.10	   
2.10	   search
2.10	     run=14  nbConstraintChecks=847198  nbPropagations=443741  nbRevisions=408303  nbUselessRevisions=6352
2.10	     nbAssignments=22391  nbFailedAssignments=3662  nbBacktracks=8734  nbVisitedNodes=38876  nbRestartNogoods=78
2.10	     mapSize=8734  nbInferences=9280  nbTooLargeKeys=0
2.10	       =>  wckTime=1.179  cpuTime=1.1  mem=15M720
2.61	   
2.61	   search
2.61	     run=15  nbConstraintChecks=1089502  nbPropagations=642341  nbRevisions=576536  nbUselessRevisions=8558
2.61	     nbAssignments=35078  nbFailedAssignments=4954  nbBacktracks=13113  nbVisitedNodes=61123  nbRestartNogoods=83
2.61	     mapSize=13113  nbInferences=16256  nbTooLargeKeys=0
2.61	       =>  wckTime=1.689  cpuTime=1.61  mem=16M695
3.41	   
3.41	   search
3.41	     run=16  nbConstraintChecks=1493990  nbPropagations=946361  nbRevisions=829005  nbUselessRevisions=11535
3.41	     nbAssignments=54486  nbFailedAssignments=6709  nbBacktracks=19682  nbVisitedNodes=94933  nbRestartNogoods=99
3.41	     mapSize=19682  nbInferences=27225  nbTooLargeKeys=0
3.41	       =>  wckTime=2.487  cpuTime=2.4  mem=17M670
4.85	   
4.85	   search
4.85	     run=17  nbConstraintChecks=2217787  nbPropagations=1439158  nbRevisions=1231371  nbUselessRevisions=16411
4.85	     nbAssignments=87215  nbFailedAssignments=8900  nbBacktracks=29534  nbVisitedNodes=152535  nbRestartNogoods=111
4.85	     mapSize=29534  nbInferences=47794  nbTooLargeKeys=0
4.85	       =>  wckTime=3.928  cpuTime=3.84  mem=19M882
7.71	   
7.71	   search
7.71	     run=18  nbConstraintChecks=3825242  nbPropagations=2305050  nbRevisions=1929096  nbUselessRevisions=24391
7.71	     nbAssignments=145051  nbFailedAssignments=11409  nbBacktracks=44312  nbVisitedNodes=255747  nbRestartNogoods=124
7.71	     mapSize=44312  nbInferences=88229  nbTooLargeKeys=0
7.71	       =>  wckTime=6.789  cpuTime=6.68  mem=23M783
11.77	   
11.78	   search
11.78	     run=19  nbConstraintChecks=6205526  nbPropagations=3701993  nbRevisions=3044463  nbUselessRevisions=36013
11.78	     nbAssignments=229658  nbFailedAssignments=14858  nbBacktracks=66480  nbVisitedNodes=405245  nbRestartNogoods=147
11.78	     mapSize=66480  nbInferences=146702  nbTooLargeKeys=0
11.78	       =>  wckTime=10.856  cpuTime=10.7  mem=28M208
18.84	   
18.84	   search
18.84	     run=20  nbConstraintChecks=10278487  nbPropagations=6025513  nbRevisions=4889422  nbUselessRevisions=53238
18.84	     nbAssignments=368712  nbFailedAssignments=19277  nbBacktracks=99732  nbVisitedNodes=654264  nbRestartNogoods=163
18.84	     mapSize=99732  nbInferences=247939  nbTooLargeKeys=0
18.84	       =>  wckTime=17.921  cpuTime=17.73  mem=38M33
28.85	   
28.85	   search
28.85	     run=21  nbConstraintChecks=15969511  nbPropagations=9713742  nbRevisions=7797891  nbUselessRevisions=78134
28.86	     nbAssignments=578723  nbFailedAssignments=24578  nbBacktracks=149610  nbVisitedNodes=1029390  nbRestartNogoods=176
28.86	     mapSize=149610  nbInferences=402593  nbTooLargeKeys=0
28.86	       =>  wckTime=27.936  cpuTime=27.7  mem=49M669
45.48	   
45.48	   search
45.48	     run=22  nbConstraintChecks=25729454  nbPropagations=15633589  nbRevisions=12452253  nbUselessRevisions=113781
45.48	     nbAssignments=909608  nbFailedAssignments=31590  nbBacktracks=224429  nbVisitedNodes=1623021  nbRestartNogoods=193
45.48	     mapSize=224429  nbInferences=651463  nbTooLargeKeys=0
45.48	       =>  wckTime=44.565  cpuTime=44.07  mem=38M507
73.21	   
73.21	   search
73.21	     run=23  nbConstraintChecks=43361470  nbPropagations=25334818  nbRevisions=20075538  nbUselessRevisions=163311
73.21	     nbAssignments=1443772  nbFailedAssignments=39747  nbBacktracks=336657  nbVisitedNodes=2586658  nbRestartNogoods=212
73.21	     mapSize=336657  nbInferences=1064914  nbTooLargeKeys=0
73.21	       =>  wckTime=72.292  cpuTime=71.38  mem=39M699
120.47	   
120.47	   search
120.47	     run=24  nbConstraintChecks=75557747  nbPropagations=41461141  nbRevisions=32779452  nbUselessRevisions=234950
120.47	     nbAssignments=2304959  nbFailedAssignments=48879  nbBacktracks=504999  nbVisitedNodes=4149351  nbRestartNogoods=226
120.47	     mapSize=504999  nbInferences=1748375  nbTooLargeKeys=0
120.47	       =>  wckTime=119.553  cpuTime=118.14  mem=65M509
185.48	   
185.48	   search
185.48	     run=25  nbConstraintChecks=115407273  nbPropagations=66243702  nbRevisions=52241406  nbUselessRevisions=323265
185.48	     nbAssignments=3527604  nbFailedAssignments=61337  nbBacktracks=757510  nbVisitedNodes=6354415  nbRestartNogoods=234
185.48	     mapSize=757510  nbInferences=2705945  nbTooLargeKeys=0
185.48	       =>  wckTime=184.565  cpuTime=182.79  mem=105M551
303.85	   
303.85	   search
303.85	     run=26  nbConstraintChecks=199720720  nbPropagations=107026104  nbRevisions=84456312  nbUselessRevisions=507555
303.85	     nbAssignments=5592238  nbFailedAssignments=75157  nbBacktracks=1136278  nbVisitedNodes=10117558
303.85	     nbRestartNogoods=254  mapSize=1136278  nbInferences=4377383  nbTooLargeKeys=0
303.85	       =>  wckTime=302.931  cpuTime=300.24  mem=151M952
505.13	   
505.13	   search
505.13	     run=27  nbConstraintChecks=349728186  nbPropagations=174654744  nbRevisions=138183037  nbUselessRevisions=795034
505.13	     nbAssignments=8893279  nbFailedAssignments=88933  nbBacktracks=1704430  nbVisitedNodes=16164064
505.13	     nbRestartNogoods=281  mapSize=1704430  nbInferences=7095878  nbTooLargeKeys=0
505.13	       =>  wckTime=504.216  cpuTime=500.12  mem=223M424
793.87	   
793.87	   INFO : Stopping hyperNogood (mapSize=2342949, nbTooLargekeys=0, mem=272M425)
804.68	   
804.68	   search
804.68	     run=28  nbConstraintChecks=607670196  nbPropagations=282998964  nbRevisions=225389866  nbUselessRevisions=1121055
804.68	     nbAssignments=13543488  nbFailedAssignments=244847  nbBacktracks=2556656  nbVisitedNodes=24767159
804.68	     nbRestartNogoods=314
804.68	       =>  wckTime=803.758  cpuTime=797.95  mem=272M425
871.99	   
871.99	   search
871.99	     run=29  nbConstraintChecks=631990390  nbPropagations=401015173  nbRevisions=322282228  nbUselessRevisions=1456118
871.99	     nbAssignments=15709798  nbFailedAssignments=1132706  nbBacktracks=3834997  nbVisitedNodes=28709117
871.99	     nbRestartNogoods=343
871.99	       =>  wckTime=871.073  cpuTime=865.16  mem=272M425
976.77	   
976.77	   search
976.77	     run=30  nbConstraintChecks=668375603  nbPropagations=533523484  nbRevisions=433680866  nbUselessRevisions=1801662
976.77	     nbAssignments=18956124  nbFailedAssignments=2461481  nbBacktracks=5752508  nbVisitedNodes=34612993
976.77	     nbRestartNogoods=362
976.77	       =>  wckTime=975.856  cpuTime=969.85  mem=272M425
1133.80	   
1133.80	   search
1133.80	     run=31  nbConstraintChecks=722943714  nbPropagations=687754359  nbRevisions=566820971  nbUselessRevisions=2162346
1133.80	     nbAssignments=23822146  nbFailedAssignments=4451198  nbBacktracks=8628773  nbVisitedNodes=43458449
1133.80	     nbRestartNogoods=383
1133.80	       =>  wckTime=1132.878  cpuTime=1126.69  mem=272M425
1360.93	   
1360.93	   search
1360.93	     run=32  nbConstraintChecks=804725573  nbPropagations=874592380  nbRevisions=732587230  nbUselessRevisions=2538279
1360.93	     nbAssignments=31127263  nbFailedAssignments=7441876  nbBacktracks=12943171  nbVisitedNodes=56744922
1360.93	     nbRestartNogoods=412
1360.93	       =>  wckTime=1360.008  cpuTime=1353.58  mem=272M425
1691.98	   
1691.98	   search
1691.98	     run=33  nbConstraintChecks=927250056  nbPropagations=1110406810  nbRevisions=947331776  nbUselessRevisions=2916129
1691.98	     nbAssignments=42101565  nbFailedAssignments=11944540  nbBacktracks=19414770  nbVisitedNodes=76724552
1691.99	     nbRestartNogoods=437
1691.99	       =>  wckTime=1691.066  cpuTime=1684.28  mem=272M425

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/node10/watcher-198476-1168128547 -o ROOT/results/node10/solver-198476-1168128547 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/198476-1168128547/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: 2.12 2.34 2.12 4/93 14371
/proc/meminfo: memFree=1323432/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=172 CPUtime=0
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 161249809 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 8905508 0 0 4096 0 0 0 0 17 0 0 0
/proc/14370/statm: 43 24 18 14 0 3 0

[startup+0.107511 s]
/proc/loadavg: 2.12 2.34 2.12 4/93 14371
/proc/meminfo: memFree=1323432/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=914988 CPUtime=0.08
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 3064 0 1 0 7 1 0 0 24 0 8 0 161249809 936947712 2810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14370/statm: 228747 2811 1451 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515566 s]
/proc/loadavg: 2.12 2.34 2.12 4/93 14371
/proc/meminfo: memFree=1323432/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=915328 CPUtime=0.49
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 6475 0 1 0 45 4 0 0 25 0 8 0 161249809 937295872 6214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073660308 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14370/statm: 228832 6215 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33668 s]
/proc/loadavg: 2.12 2.34 2.12 3/100 14378
/proc/meminfo: memFree=1299760/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=915584 CPUtime=1.31
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 8732 0 1 0 120 11 0 0 25 0 8 0 161249809 937558016 8470 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14370/statm: 228896 8470 2541 14 0 215366 0
[pid=14370/tid=14372] ppid=14368 vsize=915584 CPUtime=0.03
/proc/14370/task/14372/stat : 14372 (java) S 14368 14370 13318 0 -1 64 240 0 0 0 3 0 0 0 16 0 8 0 161249813 937558016 8470 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14373] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14373/stat : 14373 (java) S 14368 14370 13318 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 8470 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14374] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14374/stat : 14374 (java) S 14368 14370 13318 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161249814 937558016 8470 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14375] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14375/stat : 14375 (java) S 14368 14370 13318 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161249817 937558016 8470 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14376] ppid=14368 vsize=915584 CPUtime=0.25
/proc/14370/task/14376/stat : 14376 (java) S 14368 14370 13318 0 -1 64 428 0 0 0 24 1 0 0 16 0 8 0 161249817 937558016 8470 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14377] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14377/stat : 14377 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161249817 937558016 8470 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14378] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14378/stat : 14378 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161249817 937558016 8470 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915584

[startup+2.9739 s]
/proc/loadavg: 2.11 2.34 2.12 3/100 14378
/proc/meminfo: memFree=1298096/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=915584 CPUtime=2.93
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 9324 0 1 0 282 11 0 0 25 0 8 0 161249809 937558016 9061 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073906521 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14370/statm: 228896 9061 2541 14 0 215366 0
[pid=14370/tid=14372] ppid=14368 vsize=915584 CPUtime=0.03
/proc/14370/task/14372/stat : 14372 (java) S 14368 14370 13318 0 -1 64 240 0 0 0 3 0 0 0 16 0 8 0 161249813 937558016 9061 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14373] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14373/stat : 14373 (java) S 14368 14370 13318 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 9061 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14374] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14374/stat : 14374 (java) S 14368 14370 13318 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161249814 937558016 9061 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14375] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14375/stat : 14375 (java) S 14368 14370 13318 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161249817 937558016 9061 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14376] ppid=14368 vsize=915584 CPUtime=0.26
/proc/14370/task/14376/stat : 14376 (java) S 14368 14370 13318 0 -1 64 429 0 0 0 25 1 0 0 15 0 8 0 161249817 937558016 9061 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14377] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14377/stat : 14377 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161249817 937558016 9061 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14378] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14378/stat : 14378 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161249817 937558016 9061 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915584

[startup+6.27335 s]
/proc/loadavg: 2.11 2.34 2.12 3/100 14378
/proc/meminfo: memFree=1293424/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=915584 CPUtime=6.22
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 10394 0 1 0 610 12 0 0 25 0 8 0 161249809 937558016 10130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073973239 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14370/statm: 228896 10130 2541 14 0 215366 0
[pid=14370/tid=14372] ppid=14368 vsize=915584 CPUtime=0.03
/proc/14370/task/14372/stat : 14372 (java) S 14368 14370 13318 0 -1 64 240 0 0 0 3 0 0 0 16 0 8 0 161249813 937558016 10130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14373] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14373/stat : 14373 (java) S 14368 14370 13318 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 10130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14374] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14374/stat : 14374 (java) S 14368 14370 13318 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161249814 937558016 10130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14375] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14375/stat : 14375 (java) S 14368 14370 13318 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161249817 937558016 10130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14376] ppid=14368 vsize=915584 CPUtime=0.26
/proc/14370/task/14376/stat : 14376 (java) S 14368 14370 13318 0 -1 64 430 0 0 0 25 1 0 0 16 0 8 0 161249817 937558016 10130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14377] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14377/stat : 14377 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161249817 937558016 10130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14378] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14378/stat : 14378 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161249817 937558016 10130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915584

[startup+12.7503 s]
/proc/loadavg: 2.09 2.32 2.12 3/100 14378
/proc/meminfo: memFree=1285296/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=915584 CPUtime=12.64
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 12363 0 1 0 1251 13 0 0 25 0 8 0 161249809 937558016 12098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073943108 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14370/statm: 228896 12098 2541 14 0 215366 0
[pid=14370/tid=14372] ppid=14368 vsize=915584 CPUtime=0.03
/proc/14370/task/14372/stat : 14372 (java) S 14368 14370 13318 0 -1 64 240 0 0 0 3 0 0 0 16 0 8 0 161249813 937558016 12098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14373] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14373/stat : 14373 (java) S 14368 14370 13318 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 12098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14374] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14374/stat : 14374 (java) S 14368 14370 13318 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161249814 937558016 12098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14375] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14375/stat : 14375 (java) S 14368 14370 13318 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161249817 937558016 12098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14376] ppid=14368 vsize=915584 CPUtime=0.26
/proc/14370/task/14376/stat : 14376 (java) S 14368 14370 13318 0 -1 64 432 0 0 0 25 1 0 0 16 0 8 0 161249817 937558016 12098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14377] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14377/stat : 14377 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161249817 937558016 12098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14378] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14378/stat : 14378 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161249817 937558016 12098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915584

[startup+25.635 s]
/proc/loadavg: 2.08 2.31 2.11 3/100 14378
/proc/meminfo: memFree=1269872/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=915584 CPUtime=25.45
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 16369 0 1 0 2532 13 0 0 25 0 8 0 161249809 937558016 16103 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073908092 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14370/statm: 228896 16103 2541 14 0 215366 0
[pid=14370/tid=14372] ppid=14368 vsize=915584 CPUtime=0.03
/proc/14370/task/14372/stat : 14372 (java) S 14368 14370 13318 0 -1 64 240 0 0 0 3 0 0 0 16 0 8 0 161249813 937558016 16103 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14373] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14373/stat : 14373 (java) S 14368 14370 13318 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 16103 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14374] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14374/stat : 14374 (java) S 14368 14370 13318 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161249814 937558016 16103 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14375] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14375/stat : 14375 (java) S 14368 14370 13318 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161249817 937558016 16103 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14376] ppid=14368 vsize=915584 CPUtime=0.26
/proc/14370/task/14376/stat : 14376 (java) S 14368 14370 13318 0 -1 64 432 0 0 0 25 1 0 0 16 0 8 0 161249817 937558016 16103 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14377] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14377/stat : 14377 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161249817 937558016 16103 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14378] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14378/stat : 14378 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161249817 937558016 16103 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 915584

[startup+51.2675 s]
/proc/loadavg: 2.05 2.29 2.11 3/100 14378
/proc/meminfo: memFree=1250416/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=915584 CPUtime=50.96
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 20992 0 1 0 5081 15 0 0 25 0 8 0 161249809 937558016 20725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918529 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14370/statm: 228896 20725 2545 14 0 215366 0
[pid=14370/tid=14372] ppid=14368 vsize=915584 CPUtime=0.2
/proc/14370/task/14372/stat : 14372 (java) S 14368 14370 13318 0 -1 64 3912 0 0 0 19 1 0 0 16 0 8 0 161249813 937558016 20725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14373] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14373/stat : 14373 (java) S 14368 14370 13318 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 20725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14374] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14374/stat : 14374 (java) S 14368 14370 13318 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 20725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14375] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14375/stat : 14375 (java) S 14368 14370 13318 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161249817 937558016 20725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14376] ppid=14368 vsize=915584 CPUtime=0.26
/proc/14370/task/14376/stat : 14376 (java) S 14368 14370 13318 0 -1 64 432 0 0 0 25 1 0 0 16 0 8 0 161249817 937558016 20725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14377] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14377/stat : 14377 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161249817 937558016 20725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14378] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14378/stat : 14378 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161249817 937558016 20725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 915584

[startup+102.531 s]
/proc/loadavg: 2.15 2.27 2.11 3/100 14378
/proc/meminfo: memFree=1227888/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=915584 CPUtime=101.93
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 26637 0 1 0 10176 17 0 0 25 0 8 0 161249809 937558016 26369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073913840 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14370/statm: 228896 26369 2545 14 0 215366 0
[pid=14370/tid=14372] ppid=14368 vsize=915584 CPUtime=0.45
/proc/14370/task/14372/stat : 14372 (java) S 14368 14370 13318 0 -1 64 9556 0 0 0 43 2 0 0 16 0 8 0 161249813 937558016 26369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14373] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14373/stat : 14373 (java) S 14368 14370 13318 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 26369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14374] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14374/stat : 14374 (java) S 14368 14370 13318 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 26369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14375] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14375/stat : 14375 (java) S 14368 14370 13318 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161249817 937558016 26369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14376] ppid=14368 vsize=915584 CPUtime=0.26
/proc/14370/task/14376/stat : 14376 (java) S 14368 14370 13318 0 -1 64 432 0 0 0 25 1 0 0 16 0 8 0 161249817 937558016 26369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14377] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14377/stat : 14377 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161249817 937558016 26369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14378] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14378/stat : 14378 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161249817 937558016 26369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 915584

[startup+162.539 s]
/proc/loadavg: 1.99 2.20 2.09 3/96 14443
/proc/meminfo: memFree=1218328/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=915584 CPUtime=161.69
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 34319 0 1 0 16148 21 0 0 25 0 8 0 161249809 937558016 34049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480009 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1420.86
Current children cumulated vsize (KiB) 915584

[startup+1483.1 s]
/proc/loadavg: 2.00 2.00 2.01 3/96 14445
/proc/meminfo: memFree=981464/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=915584 CPUtime=1480.83
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 84246 0 1 0 148035 48 0 0 25 0 8 0 161249809 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928606 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14370/statm: 228896 83960 2545 14 0 215366 0
[pid=14370/tid=14372] ppid=14368 vsize=915584 CPUtime=4.25
/proc/14370/task/14372/stat : 14372 (java) S 14368 14370 13318 0 -1 64 67145 0 0 0 396 29 0 0 16 0 8 0 161249813 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14373] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14373/stat : 14373 (java) S 14368 14370 13318 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14374] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14374/stat : 14374 (java) S 14368 14370 13318 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14375] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14375/stat : 14375 (java) S 14368 14370 13318 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14376] ppid=14368 vsize=915584 CPUtime=0.26
/proc/14370/task/14376/stat : 14376 (java) S 14368 14370 13318 0 -1 64 433 0 0 0 25 1 0 0 16 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14377] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14377/stat : 14377 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14378] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14378/stat : 14378 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.83
Current children cumulated vsize (KiB) 915584

[startup+1543.12 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 14445
/proc/meminfo: memFree=981144/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=915584 CPUtime=1540.76
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 84246 0 1 0 154028 48 0 0 25 0 8 0 161249809 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073551845 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14370/statm: 228896 83960 2545 14 0 215366 0
[pid=14370/tid=14372] ppid=14368 vsize=915584 CPUtime=4.25
/proc/14370/task/14372/stat : 14372 (java) S 14368 14370 13318 0 -1 64 67145 0 0 0 396 29 0 0 16 0 8 0 161249813 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14373] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14373/stat : 14373 (java) S 14368 14370 13318 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14374] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14374/stat : 14374 (java) S 14368 14370 13318 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14375] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14375/stat : 14375 (java) S 14368 14370 13318 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14376] ppid=14368 vsize=915584 CPUtime=0.26
/proc/14370/task/14376/stat : 14376 (java) S 14368 14370 13318 0 -1 64 433 0 0 0 25 1 0 0 16 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14377] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14377/stat : 14377 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14378] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14378/stat : 14378 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.76
Current children cumulated vsize (KiB) 915584

[startup+1603.15 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 14445
/proc/meminfo: memFree=981080/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=915584 CPUtime=1600.73
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 84246 0 1 0 160025 48 0 0 25 0 8 0 161249809 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073923968 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14370/statm: 228896 83960 2545 14 0 215366 0
[pid=14370/tid=14372] ppid=14368 vsize=915584 CPUtime=4.25
/proc/14370/task/14372/stat : 14372 (java) S 14368 14370 13318 0 -1 64 67145 0 0 0 396 29 0 0 16 0 8 0 161249813 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14373] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14373/stat : 14373 (java) S 14368 14370 13318 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14374] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14374/stat : 14374 (java) S 14368 14370 13318 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14375] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14375/stat : 14375 (java) S 14368 14370 13318 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14376] ppid=14368 vsize=915584 CPUtime=0.26
/proc/14370/task/14376/stat : 14376 (java) S 14368 14370 13318 0 -1 64 433 0 0 0 25 1 0 0 16 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14377] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14377/stat : 14377 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14378] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14378/stat : 14378 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.73
Current children cumulated vsize (KiB) 915584

[startup+1663.17 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 14445
/proc/meminfo: memFree=980632/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=915584 CPUtime=1660.69
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 84246 0 1 0 166021 48 0 0 25 0 8 0 161249809 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074034597 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14370/statm: 228896 83960 2545 14 0 215366 0
[pid=14370/tid=14372] ppid=14368 vsize=915584 CPUtime=4.25
/proc/14370/task/14372/stat : 14372 (java) S 14368 14370 13318 0 -1 64 67145 0 0 0 396 29 0 0 16 0 8 0 161249813 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14373] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14373/stat : 14373 (java) S 14368 14370 13318 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14374] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14374/stat : 14374 (java) S 14368 14370 13318 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14375] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14375/stat : 14375 (java) S 14368 14370 13318 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14376] ppid=14368 vsize=915584 CPUtime=0.26
/proc/14370/task/14376/stat : 14376 (java) S 14368 14370 13318 0 -1 64 433 0 0 0 25 1 0 0 16 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14377] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14377/stat : 14377 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14378] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14378/stat : 14378 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.69
Current children cumulated vsize (KiB) 915584

[startup+1723.19 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 14445
/proc/meminfo: memFree=977880/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=915584 CPUtime=1720.63
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 84247 0 1 0 172015 48 0 0 25 0 8 0 161249809 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073933258 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14370/statm: 228896 83960 2545 14 0 215366 0
[pid=14370/tid=14372] ppid=14368 vsize=915584 CPUtime=4.25
/proc/14370/task/14372/stat : 14372 (java) S 14368 14370 13318 0 -1 64 67145 0 0 0 396 29 0 0 16 0 8 0 161249813 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14373] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14373/stat : 14373 (java) S 14368 14370 13318 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14374] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14374/stat : 14374 (java) S 14368 14370 13318 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14375] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14375/stat : 14375 (java) S 14368 14370 13318 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14376] ppid=14368 vsize=915584 CPUtime=0.26
/proc/14370/task/14376/stat : 14376 (java) S 14368 14370 13318 0 -1 64 433 0 0 0 25 1 0 0 16 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14377] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14377/stat : 14377 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14378] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14378/stat : 14378 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.63
Current children cumulated vsize (KiB) 915584

[startup+1783.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 14445
/proc/meminfo: memFree=976984/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=915584 CPUtime=1780.6
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 84247 0 1 0 178011 49 0 0 25 0 8 0 161249809 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073926759 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14370/statm: 228896 83960 2545 14 0 215366 0
[pid=14370/tid=14372] ppid=14368 vsize=915584 CPUtime=4.25
/proc/14370/task/14372/stat : 14372 (java) S 14368 14370 13318 0 -1 64 67145 0 0 0 396 29 0 0 16 0 8 0 161249813 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14373] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14373/stat : 14373 (java) S 14368 14370 13318 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14374] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14374/stat : 14374 (java) S 14368 14370 13318 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14375] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14375/stat : 14375 (java) S 14368 14370 13318 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14376] ppid=14368 vsize=915584 CPUtime=0.26
/proc/14370/task/14376/stat : 14376 (java) S 14368 14370 13318 0 -1 64 433 0 0 0 25 1 0 0 16 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14377] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14377/stat : 14377 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14378] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14378/stat : 14378 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.6
Current children cumulated vsize (KiB) 915584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.68 s]
/proc/loadavg: 2.00 2.00 2.00 5/96 14445
/proc/meminfo: memFree=976792/2055920 swapFree=4178332/4192956
[pid=14370] ppid=14368 vsize=915584 CPUtime=1800.07
/proc/14370/stat : 14370 (java) R 14368 14370 13318 0 -1 0 84247 0 1 0 179958 49 0 0 25 0 8 0 161249809 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073912876 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14370/statm: 228896 83960 2545 14 0 215366 0
[pid=14370/tid=14372] ppid=14368 vsize=915584 CPUtime=4.25
/proc/14370/task/14372/stat : 14372 (java) S 14368 14370 13318 0 -1 64 67145 0 0 0 396 29 0 0 16 0 8 0 161249813 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14373] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14373/stat : 14373 (java) S 14368 14370 13318 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14374] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14374/stat : 14374 (java) S 14368 14370 13318 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 161249814 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14375] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14375/stat : 14375 (java) S 14368 14370 13318 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14376] ppid=14368 vsize=915584 CPUtime=0.26
/proc/14370/task/14376/stat : 14376 (java) S 14368 14370 13318 0 -1 64 433 0 0 0 25 1 0 0 16 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14377] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14377/stat : 14377 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161249817 937558016 83960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14370/tid=14378] ppid=14368 vsize=915584 CPUtime=0
/proc/14370/task/14378/stat : 14378 (java) S 14368 14370 13318 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161249817 937558016 83960 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) 915584

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

Child status: 143
Real time (s): 1802.77
CPU time (s): 1800.15
CPU user time (s): 1799.61
CPU system time (s): 0.540917
CPU usage (%): 99.855
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.540917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84264
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= 37941
involuntary context switches= 53756

runsolver used 2.03369 s user time and 5.95509 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sun Jan  7 00:09:07 UTC 2007


IDJOB= 198476
IDBENCH= 3558
FILE ID= node10/198476-1168128547

PBS_JOBID= 3477662

Free space on /tmp= 66356 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c22220f0066a10d534b4ab30e1dfa583

RANDOM SEED= 963044088

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1323912 kB
Buffers:         56912 kB
Cached:         510604 kB
SwapCached:       2120 kB
Active:         278832 kB
Inactive:       363448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1323912 kB
SwapTotal:     4192956 kB
SwapFree:      4178332 kB
Dirty:            1820 kB
Writeback:           0 kB
Mapped:          94588 kB
Slab:            74484 kB
Committed_AS:  4611092 kB
PageTables:       2348 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= 66355 MiB



End job on node10 on Sun Jan  7 00:39:10 UTC 2007