Trace number 238643

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

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-h-4_ext.xml
MD5SUM95a5ef5cda51a9050b5581b33f8a5de6
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/238643-1168083464/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=112  nbDomainTypes=4  minDomainSize=1  maxDomainSize=28
0.42	       =>  wckTime=0.108  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.44	   
0.44	   constraints being loaded...
0.62	     nbConstraints=1261  nbRelationTypes=9  nbSingletonDomainVariables=3  nbDisconnectedVariables=1
0.62	     nbExtensionStructures=9  nbSharedExtensionStructures=1252  nbConflictsStructures=9
0.62	     nbSharedConflictsStructures=1252  nbSharedBinaryRepresentations=204  maxDegree=56  maxArity=2
0.62	       =>  wckTime=0.31  cpuTime=0.21  mem=11M860
0.66	   
0.66	   solver IterativeSystematicSolver being built... 
0.82	       =>  wckTime=0.507  cpuTime=0.34  mem=15M66
0.85	   
0.85	   preprocessing
0.85	     nbConstraintChecks=48432  nbPropagations=133  nbRevisions=2057  nbUselessRevisions=1889  nbRemovedValues=280
0.85	     detectedInconsistency=no
0.85	       =>  wckTime=0.023  cpuTime=0.02  mem=15M66
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=389022  nbPropagations=1309  nbRevisions=19784  nbUselessRevisions=18145
0.91	     nbAssignments=37  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=51  nbRestartNogoods=0  mapSize=10
0.91	     nbInferences=1  nbTooLargeKeys=0
0.91	       =>  wckTime=0.087  cpuTime=0.06  mem=15M66
0.94	   
0.94	   search
0.94	     run=1  nbConstraintChecks=722460  nbPropagations=3571  nbRevisions=54635  nbUselessRevisions=50221
0.94	     nbAssignments=79  nbFailedAssignments=13  nbBacktracks=26  nbVisitedNodes=108  nbRestartNogoods=2  mapSize=24
0.94	     nbInferences=2  nbTooLargeKeys=0
0.94	       =>  wckTime=0.114  cpuTime=0.08  mem=15M66
0.97	   
0.97	   search
0.97	     run=2  nbConstraintChecks=1218891  nbPropagations=7406  nbRevisions=112322  nbUselessRevisions=103162
0.97	     nbAssignments=140  nbFailedAssignments=26  nbBacktracks=52  nbVisitedNodes=198  nbRestartNogoods=3  mapSize=47
0.97	     nbInferences=7  nbTooLargeKeys=0
0.97	       =>  wckTime=0.147  cpuTime=0.11  mem=15M66
1.00	   
1.00	   search
1.00	     run=3  nbConstraintChecks=1651870  nbPropagations=12446  nbRevisions=189787  nbUselessRevisions=174524
1.00	     nbAssignments=216  nbFailedAssignments=46  nbBacktracks=87  nbVisitedNodes=318  nbRestartNogoods=4  mapSize=82
1.00	     nbInferences=11  nbTooLargeKeys=0
1.00	       =>  wckTime=0.174  cpuTime=0.14  mem=15M66
1.05	   
1.05	   search
1.05	     run=4  nbConstraintChecks=2409144  nbPropagations=20023  nbRevisions=302995  nbUselessRevisions=278286
1.05	     nbAssignments=335  nbFailedAssignments=85  nbBacktracks=137  nbVisitedNodes=511  nbRestartNogoods=5  mapSize=127
1.05	     nbInferences=21  nbTooLargeKeys=0
1.05	       =>  wckTime=0.225  cpuTime=0.18  mem=15M66
1.11	   
1.11	   search
1.11	     run=5  nbConstraintChecks=3288712  nbPropagations=30675  nbRevisions=457776  nbUselessRevisions=419680
1.11	     nbAssignments=481  nbFailedAssignments=124  nbBacktracks=212  nbVisitedNodes=740  nbRestartNogoods=10  mapSize=183
1.11	     nbInferences=33  nbTooLargeKeys=0
1.11	       =>  wckTime=0.287  cpuTime=0.24  mem=15M66
1.21	   
1.21	   search
1.21	     run=6  nbConstraintChecks=4704174  nbPropagations=46801  nbRevisions=681148  nbUselessRevisions=622386
1.21	     nbAssignments=715  nbFailedAssignments=191  nbBacktracks=325  nbVisitedNodes=1124  nbRestartNogoods=16  mapSize=267
1.21	     nbInferences=65  nbTooLargeKeys=0
1.21	       =>  wckTime=0.382  cpuTime=0.33  mem=15M66
1.31	   
1.31	   search
1.31	     run=7  nbConstraintChecks=6370181  nbPropagations=69710  nbRevisions=985589  nbUselessRevisions=897932
1.31	     nbAssignments=1039  nbFailedAssignments=279  nbBacktracks=497  nbVisitedNodes=1664  nbRestartNogoods=22
1.31	     mapSize=404  nbInferences=113  nbTooLargeKeys=0
1.31	       =>  wckTime=0.491  cpuTime=0.43  mem=15M66
1.51	   
1.51	   search
1.51	     run=8  nbConstraintChecks=9326789  nbPropagations=103586  nbRevisions=1432897  nbUselessRevisions=1301762
1.51	     nbAssignments=1562  nbFailedAssignments=445  nbBacktracks=755  nbVisitedNodes=2551  nbRestartNogoods=25
1.51	     mapSize=639  nbInferences=192  nbTooLargeKeys=0
1.51	       =>  wckTime=0.685  cpuTime=0.61  mem=15M66
1.70	   
1.70	   search
1.70	     run=9  nbConstraintChecks=12575469  nbPropagations=149874  nbRevisions=2038239  nbUselessRevisions=1848186
1.70	     nbAssignments=2233  nbFailedAssignments=653  nbBacktracks=1141  nbVisitedNodes=3664  nbRestartNogoods=30
1.70	     mapSize=973  nbInferences=248  nbTooLargeKeys=0
1.70	       =>  wckTime=0.879  cpuTime=0.8  mem=16M41
2.02	   
2.02	   search
2.02	     run=10  nbConstraintChecks=18016883  nbPropagations=217903  nbRevisions=2909565  nbUselessRevisions=2633098
2.02	     nbAssignments=3256  nbFailedAssignments=1024  nbBacktracks=1718  nbVisitedNodes=5387  nbRestartNogoods=35
2.02	     mapSize=1462  nbInferences=304  nbTooLargeKeys=0
2.02	       =>  wckTime=1.196  cpuTime=1.11  mem=16M41
2.43	   
2.43	   search
2.43	     run=11  nbConstraintChecks=24966827  nbPropagations=313246  nbRevisions=4124044  nbUselessRevisions=3727788
2.43	     nbAssignments=4877  nbFailedAssignments=1470  nbBacktracks=2583  nbVisitedNodes=8037  nbRestartNogoods=43
2.43	     mapSize=2120  nbInferences=587  nbTooLargeKeys=0
2.43	       =>  wckTime=1.606  cpuTime=1.51  mem=16M41
3.19	   
3.19	   search
3.19	     run=12  nbConstraintChecks=38407097  nbPropagations=465938  nbRevisions=5995502  nbUselessRevisions=5409300
3.19	     nbAssignments=7362  nbFailedAssignments=2130  nbBacktracks=3880  nbVisitedNodes=12107  nbRestartNogoods=49
3.19	     mapSize=3119  nbInferences=1086  nbTooLargeKeys=0
3.19	       =>  wckTime=2.366  cpuTime=2.27  mem=17M16
3.93	   
3.93	   search
3.93	     run=13  nbConstraintChecks=51213486  nbPropagations=666371  nbRevisions=8498428  nbUselessRevisions=7664845
3.94	     nbAssignments=10671  nbFailedAssignments=2899  nbBacktracks=5827  nbVisitedNodes=17368  nbRestartNogoods=54
3.94	     mapSize=4462  nbInferences=1656  nbTooLargeKeys=0
3.94	       =>  wckTime=3.112  cpuTime=3.0  mem=17M16
4.88	   
4.88	   search
4.88	     run=14  nbConstraintChecks=66579180  nbPropagations=905793  nbRevisions=11739224  nbUselessRevisions=10614127
4.88	     nbAssignments=15775  nbFailedAssignments=4183  nbBacktracks=8749  nbVisitedNodes=25718  nbRestartNogoods=66
4.88	     mapSize=6724  nbInferences=2532  nbTooLargeKeys=0
4.88	       =>  wckTime=4.056  cpuTime=3.94  mem=17M991
7.12	   
7.12	   search
7.12	     run=15  nbConstraintChecks=104295071  nbPropagations=1300912  nbRevisions=16865741  nbUselessRevisions=15251875
7.12	     nbAssignments=23788  nbFailedAssignments=6595  nbBacktracks=13127  nbVisitedNodes=38971  nbRestartNogoods=71
7.12	     mapSize=9901  nbInferences=3734  nbTooLargeKeys=0
7.12	       =>  wckTime=6.301  cpuTime=6.15  mem=19M942
10.45	   
10.45	   search
10.45	     run=16  nbConstraintChecks=159496771  nbPropagations=1906968  nbRevisions=24711330  nbUselessRevisions=22354062
10.45	     nbAssignments=36249  nbFailedAssignments=9280  nbBacktracks=19698  nbVisitedNodes=59427  nbRestartNogoods=77
10.45	     mapSize=14806  nbInferences=6919  nbTooLargeKeys=0
10.45	       =>  wckTime=9.626  cpuTime=9.46  mem=22M867
15.77	   
15.77	   search
15.77	     run=17  nbConstraintChecks=249766102  nbPropagations=2904986  nbRevisions=37041680  nbUselessRevisions=33470777
15.77	     nbAssignments=53766  nbFailedAssignments=12952  nbBacktracks=29550  nbVisitedNodes=87350  nbRestartNogoods=86
15.77	     mapSize=22102  nbInferences=10889  nbTooLargeKeys=0
15.77	       =>  wckTime=14.944  cpuTime=14.74  mem=25M793
20.75	   
20.75	   search
20.75	     run=18  nbConstraintChecks=330488276  nbPropagations=4205747  nbRevisions=53374832  nbUselessRevisions=48240726
20.75	     nbAssignments=78088  nbFailedAssignments=16843  nbBacktracks=44330  nbVisitedNodes=124139  nbRestartNogoods=93
20.75	     mapSize=30915  nbInferences=16521  nbTooLargeKeys=0
20.75	       =>  wckTime=19.93  cpuTime=19.68  mem=31M644
29.43	   
29.43	   search
29.43	     run=19  nbConstraintChecks=473057082  nbPropagations=6034074  nbRevisions=76701929  nbUselessRevisions=69369621
29.43	     nbAssignments=116523  nbFailedAssignments=23749  nbBacktracks=66501  nbVisitedNodes=184543  nbRestartNogoods=109
29.43	     mapSize=46101  nbInferences=25857  nbTooLargeKeys=0
29.43	       =>  wckTime=28.603  cpuTime=28.29  mem=39M445
42.87	   
42.87	   search
42.87	     run=20  nbConstraintChecks=693444943  nbPropagations=8615163  nbRevisions=110827753  nbUselessRevisions=100439927
42.87	     nbAssignments=176676  nbFailedAssignments=35352  nbBacktracks=99754  nbVisitedNodes=281028  nbRestartNogoods=115
42.87	     mapSize=68959  nbInferences=41135  nbTooLargeKeys=0
42.87	       =>  wckTime=42.043  cpuTime=41.53  mem=23M473
66.14	   
66.14	   search
66.14	     run=21  nbConstraintChecks=1072023090  nbPropagations=12656868  nbRevisions=163746065  nbUselessRevisions=148556457
66.14	     nbAssignments=271230  nbFailedAssignments=52368  nbBacktracks=149634  nbVisitedNodes=433077  nbRestartNogoods=123
66.14	     mapSize=105363  nbInferences=68762  nbTooLargeKeys=0
66.14	       =>  wckTime=65.316  cpuTime=64.6  mem=43M421
98.26	   
98.26	   search
98.26	     run=22  nbConstraintChecks=1608657046  nbPropagations=18818250  nbRevisions=243024066  nbUselessRevisions=220614709
98.26	     nbAssignments=406249  nbFailedAssignments=66722  nbBacktracks=224457  nbVisitedNodes=638855  nbRestartNogoods=136
98.26	     mapSize=152504  nbInferences=114588  nbTooLargeKeys=0
98.26	       =>  wckTime=97.432  cpuTime=96.3  mem=48M383
140.13	   
140.13	   search
140.13	     run=23  nbConstraintChecks=2294120993  nbPropagations=27754419  nbRevisions=356357708  nbUselessRevisions=323595455
140.13	     nbAssignments=598269  nbFailedAssignments=89250  nbBacktracks=336684  nbVisitedNodes=928890  nbRestartNogoods=140
140.13	     mapSize=224581  nbInferences=171826  nbTooLargeKeys=0
140.13	       =>  wckTime=139.305  cpuTime=137.83  mem=92M203
202.53	   
202.53	   search
202.53	     run=24  nbConstraintChecks=3306607975  nbPropagations=39694907  nbRevisions=518669434  nbUselessRevisions=472370197
202.53	     nbAssignments=925291  nbFailedAssignments=132374  nbBacktracks=505025  nbVisitedNodes=1448485  nbRestartNogoods=156
202.53	     mapSize=341962  nbInferences=287358  nbTooLargeKeys=0
202.53	       =>  wckTime=201.702  cpuTime=199.39  mem=109M232
318.63	   
318.63	   search
318.63	     run=25  nbConstraintChecks=5262437870  nbPropagations=59601646  nbRevisions=777185884  nbUselessRevisions=708115452
318.63	     nbAssignments=1366069  nbFailedAssignments=195533  nbBacktracks=757536  nbVisitedNodes=2126687
318.63	     nbRestartNogoods=174  mapSize=500718  nbInferences=412446  nbTooLargeKeys=0
318.63	       =>  wckTime=317.805  cpuTime=314.18  mem=160M184
525.38	   
525.38	   search
525.38	     run=26  nbConstraintChecks=8729261783  nbPropagations=91011523  nbRevisions=1202209313
525.38	     nbUselessRevisions=1097277398  nbAssignments=2186834  nbFailedAssignments=313039  nbBacktracks=1136306
525.38	     nbVisitedNodes=3481467  nbRestartNogoods=189  mapSize=824871  nbInferences=736911  nbTooLargeKeys=0
525.38	       =>  wckTime=524.552  cpuTime=518.44  mem=250M488
942.30	   
942.30	   search
942.30	     run=27  nbConstraintChecks=15958487311  nbPropagations=152661375  nbRevisions=1980387116
942.30	     nbUselessRevisions=1803428068  nbAssignments=3350161  nbFailedAssignments=536135  nbBacktracks=1704459
942.30	     nbVisitedNodes=5391851  nbRestartNogoods=199  mapSize=1264225  nbInferences=1108970  nbTooLargeKeys=0
942.30	       =>  wckTime=941.477  cpuTime=930.93  mem=382M53
1375.89	   
1375.89	   INFO : Stopping hyperNogood (mapSize=1893530, nbTooLargekeys=0, mem=600M411)
1393.86	   
1393.86	   search
1393.86	     run=28  nbConstraintChecks=23482096612  nbPropagations=237448854  nbRevisions=3121299232
1393.86	     nbUselessRevisions=2847544918  nbAssignments=5214557  nbFailedAssignments=787702  nbBacktracks=2556685
1393.86	     nbVisitedNodes=8466595  nbRestartNogoods=203
1393.86	       =>  wckTime=1393.037  cpuTime=1377.19  mem=600M411
1670.92	   
1670.92	   search
1670.92	     run=29  nbConstraintChecks=28164378458  nbPropagations=337580467  nbRevisions=4496504100
1670.92	     nbUselessRevisions=4106525750  nbAssignments=6986920  nbFailedAssignments=1281705  nbBacktracks=3835026
1670.92	     nbVisitedNodes=11167532  nbRestartNogoods=226
1670.92	       =>  wckTime=1670.099  cpuTime=1652.33  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/node44/watcher-238643-1168083464 -o ROOT/results/node44/solver-238643-1168083464 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/238643-1168083464/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.97 1.91 5/80 10829
/proc/meminfo: memFree=844432/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=18540 CPUtime=0
/proc/10828/stat : 10828 (runsolver) R 10826 10828 10531 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156745482 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10828/statm: 4635 279 244 17 0 2626 0

