Trace number 198285

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 AC? (TO) 1800.08 1800.87

General information on the benchmark

Namepigeons/
pigeons-20.xml
MD5SUMc010d400039ce15527d1a01992125513
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 variables20
Number of constraints190
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension0
Number of constraints which are defined in intension190
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28	   
0.28	Abscon 109 (November, 2006)
0.28	   
0.28	   configuration
0.28	     name=mac.xml
0.31	   
0.31	   instance
0.31	     name=/tmp/evaluation/198285-1168071232/unknown.xml
0.34	   
0.34	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.38	     nbVariables=20  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.38	       =>  wckTime=0.091  cpuTime=0.08  mem=6M951
0.38	   
0.38	   predicates being loaded...
0.38	   
0.38	   constraints being loaded...
0.49	     nbConstraints=190  nbConvertedConstraints=190  nbConvertConstraintsChecks=361  nbExtensionStructures=1
0.49	     nbSharedExtensionStructures=189  nbConflictsStructures=1  nbSharedConflictsStructures=189
0.49	     nbSharedBinaryRepresentations=19  maxDegree=19  maxArity=2
0.49	       =>  wckTime=0.201  cpuTime=0.17  mem=7M927
0.52	   
0.52	   solver IterativeSystematicSolver being built... 
0.66	       =>  wckTime=0.375  cpuTime=0.28  mem=13M497
0.66	   
0.66	   preprocessing
0.66	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.66	     detectedInconsistency=no
0.66	       =>  wckTime=0.0020  cpuTime=0.0  mem=13M497
0.69	   
0.69	   search
0.69	     run=0  nbConstraintChecks=2749  nbPropagations=316  nbRevisions=321  nbUselessRevisions=24  nbAssignments=35
0.70	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=56  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.70	     nbTooLargeKeys=0
0.70	       =>  wckTime=0.033  cpuTime=0.02  mem=13M497
0.71	   
0.71	   search
0.71	     run=1  nbConstraintChecks=5623  nbPropagations=970  nbRevisions=1015  nbUselessRevisions=79  nbAssignments=80
0.71	     nbFailedAssignments=24  nbBacktracks=25  nbVisitedNodes=129  nbRestartNogoods=4  mapSize=25  nbInferences=0
0.71	     nbTooLargeKeys=0
0.71	       =>  wckTime=0.045  cpuTime=0.03  mem=13M497
0.72	   
0.72	   search
0.72	     run=2  nbConstraintChecks=8664  nbPropagations=2026  nbRevisions=2155  nbUselessRevisions=170  nbAssignments=138
0.72	     nbFailedAssignments=44  nbBacktracks=47  nbVisitedNodes=227  nbRestartNogoods=7  mapSize=47  nbInferences=0
0.72	     nbTooLargeKeys=0
0.72	       =>  wckTime=0.056  cpuTime=0.04  mem=13M497
0.73	   
0.73	   search
0.73	     run=3  nbConstraintChecks=11909  nbPropagations=3564  nbRevisions=3821  nbUselessRevisions=299  nbAssignments=215
0.73	     nbFailedAssignments=71  nbBacktracks=80  nbVisitedNodes=359  nbRestartNogoods=12  mapSize=80  nbInferences=1
0.73	     nbTooLargeKeys=0
0.73	       =>  wckTime=0.069  cpuTime=0.04  mem=13M497
0.74	   
0.74	   search
0.74	     run=4  nbConstraintChecks=15480  nbPropagations=5717  nbRevisions=6140  nbUselessRevisions=466  nbAssignments=322
0.74	     nbFailedAssignments=108  nbBacktracks=131  nbVisitedNodes=545  nbRestartNogoods=16  mapSize=131  nbInferences=6
0.74	     nbTooLargeKeys=0
0.74	       =>  wckTime=0.082  cpuTime=0.05  mem=13M497
0.75	   
0.75	   search
0.75	     run=5  nbConstraintChecks=19661  nbPropagations=8712  nbRevisions=9316  nbUselessRevisions=672  nbAssignments=477
0.75	     nbFailedAssignments=157  nbBacktracks=206  nbVisitedNodes=815  nbRestartNogoods=20  mapSize=206  nbInferences=23
0.75	     nbTooLargeKeys=0
0.75	       =>  wckTime=0.092  cpuTime=0.06  mem=13M497
0.77	   
0.77	   search
0.77	     run=6  nbConstraintChecks=24685  nbPropagations=12870  nbRevisions=13678  nbUselessRevisions=931  nbAssignments=703
0.77	     nbFailedAssignments=231  nbBacktracks=319  nbVisitedNodes=1212  nbRestartNogoods=22  mapSize=319  nbInferences=46
0.77	     nbTooLargeKeys=0
0.77	       =>  wckTime=0.108  cpuTime=0.07  mem=13M497
0.79	   
0.79	   search
0.79	     run=7  nbConstraintChecks=30823  nbPropagations=18664  nbRevisions=19639  nbUselessRevisions=1226
0.79	     nbAssignments=1035  nbFailedAssignments=339  nbBacktracks=489  nbVisitedNodes=1799  nbRestartNogoods=28
0.79	     mapSize=489  nbInferences=85  nbTooLargeKeys=0
0.79	       =>  wckTime=0.125  cpuTime=0.08  mem=13M497
0.82	   
0.82	   search
0.82	     run=8  nbConstraintChecks=39647  nbPropagations=27049  nbRevisions=27997  nbUselessRevisions=1561
0.82	     nbAssignments=1563  nbFailedAssignments=478  nbBacktracks=745  nbVisitedNodes=2722  nbRestartNogoods=35
0.82	     mapSize=745  nbInferences=202  nbTooLargeKeys=0
0.82	       =>  wckTime=0.16  cpuTime=0.11  mem=13M497
0.85	   
0.85	   search
0.85	     run=9  nbConstraintChecks=51355  nbPropagations=39208  nbRevisions=39767  nbUselessRevisions=1909
0.85	     nbAssignments=2351  nbFailedAssignments=686  nbBacktracks=1131  nbVisitedNodes=4107  nbRestartNogoods=38
0.85	     mapSize=1131  nbInferences=383  nbTooLargeKeys=0
0.85	       =>  wckTime=0.19  cpuTime=0.13  mem=13M497
0.89	   
0.89	   search
0.89	     run=10  nbConstraintChecks=69786  nbPropagations=57549  nbRevisions=56913  nbUselessRevisions=2289
0.89	     nbAssignments=3627  nbFailedAssignments=959  nbBacktracks=1707  nbVisitedNodes=6340  nbRestartNogoods=41
0.89	     mapSize=1707  nbInferences=794  nbTooLargeKeys=0
0.89	       =>  wckTime=0.225  cpuTime=0.16  mem=14M489
0.92	   
0.93	   search
0.93	     run=11  nbConstraintChecks=96047  nbPropagations=85078  nbRevisions=82071  nbUselessRevisions=2729
0.93	     nbAssignments=5541  nbFailedAssignments=1375  nbBacktracks=2571  nbVisitedNodes=9704  nbRestartNogoods=49
0.93	     mapSize=2571  nbInferences=1412  nbTooLargeKeys=0
0.93	       =>  wckTime=0.264  cpuTime=0.2  mem=14M489
0.99	   
0.99	   search
0.99	     run=12  nbConstraintChecks=142911  nbPropagations=128477  nbRevisions=120513  nbUselessRevisions=3214
0.99	     nbAssignments=8709  nbFailedAssignments=1922  nbBacktracks=3868  nbVisitedNodes=15274  nbRestartNogoods=61
0.99	     mapSize=3868  nbInferences=2720  nbTooLargeKeys=0
0.99	       =>  wckTime=0.334  cpuTime=0.26  mem=14M489
1.11	   
1.11	   search
1.11	     run=13  nbConstraintChecks=222848  nbPropagations=198819  nbRevisions=180769  nbUselessRevisions=3768
1.11	     nbAssignments=13958  nbFailedAssignments=2606  nbBacktracks=5814  nbVisitedNodes=24494  nbRestartNogoods=72
1.11	     mapSize=5814  nbInferences=5323  nbTooLargeKeys=0
1.11	       =>  wckTime=0.446  cpuTime=0.37  mem=14M489
1.32	   
1.32	   search
1.32	     run=14  nbConstraintChecks=394914  nbPropagations=320230  nbRevisions=281754  nbUselessRevisions=4756
1.32	     nbAssignments=23093  nbFailedAssignments=3395  nbBacktracks=8733  nbVisitedNodes=40622  nbRestartNogoods=85
1.32	     mapSize=8733  nbInferences=10738  nbTooLargeKeys=0
1.32	       =>  wckTime=0.664  cpuTime=0.59  mem=14M489
1.62	   
1.62	   search
1.62	     run=15  nbConstraintChecks=614972  nbPropagations=512361  nbRevisions=438303  nbUselessRevisions=5848
1.62	     nbAssignments=36292  nbFailedAssignments=4574  nbBacktracks=13111  nbVisitedNodes=63809  nbRestartNogoods=101
1.62	     mapSize=13111  nbInferences=18368  nbTooLargeKeys=0
1.62	       =>  wckTime=0.957  cpuTime=0.89  mem=15M464
2.10	   
2.10	   search
2.10	     run=16  nbConstraintChecks=998498  nbPropagations=822000  nbRevisions=686451  nbUselessRevisions=7630
2.10	     nbAssignments=57539  nbFailedAssignments=5942  nbBacktracks=19680  nbVisitedNodes=101089  nbRestartNogoods=110
2.10	     mapSize=19680  nbInferences=31665  nbTooLargeKeys=0
2.10	       =>  wckTime=1.435  cpuTime=1.37  mem=16M439
2.86	   
2.86	   search
2.86	     run=17  nbConstraintChecks=1634104  nbPropagations=1318516  nbRevisions=1080718  nbUselessRevisions=10693
2.86	     nbAssignments=90471  nbFailedAssignments=7901  nbBacktracks=29532  nbVisitedNodes=159045  nbRestartNogoods=126
2.86	     mapSize=29532  nbInferences=52771  nbTooLargeKeys=0
2.86	       =>  wckTime=2.194  cpuTime=2.12  mem=18M390
4.36	   
4.36	   search
4.36	     run=18  nbConstraintChecks=3083468  nbPropagations=2184323  nbRevisions=1761857  nbUselessRevisions=15062
4.36	     nbAssignments=149148  nbFailedAssignments=9911  nbBacktracks=44311  nbVisitedNodes=263619  nbRestartNogoods=142
4.36	     mapSize=44311  nbInferences=94648  nbTooLargeKeys=0
4.36	       =>  wckTime=3.701  cpuTime=3.62  mem=20M340
6.76	   
6.76	   search
6.76	     run=19  nbConstraintChecks=5462800  nbPropagations=3646468  nbRevisions=2902414  nbUselessRevisions=19811
6.76	     nbAssignments=242109  nbFailedAssignments=12048  nbBacktracks=66480  nbVisitedNodes=429499  nbRestartNogoods=151
6.76	     mapSize=66480  nbInferences=163293  nbTooLargeKeys=0
6.76	       =>  wckTime=6.103  cpuTime=6.01  mem=24M765
10.82	   
10.82	   search
10.82	     run=20  nbConstraintChecks=9857403  nbPropagations=6112529  nbRevisions=4823470  nbUselessRevisions=25202
10.82	     nbAssignments=390298  nbFailedAssignments=14948  nbBacktracks=99732  nbVisitedNodes=695510  nbRestartNogoods=163
10.82	     mapSize=99732  nbInferences=275315  nbTooLargeKeys=0
10.82	       =>  wckTime=10.156  cpuTime=10.06  mem=32M640
16.34	   
16.34	   search
16.34	     run=21  nbConstraintChecks=15363862  nbPropagations=9949998  nbRevisions=7798884  nbUselessRevisions=31837
16.34	     nbAssignments=603229  nbFailedAssignments=18846  nbBacktracks=149610  nbVisitedNodes=1075376  nbRestartNogoods=182
16.34	     mapSize=149610  nbInferences=434454  nbTooLargeKeys=0
16.34	       =>  wckTime=15.682  cpuTime=15.55  mem=41M416
25.90	   
25.90	   search
25.90	     run=22  nbConstraintChecks=25419546  nbPropagations=16122425  nbRevisions=12577902  nbUselessRevisions=38549
25.90	     nbAssignments=947950  nbFailedAssignments=23026  nbBacktracks=224429  nbVisitedNodes=1694166  nbRestartNogoods=202
25.90	     mapSize=224429  nbInferences=700163  nbTooLargeKeys=0
25.90	       =>  wckTime=25.243  cpuTime=24.9  mem=26M180
43.86	   
43.86	   search
43.86	     run=23  nbConstraintChecks=48086357  nbPropagations=26824837  nbRevisions=20919911  nbUselessRevisions=45261
43.86	     nbAssignments=1547232  nbFailedAssignments=26578  nbBacktracks=336657  nbVisitedNodes=2784044  nbRestartNogoods=223
43.86	     mapSize=336657  nbInferences=1183655  nbTooLargeKeys=0
43.86	       =>  wckTime=43.199  cpuTime=42.82  mem=53M758
73.25	   
73.25	   search
73.25	     run=24  nbConstraintChecks=86051613  nbPropagations=44758745  nbRevisions=34981474  nbUselessRevisions=52006
73.25	     nbAssignments=2476093  nbFailedAssignments=31105  nbBacktracks=504998  nbVisitedNodes=4477941  nbRestartNogoods=252
73.25	     mapSize=504998  nbInferences=1939637  nbTooLargeKeys=0
73.25	       =>  wckTime=72.584  cpuTime=71.86  mem=67M784
112.76	   
112.76	   search
112.76	     run=25  nbConstraintChecks=135255023  nbPropagations=72646217  nbRevisions=56854863  nbUselessRevisions=61422
112.76	     nbAssignments=3807529  nbFailedAssignments=37819  nbBacktracks=757510  nbVisitedNodes=6895004  nbRestartNogoods=273
112.76	     mapSize=757510  nbInferences=3011836  nbTooLargeKeys=0
112.76	       =>  wckTime=112.102  cpuTime=111.07  mem=95M370
188.91	   
188.91	   search
188.91	     run=26  nbConstraintChecks=241896331  nbPropagations=119179068  nbRevisions=93638146  nbUselessRevisions=70839
188.91	     nbAssignments=6061074  nbFailedAssignments=44849  nbBacktracks=1136277  nbVisitedNodes=11030347
188.91	     nbRestartNogoods=289  mapSize=1136277  nbInferences=4879574  nbTooLargeKeys=0
188.91	       =>  wckTime=188.244  cpuTime=186.38  mem=113M703
300.75	   
300.75	   search
300.75	     run=27  nbConstraintChecks=393974586  nbPropagations=193194828  nbRevisions=152309762  nbUselessRevisions=80256
300.75	     nbAssignments=9433425  nbFailedAssignments=51753  nbBacktracks=1704429  nbVisitedNodes=17213787
300.75	     nbRestartNogoods=302  mapSize=1704429  nbInferences=7676855  nbTooLargeKeys=0
300.75	       =>  wckTime=300.084  cpuTime=297.08  mem=172M78
437.90	   
437.90	   INFO : Stopping hyperNogood (mapSize=2222749, nbTooLargekeys=0, mem=240M799)
446.81	   
446.81	   search
446.81	     run=28  nbConstraintChecks=623163085  nbPropagations=303123258  nbRevisions=240782074  nbUselessRevisions=94892
446.81	     nbAssignments=13583379  nbFailedAssignments=288671  nbBacktracks=2556656  nbVisitedNodes=24898371
446.81	     nbRestartNogoods=313
446.81	       =>  wckTime=446.15  cpuTime=442.41  mem=240M799
481.10	   
481.10	   search
481.10	     run=29  nbConstraintChecks=647366169  nbPropagations=422724965  nbRevisions=338928152  nbUselessRevisions=110031
481.10	     nbAssignments=15750807  nbFailedAssignments=1177743  nbBacktracks=3834996  nbVisitedNodes=28843943
481.10	     nbRestartNogoods=343
481.10	       =>  wckTime=480.436  cpuTime=476.69  mem=240M799
531.31	   
531.31	   search
531.31	     run=30  nbConstraintChecks=683688559  nbPropagations=556826292  nbRevisions=451580108  nbUselessRevisions=130435
531.31	     nbAssignments=18999669  nbFailedAssignments=2509079  nbBacktracks=5752506  nbVisitedNodes=34755477
531.31	     nbRestartNogoods=366
531.31	       =>  wckTime=530.652  cpuTime=526.89  mem=240M799
608.51	   
608.51	   search
608.51	     run=31  nbConstraintChecks=738150521  nbPropagations=712694256  nbRevisions=585999594  nbUselessRevisions=151747
608.51	     nbAssignments=23876634  nbFailedAssignments=4509763  nbBacktracks=8628771  nbVisitedNodes=43633810
608.51	     nbRestartNogoods=389
608.51	       =>  wckTime=607.844  cpuTime=604.06  mem=240M799
722.33	   
722.33	   search
722.33	     run=32  nbConstraintChecks=819795660  nbPropagations=901216387  nbRevisions=753073651  nbUselessRevisions=173477
722.33	     nbAssignments=31194038  nbFailedAssignments=7512753  nbBacktracks=12943169  nbVisitedNodes=56957194
722.33	     nbRestartNogoods=407
722.33	       =>  wckTime=721.666  cpuTime=717.84  mem=240M799
893.71	   
893.71	   search
893.71	     run=33  nbConstraintChecks=942262531  nbPropagations=1138718535  nbRevisions=969128654  nbUselessRevisions=196150
893.71	     nbAssignments=42169914  nbFailedAssignments=12017016  nbBacktracks=19414767  nbVisitedNodes=76941596
893.71	     nbRestartNogoods=438
893.71	       =>  wckTime=893.05  cpuTime=889.17  mem=240M799
1156.20	   
1156.20	   search
1156.20	     run=34  nbConstraintChecks=1125952924  nbPropagations=1449694602  nbRevisions=1258657664  nbUselessRevisions=218925
1156.20	     nbAssignments=58634634  nbFailedAssignments=18774323  nbBacktracks=29122164  nbVisitedNodes=106920930
1156.20	     nbRestartNogoods=459
1156.20	       =>  wckTime=1155.539  cpuTime=1151.59  mem=240M799
1532.70	   
1532.70	   search
1532.70	     run=35  nbConstraintChecks=1401507796  nbPropagations=1870881137  nbRevisions=1658397383  nbUselessRevisions=241956
1532.70	     nbAssignments=83331197  nbFailedAssignments=28909774  nbBacktracks=43683260  nbVisitedNodes=151888395
1532.70	     nbRestartNogoods=485
1532.70	       =>  wckTime=1532.043  cpuTime=1527.97  mem=240M799

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/node75/watcher-198285-1168071232 -o ROOT/results/node75/solver-198285-1168071232 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/198285-1168071232/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.01 1.44 1.64 2/68 21700
/proc/meminfo: memFree=1763208/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=292 CPUtime=0
/proc/21699/stat : 21699 (java) R 21697 21699 21268 0 -1 0 54 0 0 0 0 0 0 0 21 0 1 0 155522850 299008 37 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 6734395 0 0 4096 0 0 0 0 17 1 0 0
/proc/21699/statm: 77 40 31 14 0 5 0

