Trace number 238814

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.21 1814.9

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-h-1_ext.xml
MD5SUM97785f1f2a5b0ad03c99b55cb789c6b5
Bench Category2-ARY-EXT (binary constraints in extension)
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 variables112
Number of constraints1262
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1262
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.38	   
0.38	Abscon 109 (November, 2006)
0.38	   
0.38	   configuration
0.38	     name=mac.xml
0.42	   
0.42	   instance
0.42	     name=/tmp/evaluation/238814-1168083627/unknown.xml
0.45	   
0.45	   domains being loaded...
0.46	   
0.46	   variables being loaded...
0.51	     nbVariables=112  nbDomainTypes=4  minDomainSize=1  maxDomainSize=28
0.51	       =>  wckTime=0.117  cpuTime=0.11  mem=6M951
0.51	   
0.51	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.73	     nbConstraints=1261  nbRelationTypes=9  nbSingletonDomainVariables=3  nbDisconnectedVariables=1
0.73	     nbExtensionStructures=9  nbSharedExtensionStructures=1252  nbConflictsStructures=9
0.73	     nbSharedConflictsStructures=1252  nbSharedBinaryRepresentations=204  maxDegree=56  maxArity=2
0.73	       =>  wckTime=0.342  cpuTime=0.23  mem=11M860
0.77	   
0.77	   solver IterativeSystematicSolver being built... 
0.94	       =>  wckTime=0.556  cpuTime=0.36  mem=15M66
0.98	   
0.98	   preprocessing
0.98	     nbConstraintChecks=49691  nbPropagations=134  nbRevisions=2106  nbUselessRevisions=1938  nbRemovedValues=280
0.98	     detectedInconsistency=no
0.98	       =>  wckTime=0.026  cpuTime=0.01  mem=15M66
1.05	   
1.05	   search
1.05	     run=0  nbConstraintChecks=389022  nbPropagations=1310  nbRevisions=19833  nbUselessRevisions=18194
1.05	     nbAssignments=37  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=51  nbRestartNogoods=0  mapSize=10
1.05	     nbInferences=1  nbTooLargeKeys=0
1.05	       =>  wckTime=0.097  cpuTime=0.06  mem=15M66
1.07	   
1.07	   search
1.07	     run=1  nbConstraintChecks=722460  nbPropagations=3573  nbRevisions=54733  nbUselessRevisions=50319
1.07	     nbAssignments=79  nbFailedAssignments=13  nbBacktracks=26  nbVisitedNodes=108  nbRestartNogoods=2  mapSize=24
1.07	     nbInferences=2  nbTooLargeKeys=0
1.07	       =>  wckTime=0.126  cpuTime=0.08  mem=15M66
1.11	   
1.11	   search
1.11	     run=2  nbConstraintChecks=1218891  nbPropagations=7409  nbRevisions=112469  nbUselessRevisions=103309
1.11	     nbAssignments=140  nbFailedAssignments=26  nbBacktracks=52  nbVisitedNodes=198  nbRestartNogoods=3  mapSize=47
1.11	     nbInferences=7  nbTooLargeKeys=0
1.11	       =>  wckTime=0.161  cpuTime=0.11  mem=15M66
1.14	   
1.14	   search
1.14	     run=3  nbConstraintChecks=1651870  nbPropagations=12450  nbRevisions=189983  nbUselessRevisions=174720
1.14	     nbAssignments=216  nbFailedAssignments=46  nbBacktracks=87  nbVisitedNodes=318  nbRestartNogoods=4  mapSize=82
1.14	     nbInferences=11  nbTooLargeKeys=0
1.14	       =>  wckTime=0.197  cpuTime=0.14  mem=15M66
1.20	   
1.20	   search
1.20	     run=4  nbConstraintChecks=2409144  nbPropagations=20028  nbRevisions=303240  nbUselessRevisions=278531
1.20	     nbAssignments=335  nbFailedAssignments=85  nbBacktracks=137  nbVisitedNodes=511  nbRestartNogoods=5  mapSize=127
1.20	     nbInferences=21  nbTooLargeKeys=0
1.20	       =>  wckTime=0.251  cpuTime=0.19  mem=15M66
1.26	   
1.26	   search
1.26	     run=5  nbConstraintChecks=3288712  nbPropagations=30681  nbRevisions=458070  nbUselessRevisions=419974
1.26	     nbAssignments=481  nbFailedAssignments=124  nbBacktracks=212  nbVisitedNodes=740  nbRestartNogoods=10  mapSize=183
1.26	     nbInferences=33  nbTooLargeKeys=0
1.26	       =>  wckTime=0.313  cpuTime=0.25  mem=15M66
1.36	   
1.36	   search
1.36	     run=6  nbConstraintChecks=4704174  nbPropagations=46808  nbRevisions=681491  nbUselessRevisions=622729
1.36	     nbAssignments=715  nbFailedAssignments=191  nbBacktracks=325  nbVisitedNodes=1124  nbRestartNogoods=16  mapSize=267
1.36	     nbInferences=65  nbTooLargeKeys=0
1.36	       =>  wckTime=0.41  cpuTime=0.35  mem=15M66
1.48	   
1.48	   search
1.48	     run=7  nbConstraintChecks=6370181  nbPropagations=69718  nbRevisions=985981  nbUselessRevisions=898324
1.48	     nbAssignments=1039  nbFailedAssignments=279  nbBacktracks=497  nbVisitedNodes=1664  nbRestartNogoods=22
1.48	     mapSize=404  nbInferences=113  nbTooLargeKeys=0
1.48	       =>  wckTime=0.532  cpuTime=0.46  mem=15M66
1.69	   
1.69	   search
1.69	     run=8  nbConstraintChecks=9326789  nbPropagations=103595  nbRevisions=1433338  nbUselessRevisions=1302203
1.69	     nbAssignments=1562  nbFailedAssignments=445  nbBacktracks=755  nbVisitedNodes=2551  nbRestartNogoods=25
1.69	     mapSize=639  nbInferences=192  nbTooLargeKeys=0
1.69	       =>  wckTime=0.746  cpuTime=0.66  mem=15M66
1.91	   
1.91	   search
1.91	     run=9  nbConstraintChecks=12575469  nbPropagations=149884  nbRevisions=2038729  nbUselessRevisions=1848676
1.91	     nbAssignments=2233  nbFailedAssignments=653  nbBacktracks=1141  nbVisitedNodes=3664  nbRestartNogoods=30
1.91	     mapSize=973  nbInferences=248  nbTooLargeKeys=0
1.91	       =>  wckTime=0.964  cpuTime=0.87  mem=16M41
2.26	   
2.26	   search
2.26	     run=10  nbConstraintChecks=18016883  nbPropagations=217914  nbRevisions=2910104  nbUselessRevisions=2633637
2.26	     nbAssignments=3256  nbFailedAssignments=1024  nbBacktracks=1718  nbVisitedNodes=5387  nbRestartNogoods=35
2.26	     mapSize=1462  nbInferences=304  nbTooLargeKeys=0
2.26	       =>  wckTime=1.316  cpuTime=1.2  mem=16M41
2.70	   
2.70	   search
2.70	     run=11  nbConstraintChecks=24966827  nbPropagations=313258  nbRevisions=4124632  nbUselessRevisions=3728376
2.70	     nbAssignments=4877  nbFailedAssignments=1470  nbBacktracks=2583  nbVisitedNodes=8037  nbRestartNogoods=43
2.70	     mapSize=2120  nbInferences=587  nbTooLargeKeys=0
2.70	       =>  wckTime=1.757  cpuTime=1.64  mem=16M41
3.53	   
3.53	   search
3.53	     run=12  nbConstraintChecks=38407097  nbPropagations=465951  nbRevisions=5996139  nbUselessRevisions=5409937
3.53	     nbAssignments=7362  nbFailedAssignments=2130  nbBacktracks=3880  nbVisitedNodes=12107  nbRestartNogoods=49
3.53	     mapSize=3119  nbInferences=1086  nbTooLargeKeys=0
3.53	       =>  wckTime=2.586  cpuTime=2.46  mem=17M16
4.35	   
4.35	   search
4.35	     run=13  nbConstraintChecks=51213486  nbPropagations=666385  nbRevisions=8499114  nbUselessRevisions=7665531
4.35	     nbAssignments=10671  nbFailedAssignments=2899  nbBacktracks=5827  nbVisitedNodes=17368  nbRestartNogoods=54
4.35	     mapSize=4462  nbInferences=1656  nbTooLargeKeys=0
4.35	       =>  wckTime=3.398  cpuTime=3.27  mem=17M16
5.33	   
5.33	   search
5.33	     run=14  nbConstraintChecks=66579180  nbPropagations=905808  nbRevisions=11739959  nbUselessRevisions=10614862
5.33	     nbAssignments=15775  nbFailedAssignments=4183  nbBacktracks=8749  nbVisitedNodes=25718  nbRestartNogoods=66
5.33	     mapSize=6724  nbInferences=2532  nbTooLargeKeys=0
5.33	       =>  wckTime=4.381  cpuTime=4.25  mem=17M991
7.69	   
7.69	   search
7.69	     run=15  nbConstraintChecks=104295071  nbPropagations=1300928  nbRevisions=16866525  nbUselessRevisions=15252659
7.69	     nbAssignments=23788  nbFailedAssignments=6595  nbBacktracks=13127  nbVisitedNodes=38971  nbRestartNogoods=71
7.69	     mapSize=9901  nbInferences=3734  nbTooLargeKeys=0
7.69	       =>  wckTime=6.739  cpuTime=6.58  mem=19M942
11.14	   
11.14	   search
11.14	     run=16  nbConstraintChecks=159496771  nbPropagations=1906985  nbRevisions=24712163  nbUselessRevisions=22354895
11.14	     nbAssignments=36249  nbFailedAssignments=9280  nbBacktracks=19698  nbVisitedNodes=59427  nbRestartNogoods=77
11.14	     mapSize=14806  nbInferences=6919  nbTooLargeKeys=0
11.14	       =>  wckTime=10.191  cpuTime=10.0  mem=22M867
16.70	   
16.70	   search
16.70	     run=17  nbConstraintChecks=249766102  nbPropagations=2905004  nbRevisions=37042562  nbUselessRevisions=33471659
16.70	     nbAssignments=53766  nbFailedAssignments=12952  nbBacktracks=29550  nbVisitedNodes=87350  nbRestartNogoods=86
16.70	     mapSize=22102  nbInferences=10889  nbTooLargeKeys=0
16.70	       =>  wckTime=15.753  cpuTime=15.5  mem=25M793
21.96	   
21.96	   search
21.96	     run=18  nbConstraintChecks=330488276  nbPropagations=4205766  nbRevisions=53375763  nbUselessRevisions=48241657
21.96	     nbAssignments=78088  nbFailedAssignments=16843  nbBacktracks=44330  nbVisitedNodes=124139  nbRestartNogoods=93
21.96	     mapSize=30915  nbInferences=16521  nbTooLargeKeys=0
21.96	       =>  wckTime=21.012  cpuTime=20.71  mem=31M644
30.97	   
30.97	   search
30.97	     run=19  nbConstraintChecks=473057082  nbPropagations=6034094  nbRevisions=76702909  nbUselessRevisions=69370601
30.97	     nbAssignments=116523  nbFailedAssignments=23749  nbBacktracks=66501  nbVisitedNodes=184543  nbRestartNogoods=109
30.97	     mapSize=46101  nbInferences=25857  nbTooLargeKeys=0
30.97	       =>  wckTime=30.021  cpuTime=29.64  mem=39M445
45.00	   
45.00	   search
45.00	     run=20  nbConstraintChecks=693444943  nbPropagations=8615184  nbRevisions=110828782  nbUselessRevisions=100440956
45.00	     nbAssignments=176676  nbFailedAssignments=35352  nbBacktracks=99754  nbVisitedNodes=281028  nbRestartNogoods=115
45.00	     mapSize=68959  nbInferences=41135  nbTooLargeKeys=0
45.00	       =>  wckTime=44.054  cpuTime=43.43  mem=23M473
69.11	   
69.11	   search
69.11	     run=21  nbConstraintChecks=1072023090  nbPropagations=12656890  nbRevisions=163747143  nbUselessRevisions=148557535
69.11	     nbAssignments=271230  nbFailedAssignments=52368  nbBacktracks=149634  nbVisitedNodes=433077  nbRestartNogoods=123
69.11	     mapSize=105363  nbInferences=68762  nbTooLargeKeys=0
69.11	       =>  wckTime=68.165  cpuTime=67.32  mem=43M421
102.97	   
102.97	   search
102.97	     run=22  nbConstraintChecks=1608657046  nbPropagations=18818273  nbRevisions=243025193  nbUselessRevisions=220615836
102.97	     nbAssignments=406249  nbFailedAssignments=66722  nbBacktracks=224457  nbVisitedNodes=638855  nbRestartNogoods=136
102.97	     mapSize=152504  nbInferences=114588  nbTooLargeKeys=0
102.97	       =>  wckTime=102.02  cpuTime=100.69  mem=48M383
146.95	   
146.95	   search
146.95	     run=23  nbConstraintChecks=2294120993  nbPropagations=27754443  nbRevisions=356358884  nbUselessRevisions=323596631
146.95	     nbAssignments=598269  nbFailedAssignments=89250  nbBacktracks=336684  nbVisitedNodes=928890  nbRestartNogoods=140
146.95	     mapSize=224581  nbInferences=171826  nbTooLargeKeys=0
146.95	       =>  wckTime=146.004  cpuTime=144.27  mem=92M203
211.55	   
211.55	   search
211.55	     run=24  nbConstraintChecks=3306607975  nbPropagations=39694932  nbRevisions=518670659  nbUselessRevisions=472371422
211.55	     nbAssignments=925291  nbFailedAssignments=132374  nbBacktracks=505025  nbVisitedNodes=1448485  nbRestartNogoods=156
211.55	     mapSize=341962  nbInferences=287358  nbTooLargeKeys=0
211.55	       =>  wckTime=210.605  cpuTime=207.95  mem=109M232
333.16	   
333.16	   search
333.16	     run=25  nbConstraintChecks=5262437870  nbPropagations=59601672  nbRevisions=777187158  nbUselessRevisions=708116726
333.16	     nbAssignments=1366069  nbFailedAssignments=195533  nbBacktracks=757536  nbVisitedNodes=2126687
333.16	     nbRestartNogoods=174  mapSize=500718  nbInferences=412446  nbTooLargeKeys=0
333.16	       =>  wckTime=332.216  cpuTime=328.07  mem=160M184
546.81	   
546.81	   search
546.81	     run=26  nbConstraintChecks=8729261783  nbPropagations=91011550  nbRevisions=1202210636
546.81	     nbUselessRevisions=1097278721  nbAssignments=2186834  nbFailedAssignments=313039  nbBacktracks=1136306
546.81	     nbVisitedNodes=3481467  nbRestartNogoods=189  mapSize=824871  nbInferences=736911  nbTooLargeKeys=0
546.81	       =>  wckTime=545.862  cpuTime=538.97  mem=250M488
983.01	   
983.01	   search
983.01	     run=27  nbConstraintChecks=15958487311  nbPropagations=152661403  nbRevisions=1980388488
983.01	     nbUselessRevisions=1803429440  nbAssignments=3350161  nbFailedAssignments=536135  nbBacktracks=1704459
983.01	     nbVisitedNodes=5391851  nbRestartNogoods=199  mapSize=1264225  nbInferences=1108970  nbTooLargeKeys=0
983.01	       =>  wckTime=982.065  cpuTime=970.19  mem=382M53
1431.74	   
1431.74	   INFO : Stopping hyperNogood (mapSize=1893530, nbTooLargekeys=0, mem=600M411)
1450.29	   
1450.29	   search
1450.29	     run=28  nbConstraintChecks=23482096612  nbPropagations=237448883  nbRevisions=3121300653
1450.29	     nbUselessRevisions=2847546339  nbAssignments=5214557  nbFailedAssignments=787702  nbBacktracks=2556685
1450.29	     nbVisitedNodes=8466595  nbRestartNogoods=203
1450.29	       =>  wckTime=1449.339  cpuTime=1431.43  mem=600M411
1722.66	   
1722.66	   search
1722.66	     run=29  nbConstraintChecks=28164378458  nbPropagations=337580497  nbRevisions=4496505570
1722.66	     nbUselessRevisions=4106527220  nbAssignments=6986920  nbFailedAssignments=1281705  nbBacktracks=3835026
1722.66	     nbVisitedNodes=11167532  nbRestartNogoods=226
1722.66	       =>  wckTime=1721.712  cpuTime=1702.7  mem=600M411

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/node13/watcher-238814-1168083627 -o ROOT/results/node13/solver-238814-1168083627 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/238814-1168083627/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.93 1.84 1.82 2/93 8522
/proc/meminfo: memFree=662496/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=18540 CPUtime=0
/proc/8521/stat : 8521 (runsolver) R 8519 8521 7338 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156757848 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 269757246759 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/8521/statm: 4635 279 244 17 0 2626 0