[startup+0.106978 s]
/proc/loadavg: 1.93 1.97 1.91 5/80 10829
/proc/meminfo: memFree=844432/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=913068 CPUtime=0.08
/proc/10828/stat : 10828 (java) R 10826 10828 10531 0 -1 0 2858 0 1 0 6 2 0 0 25 0 8 0 156745482 934981632 2604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10828/statm: 228267 2604 1395 14 0 215168 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913068

[startup+0.515018 s]
/proc/loadavg: 1.93 1.97 1.91 5/80 10829
/proc/meminfo: memFree=844432/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=915328 CPUtime=0.47
/proc/10828/stat : 10828 (java) R 10826 10828 10531 0 -1 0 6373 0 1 0 43 4 0 0 25 0 8 0 156745482 937295872 6112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072943017 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10828/statm: 228832 6112 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.3371 s]
/proc/loadavg: 1.93 1.97 1.91 3/87 10836
/proc/meminfo: memFree=820440/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=915552 CPUtime=1.29
/proc/10828/stat : 10828 (java) R 10826 10828 10531 0 -1 0 8739 0 1 0 122 7 0 0 25 0 8 0 156745482 937525248 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834315 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10828/statm: 228888 8477 2513 14 0 215358 0
[pid=10828/tid=10830] ppid=10826 vsize=915552 CPUtime=0.03
/proc/10828/task/10830/stat : 10830 (java) S 10826 10828 10531 0 -1 64 301 0 0 0 3 0 0 0 16 0 8 0 156745487 937525248 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10831] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10831/stat : 10831 (java) S 10826 10828 10531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156745487 937525248 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10832] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10832/stat : 10832 (java) S 10826 10828 10531 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156745488 937525248 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10833] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10833/stat : 10833 (java) S 10826 10828 10531 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156745491 937525248 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10834] ppid=10826 vsize=915552 CPUtime=0.21
/proc/10828/task/10834/stat : 10834 (java) S 10826 10828 10531 0 -1 64 386 0 0 0 20 1 0 0 15 0 8 0 156745491 937525248 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10835] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10835/stat : 10835 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156745491 937525248 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10836] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10836/stat : 10836 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156745491 937525248 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915552