[startup+0.10498 s]
/proc/loadavg: 1.01 1.44 1.64 2/68 21700
/proc/meminfo: memFree=1763208/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=914988 CPUtime=0.09
/proc/21699/stat : 21699 (java) R 21697 21699 21268 0 -1 0 3066 0 1 0 7 2 0 0 16 0 8 0 155522850 936947712 2812 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153552786 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21699/statm: 228747 2812 1451 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517034 s]
/proc/loadavg: 1.01 1.44 1.64 2/68 21700
/proc/meminfo: memFree=1763208/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=915460 CPUtime=0.5
/proc/21699/stat : 21699 (java) S 21697 21699 21268 0 -1 0 6633 0 1 0 45 5 0 0 16 0 8 0 155522850 937431040 6372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21699/statm: 228865 6372 2181 14 0 215335 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915460

[startup+1.34412 s]
/proc/loadavg: 1.01 1.44 1.64 2/75 21707
/proc/meminfo: memFree=1739920/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=915460 CPUtime=1.32
/proc/21699/stat : 21699 (java) R 21697 21699 21268 0 -1 0 8631 0 1 0 126 6 0 0 17 0 8 0 155522850 937431040 8369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073720852 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21699/statm: 228865 8369 2530 14 0 215335 0
[pid=21699/tid=21701] ppid=21697 vsize=915460 CPUtime=0.02
/proc/21699/task/21701/stat : 21701 (java) S 21697 21699 21268 0 -1 64 138 0 0 0 2 0 0 0 16 0 8 0 155522853 937431040 8369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21699/tid=21702] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21702/stat : 21702 (java) S 21697 21699 21268 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155522854 937431040 8369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21703] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21703/stat : 21703 (java) S 21697 21699 21268 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155522854 937431040 8369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21704] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21704/stat : 21704 (java) S 21697 21699 21268 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155522857 937431040 8369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21705] ppid=21697 vsize=915460 CPUtime=0.18
/proc/21699/task/21705/stat : 21705 (java) S 21697 21699 21268 0 -1 64 366 0 0 0 17 1 0 0 16 0 8 0 155522857 937431040 8369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21706] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21706/stat : 21706 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155522857 937431040 8369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21707] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21707/stat : 21707 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155522857 937431040 8369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915460