[startup+0.103126 s]
/proc/loadavg: 1.93 1.84 1.82 2/93 8522
/proc/meminfo: memFree=662496/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=906644 CPUtime=0.03
/proc/8521/stat : 8521 (java) R 8519 8521 7338 0 -1 0 2143 0 1 0 2 1 0 0 18 0 2 0 156757848 928403456 1892 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155598706 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/8521/statm: 226661 1892 1075 14 0 214244 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 906644

[startup+0.511178 s]
/proc/loadavg: 1.93 1.84 1.82 2/93 8522
/proc/meminfo: memFree=662496/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=915328 CPUtime=0.42
/proc/8521/stat : 8521 (java) R 8519 8521 7338 0 -1 0 6174 0 1 0 38 4 0 0 18 0 8 0 156757848 937295872 5913 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152174429 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8521/statm: 228832 5913 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 915328

[startup+1.33429 s]
/proc/loadavg: 1.93 1.84 1.82 3/100 8529
/proc/meminfo: memFree=638632/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=915552 CPUtime=1.23
/proc/8521/stat : 8521 (java) R 8519 8521 7338 0 -1 0 8713 0 1 0 116 7 0 0 23 0 8 0 156757848 937525248 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073869280 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8521/statm: 228888 8451 2513 14 0 215358 0
[pid=8521/tid=8523] ppid=8519 vsize=915552 CPUtime=0.03
/proc/8521/task/8523/stat : 8523 (java) S 8519 8521 7338 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 156757858 937525248 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8524] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8524/stat : 8524 (java) S 8519 8521 7338 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8525] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8525/stat : 8525 (java) S 8519 8521 7338 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156757858 937525248 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8526] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8526/stat : 8526 (java) S 8519 8521 7338 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156757862 937525248 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8527] ppid=8519 vsize=915552 CPUtime=0.25
/proc/8521/task/8527/stat : 8527 (java) S 8519 8521 7338 0 -1 64 386 0 0 0 24 1 0 0 16 0 8 0 156757862 937525248 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8528] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8528/stat : 8528 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156757862 937525248 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8529] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8529/stat : 8529 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156757862 937525248 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 915552