[startup+2.98827 s]
/proc/loadavg: 1.93 1.97 1.91 3/87 10836
/proc/meminfo: memFree=819544/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=915552 CPUtime=2.93
/proc/10828/stat : 10828 (java) R 10826 10828 10531 0 -1 0 9018 0 1 0 286 7 0 0 25 0 8 0 156745482 937525248 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073910396 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10828/statm: 228888 8754 2513 14 0 215358 0
[pid=10828/tid=10830] ppid=10826 vsize=915552 CPUtime=0.03
/proc/10828/task/10830/stat : 10830 (java) S 10826 10828 10531 0 -1 64 301 0 0 0 3 0 0 0 17 0 8 0 156745487 937525248 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10831] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10831/stat : 10831 (java) S 10826 10828 10531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156745487 937525248 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10832] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10832/stat : 10832 (java) S 10826 10828 10531 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156745488 937525248 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10833] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10833/stat : 10833 (java) S 10826 10828 10531 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156745491 937525248 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10834] ppid=10826 vsize=915552 CPUtime=0.24
/proc/10828/task/10834/stat : 10834 (java) S 10826 10828 10531 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 156745491 937525248 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10835] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10835/stat : 10835 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156745491 937525248 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10836] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10836/stat : 10836 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156745491 937525248 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915552