[startup+2.98031 s]
/proc/loadavg: 1.01 1.44 1.64 2/75 21707
/proc/meminfo: memFree=1737680/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=915460 CPUtime=2.95
/proc/21699/stat : 21699 (java) R 21697 21699 21268 0 -1 0 9458 0 1 0 289 6 0 0 18 0 8 0 155522850 937431040 9195 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073716984 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21699/statm: 228865 9195 2530 14 0 215335 0
[pid=21699/tid=21701] ppid=21697 vsize=915460 CPUtime=0.02
/proc/21699/task/21701/stat : 21701 (java) S 21697 21699 21268 0 -1 64 138 0 0 0 2 0 0 0 16 0 8 0 155522853 937431040 9195 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21699/tid=21702] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21702/stat : 21702 (java) S 21697 21699 21268 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155522854 937431040 9195 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21703] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21703/stat : 21703 (java) S 21697 21699 21268 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155522854 937431040 9195 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21704] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21704/stat : 21704 (java) S 21697 21699 21268 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155522857 937431040 9195 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21705] ppid=21697 vsize=915460 CPUtime=0.18
/proc/21699/task/21705/stat : 21705 (java) S 21697 21699 21268 0 -1 64 367 0 0 0 17 1 0 0 15 0 8 0 155522857 937431040 9195 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21706] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21706/stat : 21706 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155522857 937431040 9195 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21707] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21707/stat : 21707 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155522857 937431040 9195 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915460