[startup+2.98754 s]
/proc/loadavg: 1.93 1.84 1.82 3/100 8529
/proc/meminfo: memFree=637928/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=915552 CPUtime=2.88
/proc/8521/stat : 8521 (java) R 8519 8521 7338 0 -1 0 8971 0 1 0 279 9 0 0 25 0 8 0 156757848 937525248 8707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8521/statm: 228888 8707 2513 14 0 215358 0
[pid=8521/tid=8523] ppid=8519 vsize=915552 CPUtime=0.03
/proc/8521/task/8523/stat : 8523 (java) S 8519 8521 7338 0 -1 64 300 0 0 0 3 0 0 0 17 0 8 0 156757858 937525248 8707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8524] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8524/stat : 8524 (java) S 8519 8521 7338 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 8707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8525] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8525/stat : 8525 (java) S 8519 8521 7338 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156757858 937525248 8707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8526] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8526/stat : 8526 (java) S 8519 8521 7338 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156757862 937525248 8707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8527] ppid=8519 vsize=915552 CPUtime=0.28
/proc/8521/task/8527/stat : 8527 (java) S 8519 8521 7338 0 -1 64 402 0 0 0 27 1 0 0 16 0 8 0 156757862 937525248 8707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8528] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8528/stat : 8528 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156757862 937525248 8707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8529] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8529/stat : 8529 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156757862 937525248 8707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 915552