[startup+6.28361 s]
/proc/loadavg: 1.94 1.97 1.91 3/87 10836
/proc/meminfo: memFree=816728/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=915552 CPUtime=6.19
/proc/10828/stat : 10828 (java) R 10826 10828 10531 0 -1 0 9701 0 1 0 612 7 0 0 25 0 8 0 156745482 937525248 9436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838462 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10828/statm: 228888 9436 2513 14 0 215358 0
[pid=10828/tid=10830] ppid=10826 vsize=915552 CPUtime=0.03
/proc/10828/task/10830/stat : 10830 (java) S 10826 10828 10531 0 -1 64 301 0 0 0 3 0 0 0 16 0 8 0 156745487 937525248 9436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10831] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10831/stat : 10831 (java) S 10826 10828 10531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156745487 937525248 9436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10832] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10832/stat : 10832 (java) S 10826 10828 10531 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156745488 937525248 9436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10833] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10833/stat : 10833 (java) S 10826 10828 10531 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156745491 937525248 9436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10834] ppid=10826 vsize=915552 CPUtime=0.25
/proc/10828/task/10834/stat : 10834 (java) S 10826 10828 10531 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 156745491 937525248 9436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10835] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10835/stat : 10835 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156745491 937525248 9436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10836] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10836/stat : 10836 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156745491 937525248 9436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915552