[startup+6.2587 s]
/proc/loadavg: 1.01 1.43 1.64 2/75 21709
/proc/meminfo: memFree=1733072/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=915460 CPUtime=6.22
/proc/21699/stat : 21699 (java) R 21697 21699 21268 0 -1 0 10894 0 1 0 615 7 0 0 25 0 8 0 155522850 937431040 10631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073719811 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21699/statm: 228865 10631 2530 14 0 215335 0
[pid=21699/tid=21701] ppid=21697 vsize=915460 CPUtime=0.02
/proc/21699/task/21701/stat : 21701 (java) S 21697 21699 21268 0 -1 64 138 0 0 0 2 0 0 0 16 0 8 0 155522853 937431040 10631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21699/tid=21702] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21702/stat : 21702 (java) S 21697 21699 21268 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155522854 937431040 10631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21703] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21703/stat : 21703 (java) S 21697 21699 21268 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155522854 937431040 10631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21704] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21704/stat : 21704 (java) S 21697 21699 21268 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155522857 937431040 10631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21705] ppid=21697 vsize=915460 CPUtime=0.18
/proc/21699/task/21705/stat : 21705 (java) S 21697 21699 21268 0 -1 64 367 0 0 0 17 1 0 0 15 0 8 0 155522857 937431040 10632 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21706] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21706/stat : 21706 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155522857 937431040 10632 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21707] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21707/stat : 21707 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155522857 937431040 10632 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) 915460