[startup+6.26994 s]
/proc/loadavg: 1.93 1.84 1.82 3/100 8529
/proc/meminfo: memFree=635248/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=915552 CPUtime=6.12
/proc/8521/stat : 8521 (java) R 8519 8521 7338 0 -1 0 9623 0 1 0 603 9 0 0 25 0 8 0 156757848 937525248 9358 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073837727 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8521/statm: 228888 9358 2513 14 0 215358 0
[pid=8521/tid=8523] ppid=8519 vsize=915552 CPUtime=0.03
/proc/8521/task/8523/stat : 8523 (java) S 8519 8521 7338 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 156757858 937525248 9358 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8524] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8524/stat : 8524 (java) S 8519 8521 7338 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 9358 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8525] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8525/stat : 8525 (java) S 8519 8521 7338 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156757858 937525248 9358 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8526] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8526/stat : 8526 (java) S 8519 8521 7338 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156757862 937525248 9358 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8527] ppid=8519 vsize=915552 CPUtime=0.28
/proc/8521/task/8527/stat : 8527 (java) S 8519 8521 7338 0 -1 64 404 0 0 0 27 1 0 0 16 0 8 0 156757862 937525248 9358 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8528] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8528/stat : 8528 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156757862 937525248 9358 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8529] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8529/stat : 8529 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156757862 937525248 9358 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 915552