[startup+12.7593 s]
/proc/loadavg: 1.94 1.97 1.91 3/87 10836
/proc/meminfo: memFree=812008/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=915552 CPUtime=12.62
/proc/10828/stat : 10828 (java) R 10826 10828 10531 0 -1 0 10871 0 1 0 1254 8 0 0 25 0 8 0 156745482 937525248 10606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834315 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10828/statm: 228888 10606 2513 14 0 215358 0
[pid=10828/tid=10830] ppid=10826 vsize=915552 CPUtime=0.03
/proc/10828/task/10830/stat : 10830 (java) S 10826 10828 10531 0 -1 64 301 0 0 0 3 0 0 0 16 0 8 0 156745487 937525248 10606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10831] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10831/stat : 10831 (java) S 10826 10828 10531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156745487 937525248 10606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10832] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10832/stat : 10832 (java) S 10826 10828 10531 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156745488 937525248 10606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10833] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10833/stat : 10833 (java) S 10826 10828 10531 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156745491 937525248 10606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10834] ppid=10826 vsize=915552 CPUtime=0.25
/proc/10828/task/10834/stat : 10834 (java) S 10826 10828 10531 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 156745491 937525248 10606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10835] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10835/stat : 10835 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156745491 937525248 10606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10836] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10836/stat : 10836 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156745491 937525248 10606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915552