[startup+12.7405 s]
/proc/loadavg: 1.01 1.43 1.63 2/75 21710
/proc/meminfo: memFree=1721424/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=915460 CPUtime=12.7
/proc/21699/stat : 21699 (java) R 21697 21699 21268 0 -1 0 13701 0 1 0 1262 8 0 0 25 0 8 0 155522850 937431040 13438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073734327 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21699/statm: 228865 13438 2530 14 0 215335 0
[pid=21699/tid=21701] ppid=21697 vsize=915460 CPUtime=0.02
/proc/21699/task/21701/stat : 21701 (java) S 21697 21699 21268 0 -1 64 138 0 0 0 2 0 0 0 16 0 8 0 155522853 937431040 13438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21699/tid=21702] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21702/stat : 21702 (java) S 21697 21699 21268 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155522854 937431040 13438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21703] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21703/stat : 21703 (java) S 21697 21699 21268 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155522854 937431040 13438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21704] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21704/stat : 21704 (java) S 21697 21699 21268 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155522857 937431040 13438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21705] ppid=21697 vsize=915460 CPUtime=0.18
/proc/21699/task/21705/stat : 21705 (java) S 21697 21699 21268 0 -1 64 367 0 0 0 17 1 0 0 15 0 8 0 155522857 937431040 13438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21706] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21706/stat : 21706 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155522857 937431040 13439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21707] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21707/stat : 21707 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155522857 937431040 13439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915460