[startup+12.7588 s]
/proc/loadavg: 1.94 1.85 1.82 3/100 8529
/proc/meminfo: memFree=630448/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=915552 CPUtime=12.55
/proc/8521/stat : 8521 (java) R 8519 8521 7338 0 -1 0 10757 0 1 0 1245 10 0 0 25 0 8 0 156757848 937525248 10492 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073874858 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8521/statm: 228888 10492 2513 14 0 215358 0
[pid=8521/tid=8523] ppid=8519 vsize=915552 CPUtime=0.03
/proc/8521/task/8523/stat : 8523 (java) S 8519 8521 7338 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 156757858 937525248 10492 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8524] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8524/stat : 8524 (java) S 8519 8521 7338 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 10492 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8525] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8525/stat : 8525 (java) S 8519 8521 7338 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156757858 937525248 10492 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8526] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8526/stat : 8526 (java) S 8519 8521 7338 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156757862 937525248 10492 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8527] ppid=8519 vsize=915552 CPUtime=0.28
/proc/8521/task/8527/stat : 8527 (java) S 8519 8521 7338 0 -1 64 404 0 0 0 27 1 0 0 16 0 8 0 156757862 937525248 10492 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8528] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8528/stat : 8528 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156757862 937525248 10492 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8529] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8529/stat : 8529 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156757862 937525248 10492 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 915552