[startup+25.5976 s]
/proc/loadavg: 1.95 1.97 1.91 3/87 10836
/proc/meminfo: memFree=800872/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=915552 CPUtime=25.37
/proc/10828/stat : 10828 (java) R 10826 10828 10531 0 -1 0 13801 0 1 0 2527 10 0 0 25 0 8 0 156745482 937525248 13536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918517 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10828/statm: 228888 13536 2513 14 0 215358 0
[pid=10828/tid=10830] ppid=10826 vsize=915552 CPUtime=0.03
/proc/10828/task/10830/stat : 10830 (java) S 10826 10828 10531 0 -1 64 301 0 0 0 3 0 0 0 16 0 8 0 156745487 937525248 13536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10831] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10831/stat : 10831 (java) S 10826 10828 10531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156745487 937525248 13536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10832] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10832/stat : 10832 (java) S 10826 10828 10531 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156745488 937525248 13536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10833] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10833/stat : 10833 (java) S 10826 10828 10531 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156745491 937525248 13536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10834] ppid=10826 vsize=915552 CPUtime=0.25
/proc/10828/task/10834/stat : 10834 (java) S 10826 10828 10531 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 156745491 937525248 13536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10835] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10835/stat : 10835 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156745491 937525248 13536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10836] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10836/stat : 10836 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156745491 937525248 13536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915552

[startup+51.2902 s]
/proc/loadavg: 1.97 1.97 1.91 3/87 10836
/proc/meminfo: memFree=767272/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=915552 CPUtime=50.85
/proc/10828/stat : 10828 (java) R 10826 10828 10531 0 -1 0 22030 0 1 0 5071 14 0 0 25 0 8 0 156745482 937525248 21764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838611 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10828/statm: 228888 21764 2517 14 0 215358 0
[pid=10828/tid=10830] ppid=10826 vsize=915552 CPUtime=0.13
/proc/10828/task/10830/stat : 10830 (java) S 10826 10828 10531 0 -1 64 5034 0 0 0 12 1 0 0 16 0 8 0 156745487 937525248 21764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10831] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10831/stat : 10831 (java) S 10826 10828 10531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156745487 937525248 21764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10832] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10832/stat : 10832 (java) S 10826 10828 10531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156745488 937525248 21764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10833] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10833/stat : 10833 (java) S 10826 10828 10531 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156745491 937525248 21764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10834] ppid=10826 vsize=915552 CPUtime=0.25
/proc/10828/task/10834/stat : 10834 (java) S 10826 10828 10531 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 156745491 937525248 21764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10835] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10835/stat : 10835 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156745491 937525248 21764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10836] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10836/stat : 10836 (java) R 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156745491 937525248 21764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 915552

[startup+102.574 s]
/proc/loadavg: 1.98 1.97 1.91 3/87 10836
/proc/meminfo: memFree=738856/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=915552 CPUtime=101.72
/proc/10828/stat : 10828 (java) R 10826 10828 10531 0 -1 0 29131 0 1 0 10156 16 0 0 25 0 8 0 156745482 937525248 28864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834315 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10828/statm: 228888 28864 2517 14 0 215358 0
[pid=10828/tid=10830] ppid=10826 vsize=915552 CPUtime=0.3
/proc/10828/task/10830/stat : 10830 (java) S 10826 10828 10531 0 -1 64 12133 0 0 0 26 4 0 0 16 0 8 0 156745487 937525248 28864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10831] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10831/stat : 10831 (java) S 10826 10828 10531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156745487 937525248 28864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10832] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10832/stat : 10832 (java) S 10826 10828 10531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156745488 937525248 28864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10833] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10833/stat : 10833 (java) S 10826 10828 10531 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156745491 937525248 28864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10834] ppid=10826 vsize=915552 CPUtime=0.25
/proc/10828/task/10834/stat : 10834 (java) S 10826 10828 10531 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 156745491 937525248 28864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10835] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10835/stat : 10835 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156745491 937525248 28864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10836] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10836/stat : 10836 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156745491 937525248 28864 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 915552

[startup+162.589 s]
/proc/loadavg: 2.04 1.99 1.92 3/87 10836
/proc/meminfo: memFree=715944/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=915552 CPUtime=161.26
/proc/10828/stat : 10828 (java) R 10826 10828 10531 0 -1 0 34852 0 1 0 16108 18 0 0 25 0 8 0 156745482 937525248 34584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073855660 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.18 s]
/proc/loadavg: 2.03 2.01 1.95 3/93 11010
/proc/meminfo: memFree=232496/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=915552 CPUtime=1470.68
/proc/10828/stat : 10828 (java) R 10826 10828 10531 0 -1 0 154975 0 1 0 146992 76 0 0 25 0 8 0 156745482 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838585 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10828/statm: 228888 154686 2517 14 0 215358 0
[pid=10828/tid=10830] ppid=10826 vsize=915552 CPUtime=4.2
/proc/10828/task/10830/stat : 10830 (java) S 10826 10828 10531 0 -1 64 137955 0 0 0 371 49 0 0 16 0 8 0 156745487 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10831] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10831/stat : 10831 (java) S 10826 10828 10531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156745487 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10832] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10832/stat : 10832 (java) S 10826 10828 10531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156745488 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10833] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10833/stat : 10833 (java) S 10826 10828 10531 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10834] ppid=10826 vsize=915552 CPUtime=0.25
/proc/10828/task/10834/stat : 10834 (java) S 10826 10828 10531 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10835] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10835/stat : 10835 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10836] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10836/stat : 10836 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.68
Current children cumulated vsize (KiB) 915552