[startup+25.593 s]
/proc/loadavg: 1.08 1.42 1.63 3/87 21755
/proc/meminfo: memFree=1655792/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=915460 CPUtime=25.51
/proc/21699/stat : 21699 (java) R 21697 21699 21268 0 -1 0 20962 0 1 0 2537 14 0 0 25 0 8 0 155522850 937431040 20698 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073698630 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21699/statm: 228865 20698 2534 14 0 215335 0
[pid=21699/tid=21701] ppid=21697 vsize=915460 CPUtime=0.21
/proc/21699/task/21701/stat : 21701 (java) S 21697 21699 21268 0 -1 64 3982 0 0 0 19 2 0 0 16 0 8 0 155522853 937431040 20698 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21702] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21702/stat : 21702 (java) S 21697 21699 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 20698 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21703] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21703/stat : 21703 (java) S 21697 21699 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 20698 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21704] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21704/stat : 21704 (java) S 21697 21699 21268 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155522857 937431040 20698 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21705] ppid=21697 vsize=915460 CPUtime=0.18
/proc/21699/task/21705/stat : 21705 (java) S 21697 21699 21268 0 -1 64 368 0 0 0 17 1 0 0 16 0 8 0 155522857 937431040 20698 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21706] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21706/stat : 21706 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155522857 937431040 20698 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21707] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21707/stat : 21707 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155522857 937431040 20698 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 915460

[startup+51.28 s]
/proc/loadavg: 1.06 1.39 1.61 2/72 21825
/proc/meminfo: memFree=1696480/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=915460 CPUtime=51.09
/proc/21699/stat : 21699 (java) R 21697 21699 21268 0 -1 0 20968 0 1 0 5095 14 0 0 25 0 8 0 155522850 937431040 20704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073706470 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21699/statm: 228865 20704 2534 14 0 215335 0
[pid=21699/tid=21701] ppid=21697 vsize=915460 CPUtime=0.21
/proc/21699/task/21701/stat : 21701 (java) S 21697 21699 21268 0 -1 64 3982 0 0 0 19 2 0 0 16 0 8 0 155522853 937431040 20704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21702] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21702/stat : 21702 (java) S 21697 21699 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 20704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21703] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21703/stat : 21703 (java) S 21697 21699 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 20704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21704] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21704/stat : 21704 (java) S 21697 21699 21268 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155522857 937431040 20704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21705] ppid=21697 vsize=915460 CPUtime=0.18
/proc/21699/task/21705/stat : 21705 (java) S 21697 21699 21268 0 -1 64 368 0 0 0 17 1 0 0 16 0 8 0 155522857 937431040 20704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21706] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21706/stat : 21706 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155522857 937431040 20704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21707] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21707/stat : 21707 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155522857 937431040 20704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 915460

[startup+102.533 s]
/proc/loadavg: 1.02 1.32 1.58 2/72 21825
/proc/meminfo: memFree=1658664/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=915460 CPUtime=102.3
/proc/21699/stat : 21699 (java) R 21697 21699 21268 0 -1 0 30498 0 1 0 10212 18 0 0 25 0 8 0 155522850 937431040 30232 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073717030 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21699/statm: 228865 30232 2534 14 0 215335 0
[pid=21699/tid=21701] ppid=21697 vsize=915460 CPUtime=0.76
/proc/21699/task/21701/stat : 21701 (java) S 21697 21699 21268 0 -1 64 13510 0 0 0 70 6 0 0 16 0 8 0 155522853 937431040 30232 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21702] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21702/stat : 21702 (java) S 21697 21699 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 30232 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21703] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21703/stat : 21703 (java) S 21697 21699 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 30232 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21704] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21704/stat : 21704 (java) S 21697 21699 21268 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155522857 937431040 30232 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21705] ppid=21697 vsize=915460 CPUtime=0.18
/proc/21699/task/21705/stat : 21705 (java) S 21697 21699 21268 0 -1 64 368 0 0 0 17 1 0 0 16 0 8 0 155522857 937431040 30232 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21706] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21706/stat : 21706 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155522857 937431040 30232 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21707] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21707/stat : 21707 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155522857 937431040 30232 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 915460