[startup+25.5995 s]
/proc/loadavg: 1.95 1.85 1.82 3/100 8529
/proc/meminfo: memFree=619824/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=915552 CPUtime=25.28
/proc/8521/stat : 8521 (java) R 8519 8521 7338 0 -1 0 13517 0 1 0 2517 11 0 0 25 0 8 0 156757848 937525248 13252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073874834 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8521/statm: 228888 13252 2513 14 0 215358 0
[pid=8521/tid=8523] ppid=8519 vsize=915552 CPUtime=0.03
/proc/8521/task/8523/stat : 8523 (java) S 8519 8521 7338 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 156757858 937525248 13252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8524] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8524/stat : 8524 (java) S 8519 8521 7338 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 13252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8525] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8525/stat : 8525 (java) S 8519 8521 7338 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156757858 937525248 13252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8526] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8526/stat : 8526 (java) S 8519 8521 7338 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156757862 937525248 13252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8527] ppid=8519 vsize=915552 CPUtime=0.28
/proc/8521/task/8527/stat : 8527 (java) S 8519 8521 7338 0 -1 64 404 0 0 0 27 1 0 0 16 0 8 0 156757862 937525248 13252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8528] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8528/stat : 8528 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156757862 937525248 13252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8529] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8529/stat : 8529 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156757862 937525248 13252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 915552

[startup+51.2129 s]
/proc/loadavg: 1.97 1.86 1.82 3/100 8529
/proc/meminfo: memFree=585200/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=915552 CPUtime=50.65
/proc/8521/stat : 8521 (java) R 8519 8521 7338 0 -1 0 22031 0 1 0 5050 15 0 0 25 0 8 0 156757848 937525248 21765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8521/statm: 228888 21765 2517 14 0 215358 0
[pid=8521/tid=8523] ppid=8519 vsize=915552 CPUtime=0.14
/proc/8521/task/8523/stat : 8523 (java) S 8519 8521 7338 0 -1 64 5033 0 0 0 12 2 0 0 16 0 8 0 156757858 937525248 21765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8524] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8524/stat : 8524 (java) S 8519 8521 7338 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 21765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8525] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8525/stat : 8525 (java) S 8519 8521 7338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 21765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8526] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8526/stat : 8526 (java) S 8519 8521 7338 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156757862 937525248 21765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8527] ppid=8519 vsize=915552 CPUtime=0.29
/proc/8521/task/8527/stat : 8527 (java) S 8519 8521 7338 0 -1 64 404 0 0 0 28 1 0 0 16 0 8 0 156757862 937525248 21765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8528] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8528/stat : 8528 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156757862 937525248 21765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8529] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8529/stat : 8529 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156757862 937525248 21765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 915552

[startup+102.429 s]
/proc/loadavg: 1.98 1.88 1.83 3/100 8529
/proc/meminfo: memFree=556784/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=915552 CPUtime=101.4
/proc/8521/stat : 8521 (java) R 8519 8521 7338 0 -1 0 29132 0 1 0 10123 17 0 0 25 0 8 0 156757848 937525248 28865 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073837799 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8521/statm: 228888 28865 2517 14 0 215358 0
[pid=8521/tid=8523] ppid=8519 vsize=915552 CPUtime=0.31
/proc/8521/task/8523/stat : 8523 (java) S 8519 8521 7338 0 -1 64 12132 0 0 0 27 4 0 0 16 0 8 0 156757858 937525248 28865 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8524] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8524/stat : 8524 (java) S 8519 8521 7338 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 28865 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8525] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8525/stat : 8525 (java) S 8519 8521 7338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 28865 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8526] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8526/stat : 8526 (java) S 8519 8521 7338 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156757862 937525248 28865 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8527] ppid=8519 vsize=915552 CPUtime=0.29
/proc/8521/task/8527/stat : 8527 (java) S 8519 8521 7338 0 -1 64 404 0 0 0 28 1 0 0 16 0 8 0 156757862 937525248 28865 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8528] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8528/stat : 8528 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156757862 937525248 28865 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8529] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8529/stat : 8529 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156757862 937525248 28865 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 915552

[startup+162.493 s]
/proc/loadavg: 2.06 1.92 1.84 3/100 8529
/proc/meminfo: memFree=533808/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=915552 CPUtime=160.92
/proc/8521/stat : 8521 (java) R 8519 8521 7338 0 -1 0 34853 0 1 0 16072 20 0 0 25 0 8 0 156757848 937525248 34585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073555814 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1410.61
Current children cumulated vsize (KiB) 915552

[startup+1483.96 s]
/proc/loadavg: 2.01 2.01 1.93 3/100 8727
/proc/meminfo: memFree=52272/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=915552 CPUtime=1470.12
/proc/8521/stat : 8521 (java) R 8519 8521 7338 0 -1 0 154976 0 1 0 146936 76 0 0 25 0 8 0 156757848 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073834483 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8521/statm: 228888 154687 2517 14 0 215358 0
[pid=8521/tid=8523] ppid=8519 vsize=915552 CPUtime=4.4
/proc/8521/task/8523/stat : 8523 (java) S 8519 8521 7338 0 -1 64 137954 0 0 0 390 50 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8524] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8524/stat : 8524 (java) S 8519 8521 7338 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8525] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8525/stat : 8525 (java) S 8519 8521 7338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8526] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8526/stat : 8526 (java) S 8519 8521 7338 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8527] ppid=8519 vsize=915552 CPUtime=0.29
/proc/8521/task/8527/stat : 8527 (java) S 8519 8521 7338 0 -1 64 404 0 0 0 28 1 0 0 16 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8528] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8528/stat : 8528 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8529] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8529/stat : 8529 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.12
Current children cumulated vsize (KiB) 915552