[startup+1543.2 s]
/proc/loadavg: 1.95 1.99 1.94 3/87 11092
/proc/meminfo: memFree=966560/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=915552 CPUtime=1530.23
/proc/10828/stat : 10828 (java) R 10826 10828 10531 0 -1 0 154975 0 1 0 152944 79 0 0 25 0 8 0 156745482 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834462 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10828/statm: 228888 154686 2517 14 0 215358 0
[pid=10828/tid=10830] ppid=10826 vsize=915552 CPUtime=4.2
/proc/10828/task/10830/stat : 10830 (java) S 10826 10828 10531 0 -1 64 137955 0 0 0 371 49 0 0 16 0 8 0 156745487 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10831] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10831/stat : 10831 (java) S 10826 10828 10531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156745487 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10832] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10832/stat : 10832 (java) S 10826 10828 10531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156745488 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10833] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10833/stat : 10833 (java) S 10826 10828 10531 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10834] ppid=10826 vsize=915552 CPUtime=0.25
/proc/10828/task/10834/stat : 10834 (java) S 10826 10828 10531 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10835] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10835/stat : 10835 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10836] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10836/stat : 10836 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.23
Current children cumulated vsize (KiB) 915552

[startup+1603.21 s]
/proc/loadavg: 2.06 2.01 1.95 3/87 11092
/proc/meminfo: memFree=966624/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=915552 CPUtime=1589.99
/proc/10828/stat : 10828 (java) R 10826 10828 10531 0 -1 0 154975 0 1 0 158920 79 0 0 25 0 8 0 156745482 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073847488 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10828/statm: 228888 154686 2517 14 0 215358 0
[pid=10828/tid=10830] ppid=10826 vsize=915552 CPUtime=4.2
/proc/10828/task/10830/stat : 10830 (java) S 10826 10828 10531 0 -1 64 137955 0 0 0 371 49 0 0 16 0 8 0 156745487 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10831] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10831/stat : 10831 (java) S 10826 10828 10531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156745487 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10832] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10832/stat : 10832 (java) S 10826 10828 10531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156745488 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10833] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10833/stat : 10833 (java) S 10826 10828 10531 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10834] ppid=10826 vsize=915552 CPUtime=0.25
/proc/10828/task/10834/stat : 10834 (java) S 10826 10828 10531 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10835] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10835/stat : 10835 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10836] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10836/stat : 10836 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.99
Current children cumulated vsize (KiB) 915552

[startup+1663.23 s]
/proc/loadavg: 2.02 2.00 1.95 3/87 11092
/proc/meminfo: memFree=966624/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=915552 CPUtime=1649.74
/proc/10828/stat : 10828 (java) R 10826 10828 10531 0 -1 0 154975 0 1 0 164895 79 0 0 25 0 8 0 156745482 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834321 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10828/statm: 228888 154686 2517 14 0 215358 0
[pid=10828/tid=10830] ppid=10826 vsize=915552 CPUtime=4.2
/proc/10828/task/10830/stat : 10830 (java) S 10826 10828 10531 0 -1 64 137955 0 0 0 371 49 0 0 16 0 8 0 156745487 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10831] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10831/stat : 10831 (java) S 10826 10828 10531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156745487 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10832] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10832/stat : 10832 (java) S 10826 10828 10531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156745488 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10833] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10833/stat : 10833 (java) S 10826 10828 10531 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10834] ppid=10826 vsize=915552 CPUtime=0.25
/proc/10828/task/10834/stat : 10834 (java) S 10826 10828 10531 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10835] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10835/stat : 10835 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10836] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10836/stat : 10836 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.74
Current children cumulated vsize (KiB) 915552