[startup+162.622 s]
/proc/loadavg: 1.01 1.26 1.54 2/72 21825
/proc/meminfo: memFree=1622824/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=915460 CPUtime=162.37
/proc/21699/stat : 21699 (java) R 21697 21699 21268 0 -1 0 39440 0 1 0 16215 22 0 0 25 0 8 0 155522850 937431040 39172 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733469 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1423.76
Current children cumulated vsize (KiB) 915460

[startup+1484.53 s]
/proc/loadavg: 1.00 1.00 1.10 2/72 21827
/proc/meminfo: memFree=1509672/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=915460 CPUtime=1483.83
/proc/21699/stat : 21699 (java) R 21697 21699 21268 0 -1 0 67279 0 1 0 148348 35 0 0 25 0 8 0 155522850 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073705703 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21699/statm: 228865 67001 2534 14 0 215335 0
[pid=21699/tid=21701] ppid=21697 vsize=915460 CPUtime=3.32
/proc/21699/task/21701/stat : 21701 (java) S 21697 21699 21268 0 -1 64 50278 0 0 0 311 21 0 0 16 0 8 0 155522853 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21702] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21702/stat : 21702 (java) S 21697 21699 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21703] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21703/stat : 21703 (java) S 21697 21699 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21704] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21704/stat : 21704 (java) S 21697 21699 21268 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21705] ppid=21697 vsize=915460 CPUtime=0.18
/proc/21699/task/21705/stat : 21705 (java) S 21697 21699 21268 0 -1 64 369 0 0 0 17 1 0 0 16 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21706] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21706/stat : 21706 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21707] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21707/stat : 21707 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1483.83
Current children cumulated vsize (KiB) 915460

[startup+1544.62 s]
/proc/loadavg: 1.04 1.01 1.09 2/72 21827
/proc/meminfo: memFree=1509608/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=915460 CPUtime=1543.9
/proc/21699/stat : 21699 (java) R 21697 21699 21268 0 -1 0 67279 0 1 0 154355 35 0 0 25 0 8 0 155522850 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073713079 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21699/statm: 228865 67001 2534 14 0 215335 0
[pid=21699/tid=21701] ppid=21697 vsize=915460 CPUtime=3.32
/proc/21699/task/21701/stat : 21701 (java) S 21697 21699 21268 0 -1 64 50278 0 0 0 311 21 0 0 16 0 8 0 155522853 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21702] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21702/stat : 21702 (java) S 21697 21699 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21703] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21703/stat : 21703 (java) S 21697 21699 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21704] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21704/stat : 21704 (java) S 21697 21699 21268 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21705] ppid=21697 vsize=915460 CPUtime=0.18
/proc/21699/task/21705/stat : 21705 (java) S 21697 21699 21268 0 -1 64 369 0 0 0 17 1 0 0 16 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21706] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21706/stat : 21706 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21707] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21707/stat : 21707 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1543.9
Current children cumulated vsize (KiB) 915460

[startup+1604.71 s]
/proc/loadavg: 1.01 1.01 1.08 2/72 21827
/proc/meminfo: memFree=1509608/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=915460 CPUtime=1603.96
/proc/21699/stat : 21699 (java) R 21697 21699 21268 0 -1 0 67279 0 1 0 160361 35 0 0 25 0 8 0 155522850 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073721711 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21699/statm: 228865 67001 2534 14 0 215335 0
[pid=21699/tid=21701] ppid=21697 vsize=915460 CPUtime=3.32
/proc/21699/task/21701/stat : 21701 (java) S 21697 21699 21268 0 -1 64 50278 0 0 0 311 21 0 0 16 0 8 0 155522853 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21702] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21702/stat : 21702 (java) S 21697 21699 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21703] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21703/stat : 21703 (java) S 21697 21699 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21704] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21704/stat : 21704 (java) S 21697 21699 21268 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21705] ppid=21697 vsize=915460 CPUtime=0.18
/proc/21699/task/21705/stat : 21705 (java) S 21697 21699 21268 0 -1 64 369 0 0 0 17 1 0 0 16 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21706] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21706/stat : 21706 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21707] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21707/stat : 21707 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1603.96
Current children cumulated vsize (KiB) 915460

[startup+1664.8 s]
/proc/loadavg: 1.00 1.00 1.08 2/72 21827
/proc/meminfo: memFree=1509544/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=915460 CPUtime=1664.04
/proc/21699/stat : 21699 (java) R 21697 21699 21268 0 -1 0 67279 0 1 0 166368 36 0 0 25 0 8 0 155522850 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073713079 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21699/statm: 228865 67001 2534 14 0 215335 0
[pid=21699/tid=21701] ppid=21697 vsize=915460 CPUtime=3.32
/proc/21699/task/21701/stat : 21701 (java) S 21697 21699 21268 0 -1 64 50278 0 0 0 311 21 0 0 16 0 8 0 155522853 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21702] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21702/stat : 21702 (java) S 21697 21699 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21703] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21703/stat : 21703 (java) S 21697 21699 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21704] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21704/stat : 21704 (java) S 21697 21699 21268 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21705] ppid=21697 vsize=915460 CPUtime=0.18
/proc/21699/task/21705/stat : 21705 (java) S 21697 21699 21268 0 -1 64 369 0 0 0 17 1 0 0 16 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21706] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21706/stat : 21706 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21707] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21707/stat : 21707 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.04
Current children cumulated vsize (KiB) 915460