[startup+1544.01 s]
/proc/loadavg: 2.03 2.02 1.93 3/100 8727
/proc/meminfo: memFree=52208/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=915552 CPUtime=1529.62
/proc/8521/stat : 8521 (java) R 8519 8521 7338 0 -1 0 154976 0 1 0 152886 76 0 0 25 0 8 0 156757848 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073862529 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8521/statm: 228888 154687 2517 14 0 215358 0
[pid=8521/tid=8523] ppid=8519 vsize=915552 CPUtime=4.4
/proc/8521/task/8523/stat : 8523 (java) S 8519 8521 7338 0 -1 64 137954 0 0 0 390 50 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8524] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8524/stat : 8524 (java) S 8519 8521 7338 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8525] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8525/stat : 8525 (java) S 8519 8521 7338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8526] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8526/stat : 8526 (java) S 8519 8521 7338 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8527] ppid=8519 vsize=915552 CPUtime=0.29
/proc/8521/task/8527/stat : 8527 (java) S 8519 8521 7338 0 -1 64 404 0 0 0 28 1 0 0 16 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8528] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8528/stat : 8528 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8529] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8529/stat : 8529 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.62
Current children cumulated vsize (KiB) 915552

[startup+1604.05 s]
/proc/loadavg: 1.54 1.89 1.89 2/88 8740
/proc/meminfo: memFree=664016/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=915552 CPUtime=1589.48
/proc/8521/stat : 8521 (java) R 8519 8521 7338 0 -1 0 154976 0 1 0 158871 77 0 0 25 0 8 0 156757848 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8521/statm: 228888 154687 2517 14 0 215358 0
[pid=8521/tid=8523] ppid=8519 vsize=915552 CPUtime=4.4
/proc/8521/task/8523/stat : 8523 (java) S 8519 8521 7338 0 -1 64 137954 0 0 0 390 50 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8524] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8524/stat : 8524 (java) S 8519 8521 7338 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8525] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8525/stat : 8525 (java) S 8519 8521 7338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8526] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8526/stat : 8526 (java) S 8519 8521 7338 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8527] ppid=8519 vsize=915552 CPUtime=0.29
/proc/8521/task/8527/stat : 8527 (java) S 8519 8521 7338 0 -1 64 404 0 0 0 28 1 0 0 16 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8528] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8528/stat : 8528 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8529] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8529/stat : 8529 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.48
Current children cumulated vsize (KiB) 915552

[startup+1664.08 s]
/proc/loadavg: 1.20 1.72 1.83 2/88 8794
/proc/meminfo: memFree=664208/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=915552 CPUtime=1649.48
/proc/8521/stat : 8521 (java) R 8519 8521 7338 0 -1 0 154976 0 1 0 164870 78 0 0 25 0 8 0 156757848 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073838485 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8521/statm: 228888 154687 2517 14 0 215358 0
[pid=8521/tid=8523] ppid=8519 vsize=915552 CPUtime=4.4
/proc/8521/task/8523/stat : 8523 (java) S 8519 8521 7338 0 -1 64 137954 0 0 0 390 50 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8524] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8524/stat : 8524 (java) S 8519 8521 7338 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8525] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8525/stat : 8525 (java) S 8519 8521 7338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8526] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8526/stat : 8526 (java) S 8519 8521 7338 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8527] ppid=8519 vsize=915552 CPUtime=0.29
/proc/8521/task/8527/stat : 8527 (java) S 8519 8521 7338 0 -1 64 404 0 0 0 28 1 0 0 16 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8528] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8528/stat : 8528 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8529] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8529/stat : 8529 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.48
Current children cumulated vsize (KiB) 915552