[startup+1723.25 s]
/proc/loadavg: 2.01 2.00 1.95 3/87 11092
/proc/meminfo: memFree=966752/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=915552 CPUtime=1709.47
/proc/10828/stat : 10828 (java) R 10826 10828 10531 0 -1 0 154975 0 1 0 170868 79 0 0 25 0 8 0 156745482 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838472 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10828/statm: 228888 154686 2517 14 0 215358 0
[pid=10828/tid=10830] ppid=10826 vsize=915552 CPUtime=4.2
/proc/10828/task/10830/stat : 10830 (java) S 10826 10828 10531 0 -1 64 137955 0 0 0 371 49 0 0 16 0 8 0 156745487 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10831] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10831/stat : 10831 (java) S 10826 10828 10531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156745487 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10832] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10832/stat : 10832 (java) S 10826 10828 10531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156745488 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10833] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10833/stat : 10833 (java) S 10826 10828 10531 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10834] ppid=10826 vsize=915552 CPUtime=0.25
/proc/10828/task/10834/stat : 10834 (java) S 10826 10828 10531 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10835] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10835/stat : 10835 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10836] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10836/stat : 10836 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156745491 937525248 154686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.47
Current children cumulated vsize (KiB) 915552

[startup+1783.27 s]
/proc/loadavg: 2.00 2.00 1.95 3/87 11092
/proc/meminfo: memFree=966688/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=915552 CPUtime=1769.24
/proc/10828/stat : 10828 (java) R 10826 10828 10531 0 -1 0 154977 0 1 0 176844 80 0 0 25 0 8 0 156745482 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073852278 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10828/statm: 228888 154687 2517 14 0 215358 0
[pid=10828/tid=10830] ppid=10826 vsize=915552 CPUtime=4.2
/proc/10828/task/10830/stat : 10830 (java) S 10826 10828 10531 0 -1 64 137955 0 0 0 371 49 0 0 16 0 8 0 156745487 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10831] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10831/stat : 10831 (java) S 10826 10828 10531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156745487 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10832] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10832/stat : 10832 (java) S 10826 10828 10531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156745488 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10833] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10833/stat : 10833 (java) S 10826 10828 10531 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156745491 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10834] ppid=10826 vsize=915552 CPUtime=0.25
/proc/10828/task/10834/stat : 10834 (java) S 10826 10828 10531 0 -1 64 405 0 0 0 24 1 0 0 16 0 8 0 156745491 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10835] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10835/stat : 10835 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156745491 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10836] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10836/stat : 10836 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156745491 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.24
Current children cumulated vsize (KiB) 915552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.2 s]
/proc/loadavg: 2.00 2.00 1.95 3/87 11092
/proc/meminfo: memFree=966688/2055920 swapFree=4192812/4192956
[pid=10828] ppid=10826 vsize=915552 CPUtime=1800.03
/proc/10828/stat : 10828 (java) R 10826 10828 10531 0 -1 0 154977 0 1 0 179923 80 0 0 25 0 8 0 156745482 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073846513 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10828/statm: 228888 154687 2517 14 0 215358 0
[pid=10828/tid=10830] ppid=10826 vsize=915552 CPUtime=4.2
/proc/10828/task/10830/stat : 10830 (java) S 10826 10828 10531 0 -1 64 137955 0 0 0 371 49 0 0 16 0 8 0 156745487 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10831] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10831/stat : 10831 (java) S 10826 10828 10531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156745487 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10832] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10832/stat : 10832 (java) S 10826 10828 10531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156745488 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10833] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10833/stat : 10833 (java) S 10826 10828 10531 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156745491 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10834] ppid=10826 vsize=915552 CPUtime=0.25
/proc/10828/task/10834/stat : 10834 (java) S 10826 10828 10531 0 -1 64 405 0 0 0 24 1 0 0 16 0 8 0 156745491 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10835] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10835/stat : 10835 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156745491 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10828/tid=10836] ppid=10826 vsize=915552 CPUtime=0
/proc/10828/task/10836/stat : 10836 (java) S 10826 10828 10531 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156745491 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915552

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

Child status: 143
Real time (s): 1814.33
CPU time (s): 1800.15
CPU user time (s): 1799.27
CPU system time (s): 0.888864
CPU usage (%): 99.2188
Max. virtual memory (cumulated for all children) (KiB): 915552

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

runsolver used 1.77973 s user time and 5.11322 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Sat Jan  6 11:37:44 UTC 2007


IDJOB= 238643
IDBENCH= 7013
FILE ID= node44/238643-1168083464

PBS_JOBID= 3476240

Free space on /tmp= 66537 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  95a5ef5cda51a9050b5581b33f8a5de6

RANDOM SEED= 865128749

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.213
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.213
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:        844920 kB
Buffers:         22580 kB
Cached:         311096 kB
SwapCached:          0 kB
Active:         854600 kB
Inactive:       286020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        844920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:         827188 kB
Slab:            54200 kB
Committed_AS:  3747752 kB
PageTables:       3332 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= 66536 MiB



End job on node44 on Sat Jan  6 12:08:04 UTC 2007