[startup+1724.88 s]
/proc/loadavg: 1.00 1.00 1.07 2/72 21827
/proc/meminfo: memFree=1509480/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=915460 CPUtime=1724.11
/proc/21699/stat : 21699 (java) R 21697 21699 21268 0 -1 0 67279 0 1 0 172375 36 0 0 25 0 8 0 155522850 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073706545 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21699/statm: 228865 67001 2534 14 0 215335 0
[pid=21699/tid=21701] ppid=21697 vsize=915460 CPUtime=3.32
/proc/21699/task/21701/stat : 21701 (java) S 21697 21699 21268 0 -1 64 50278 0 0 0 311 21 0 0 16 0 8 0 155522853 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21702] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21702/stat : 21702 (java) S 21697 21699 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21703] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21703/stat : 21703 (java) S 21697 21699 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21704] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21704/stat : 21704 (java) S 21697 21699 21268 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21705] ppid=21697 vsize=915460 CPUtime=0.18
/proc/21699/task/21705/stat : 21705 (java) S 21697 21699 21268 0 -1 64 369 0 0 0 17 1 0 0 16 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21706] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21706/stat : 21706 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21707] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21707/stat : 21707 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.11
Current children cumulated vsize (KiB) 915460

[startup+1784.97 s]
/proc/loadavg: 1.03 1.01 1.07 2/72 21827
/proc/meminfo: memFree=1509544/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=915460 CPUtime=1784.18
/proc/21699/stat : 21699 (java) R 21697 21699 21268 0 -1 0 67279 0 1 0 178382 36 0 0 25 0 8 0 155522850 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073699766 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21699/statm: 228865 67001 2534 14 0 215335 0
[pid=21699/tid=21701] ppid=21697 vsize=915460 CPUtime=3.32
/proc/21699/task/21701/stat : 21701 (java) S 21697 21699 21268 0 -1 64 50278 0 0 0 311 21 0 0 16 0 8 0 155522853 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21702] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21702/stat : 21702 (java) S 21697 21699 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21703] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21703/stat : 21703 (java) S 21697 21699 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21704] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21704/stat : 21704 (java) S 21697 21699 21268 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21705] ppid=21697 vsize=915460 CPUtime=0.18
/proc/21699/task/21705/stat : 21705 (java) S 21697 21699 21268 0 -1 64 369 0 0 0 17 1 0 0 16 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21706] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21706/stat : 21706 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21707] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21707/stat : 21707 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.18
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.79 s]
/proc/loadavg: 1.02 1.01 1.07 2/72 21827
/proc/meminfo: memFree=1509480/2055920 swapFree=4184496/4192956
[pid=21699] ppid=21697 vsize=915460 CPUtime=1800
/proc/21699/stat : 21699 (java) R 21697 21699 21268 0 -1 0 67279 0 1 0 179964 36 0 0 25 0 8 0 155522850 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073699808 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21699/statm: 228865 67001 2534 14 0 215335 0
[pid=21699/tid=21701] ppid=21697 vsize=915460 CPUtime=3.32
/proc/21699/task/21701/stat : 21701 (java) S 21697 21699 21268 0 -1 64 50278 0 0 0 311 21 0 0 16 0 8 0 155522853 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21702] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21702/stat : 21702 (java) S 21697 21699 21268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21703] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21703/stat : 21703 (java) S 21697 21699 21268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155522854 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21704] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21704/stat : 21704 (java) S 21697 21699 21268 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21705] ppid=21697 vsize=915460 CPUtime=0.18
/proc/21699/task/21705/stat : 21705 (java) S 21697 21699 21268 0 -1 64 369 0 0 0 17 1 0 0 16 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21706] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21706/stat : 21706 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21699/tid=21707] ppid=21697 vsize=915460 CPUtime=0
/proc/21699/task/21707/stat : 21707 (java) S 21697 21699 21268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155522857 937431040 67001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1800.87
CPU time (s): 1800.08
CPU user time (s): 1799.68
CPU system time (s): 0.402938
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.402938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67297
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= 37226
involuntary context switches= 10658

runsolver used 1.82472 s user time and 4.5763 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Jan  6 08:13:55 UTC 2007


IDJOB= 198285
IDBENCH= 3546
FILE ID= node75/198285-1168071232

PBS_JOBID= 3475948

Free space on /tmp= 66547 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c010d400039ce15527d1a01992125513

RANDOM SEED= 755667211

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1763624 kB
Buffers:          1216 kB
Cached:         227612 kB
SwapCached:       1216 kB
Active:          65224 kB
Inactive:       176752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763624 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:            3476 kB
Writeback:           0 kB
Mapped:          20476 kB
Slab:            35972 kB
Committed_AS:  3053192 kB
PageTables:       1636 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66549 MiB



End job on node75 on Sat Jan  6 08:43:56 UTC 2007