[startup+1724.12 s]
/proc/loadavg: 1.07 1.59 1.78 2/88 8875
/proc/meminfo: memFree=662928/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=915552 CPUtime=1709.48
/proc/8521/stat : 8521 (java) R 8519 8521 7338 0 -1 0 154976 0 1 0 170869 79 0 0 25 0 8 0 156757848 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073869284 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8521/statm: 228888 154687 2517 14 0 215358 0
[pid=8521/tid=8523] ppid=8519 vsize=915552 CPUtime=4.4
/proc/8521/task/8523/stat : 8523 (java) S 8519 8521 7338 0 -1 64 137954 0 0 0 390 50 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8524] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8524/stat : 8524 (java) S 8519 8521 7338 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8525] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8525/stat : 8525 (java) S 8519 8521 7338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8526] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8526/stat : 8526 (java) S 8519 8521 7338 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8527] ppid=8519 vsize=915552 CPUtime=0.29
/proc/8521/task/8527/stat : 8527 (java) S 8519 8521 7338 0 -1 64 404 0 0 0 28 1 0 0 16 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8528] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8528/stat : 8528 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8529] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8529/stat : 8529 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.48
Current children cumulated vsize (KiB) 915552

[startup+1784.15 s]
/proc/loadavg: 1.02 1.48 1.72 2/88 8884
/proc/meminfo: memFree=664656/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=915552 CPUtime=1769.47
/proc/8521/stat : 8521 (java) R 8519 8521 7338 0 -1 0 154976 0 1 0 176867 80 0 0 25 0 8 0 156757848 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073834321 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8521/statm: 228888 154687 2517 14 0 215358 0
[pid=8521/tid=8523] ppid=8519 vsize=915552 CPUtime=4.4
/proc/8521/task/8523/stat : 8523 (java) S 8519 8521 7338 0 -1 64 137954 0 0 0 390 50 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8524] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8524/stat : 8524 (java) S 8519 8521 7338 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8525] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8525/stat : 8525 (java) S 8519 8521 7338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8526] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8526/stat : 8526 (java) S 8519 8521 7338 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8527] ppid=8519 vsize=915552 CPUtime=0.29
/proc/8521/task/8527/stat : 8527 (java) S 8519 8521 7338 0 -1 64 404 0 0 0 28 1 0 0 16 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8528] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8528/stat : 8528 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8529] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8529/stat : 8529 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156757862 937525248 154687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.47
Current children cumulated vsize (KiB) 915552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.77 s]
/proc/loadavg: 1.01 1.43 1.70 2/88 8886
/proc/meminfo: memFree=664656/2055920 swapFree=4192812/4192956
[pid=8521] ppid=8519 vsize=915552 CPUtime=1800.08
/proc/8521/stat : 8521 (java) R 8519 8521 7338 0 -1 0 154977 0 1 0 179928 80 0 0 25 0 8 0 156757848 937525248 154688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073856439 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8521/statm: 228888 154688 2517 14 0 215358 0
[pid=8521/tid=8523] ppid=8519 vsize=915552 CPUtime=4.4
/proc/8521/task/8523/stat : 8523 (java) S 8519 8521 7338 0 -1 64 137954 0 0 0 390 50 0 0 16 0 8 0 156757858 937525248 154688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8524] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8524/stat : 8524 (java) S 8519 8521 7338 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 154688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8525] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8525/stat : 8525 (java) S 8519 8521 7338 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156757858 937525248 154688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8526] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8526/stat : 8526 (java) S 8519 8521 7338 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156757862 937525248 154688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8527] ppid=8519 vsize=915552 CPUtime=0.29
/proc/8521/task/8527/stat : 8527 (java) S 8519 8521 7338 0 -1 64 405 0 0 0 28 1 0 0 16 0 8 0 156757862 937525248 154688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8528] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8528/stat : 8528 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156757862 937525248 154688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8521/tid=8529] ppid=8519 vsize=915552 CPUtime=0
/proc/8521/task/8529/stat : 8529 (java) S 8519 8521 7338 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156757862 937525248 154688 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 915552

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

Child status: 143
Real time (s): 1814.9
CPU time (s): 1800.21
CPU user time (s): 1799.31
CPU system time (s): 0.898863
CPU usage (%): 99.1908
Max. virtual memory (cumulated for all children) (KiB): 915552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 0.898863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154996
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= 38064
involuntary context switches= 82932

runsolver used 2.15367 s user time and 5.71713 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sat Jan  6 11:40:29 UTC 2007


IDJOB= 238814
IDBENCH= 7022
FILE ID= node13/238814-1168083627

PBS_JOBID= 3475854

Free space on /tmp= 66316 MiB

BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-7/BlackHole-4-7-h-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/238814-1168083627/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-238814-1168083627 -o ROOT/results/node13/solver-238814-1168083627 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/238814-1168083627/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  97785f1f2a5b0ad03c99b55cb789c6b5

RANDOM SEED= 826853559

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.247
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.247
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:        662976 kB
Buffers:         71672 kB
Cached:         566508 kB
SwapCached:          0 kB
Active:        1000156 kB
Inactive:       296028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        662976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1752 kB
Writeback:           0 kB
Mapped:         687044 kB
Slab:            80116 kB
Committed_AS:  4515072 kB
PageTables:       3620 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= 66320 MiB



End job on node13 on Sat Jan  6 12:10:51 UTC 2007