Trace number 238624

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.19 1802.12

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-e-7_ext.xml
MD5SUM49462887fa16db92b55fcd3ad886dec7
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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/238624-1168083450/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.40	     nbVariables=112  nbDomainTypes=4  minDomainSize=1  maxDomainSize=28
0.40	       =>  wckTime=0.106  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.42	   
0.42	   constraints being loaded...
0.60	     nbConstraints=1261  nbRelationTypes=9  nbSingletonDomainVariables=3  nbDisconnectedVariables=1
0.60	     nbExtensionStructures=9  nbSharedExtensionStructures=1252  nbConflictsStructures=9
0.60	     nbSharedConflictsStructures=1252  nbSharedBinaryRepresentations=204  maxDegree=56  maxArity=2
0.60	       =>  wckTime=0.305  cpuTime=0.2  mem=11M860
0.64	   
0.64	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.499  cpuTime=0.32  mem=15M66
0.82	   
0.82	   preprocessing
0.82	     nbConstraintChecks=46192  nbPropagations=130  nbRevisions=1968  nbUselessRevisions=1800  nbRemovedValues=280
0.82	     detectedInconsistency=no
0.82	       =>  wckTime=0.023  cpuTime=0.01  mem=15M66
0.88	   
0.88	   search
0.88	     run=0  nbConstraintChecks=389022  nbPropagations=1306  nbRevisions=19695  nbUselessRevisions=18056
0.88	     nbAssignments=37  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=51  nbRestartNogoods=0  mapSize=10
0.88	     nbInferences=1  nbTooLargeKeys=0
0.88	       =>  wckTime=0.085  cpuTime=0.05  mem=15M66
0.90	   
0.90	   search
0.90	     run=1  nbConstraintChecks=722460  nbPropagations=3565  nbRevisions=54457  nbUselessRevisions=50043
0.90	     nbAssignments=79  nbFailedAssignments=13  nbBacktracks=26  nbVisitedNodes=108  nbRestartNogoods=2  mapSize=24
0.90	     nbInferences=2  nbTooLargeKeys=0
0.90	       =>  wckTime=0.111  cpuTime=0.07  mem=15M66
0.94	   
0.94	   search
0.94	     run=2  nbConstraintChecks=1218891  nbPropagations=7397  nbRevisions=112055  nbUselessRevisions=102895
0.94	     nbAssignments=140  nbFailedAssignments=26  nbBacktracks=52  nbVisitedNodes=198  nbRestartNogoods=3  mapSize=47
0.94	     nbInferences=7  nbTooLargeKeys=0
0.94	       =>  wckTime=0.143  cpuTime=0.1  mem=15M66
0.96	   
0.96	   search
0.96	     run=3  nbConstraintChecks=1651870  nbPropagations=12434  nbRevisions=189431  nbUselessRevisions=174168
0.96	     nbAssignments=216  nbFailedAssignments=46  nbBacktracks=87  nbVisitedNodes=318  nbRestartNogoods=4  mapSize=82
0.96	     nbInferences=11  nbTooLargeKeys=0
0.96	       =>  wckTime=0.17  cpuTime=0.13  mem=15M66
1.01	   
1.01	   search
1.01	     run=4  nbConstraintChecks=2409144  nbPropagations=20008  nbRevisions=302550  nbUselessRevisions=277841
1.01	     nbAssignments=335  nbFailedAssignments=85  nbBacktracks=137  nbVisitedNodes=511  nbRestartNogoods=5  mapSize=127
1.01	     nbInferences=21  nbTooLargeKeys=0
1.01	       =>  wckTime=0.219  cpuTime=0.18  mem=15M66
1.07	   
1.07	   search
1.07	     run=5  nbConstraintChecks=3288712  nbPropagations=30657  nbRevisions=457242  nbUselessRevisions=419146
1.07	     nbAssignments=481  nbFailedAssignments=124  nbBacktracks=212  nbVisitedNodes=740  nbRestartNogoods=10  mapSize=183
1.07	     nbInferences=33  nbTooLargeKeys=0
1.07	       =>  wckTime=0.275  cpuTime=0.24  mem=15M66
1.16	   
1.16	   search
1.16	     run=6  nbConstraintChecks=4704174  nbPropagations=46780  nbRevisions=680525  nbUselessRevisions=621763
1.16	     nbAssignments=715  nbFailedAssignments=191  nbBacktracks=325  nbVisitedNodes=1124  nbRestartNogoods=16  mapSize=267
1.16	     nbInferences=65  nbTooLargeKeys=0
1.16	       =>  wckTime=0.363  cpuTime=0.33  mem=15M66
1.26	   
1.26	   search
1.26	     run=7  nbConstraintChecks=6370181  nbPropagations=69686  nbRevisions=984877  nbUselessRevisions=897220
1.26	     nbAssignments=1039  nbFailedAssignments=279  nbBacktracks=497  nbVisitedNodes=1664  nbRestartNogoods=22
1.26	     mapSize=404  nbInferences=113  nbTooLargeKeys=0
1.26	       =>  wckTime=0.471  cpuTime=0.43  mem=15M66
1.45	   
1.45	   search
1.45	     run=8  nbConstraintChecks=9326789  nbPropagations=103559  nbRevisions=1432096  nbUselessRevisions=1300961
1.45	     nbAssignments=1562  nbFailedAssignments=445  nbBacktracks=755  nbVisitedNodes=2551  nbRestartNogoods=25
1.45	     mapSize=639  nbInferences=192  nbTooLargeKeys=0
1.45	       =>  wckTime=0.661  cpuTime=0.6  mem=15M66
1.64	   
1.64	   search
1.64	     run=9  nbConstraintChecks=12575469  nbPropagations=149844  nbRevisions=2037349  nbUselessRevisions=1847296
1.64	     nbAssignments=2233  nbFailedAssignments=653  nbBacktracks=1141  nbVisitedNodes=3664  nbRestartNogoods=30
1.64	     mapSize=973  nbInferences=248  nbTooLargeKeys=0
1.64	       =>  wckTime=0.85  cpuTime=0.78  mem=16M41
1.95	   
1.95	   search
1.95	     run=10  nbConstraintChecks=18016883  nbPropagations=217870  nbRevisions=2908586  nbUselessRevisions=2632119
1.95	     nbAssignments=3256  nbFailedAssignments=1024  nbBacktracks=1718  nbVisitedNodes=5387  nbRestartNogoods=35
1.95	     mapSize=1462  nbInferences=304  nbTooLargeKeys=0
1.95	       =>  wckTime=1.161  cpuTime=1.09  mem=16M41
2.35	   
2.35	   search
2.35	     run=11  nbConstraintChecks=24966827  nbPropagations=313210  nbRevisions=4122976  nbUselessRevisions=3726720
2.35	     nbAssignments=4877  nbFailedAssignments=1470  nbBacktracks=2583  nbVisitedNodes=8037  nbRestartNogoods=43
2.35	     mapSize=2120  nbInferences=587  nbTooLargeKeys=0
2.35	       =>  wckTime=1.553  cpuTime=1.48  mem=16M41
3.09	   
3.09	   search
3.09	     run=12  nbConstraintChecks=38407097  nbPropagations=465899  nbRevisions=5994345  nbUselessRevisions=5408143
3.09	     nbAssignments=7362  nbFailedAssignments=2130  nbBacktracks=3880  nbVisitedNodes=12107  nbRestartNogoods=49
3.10	     mapSize=3119  nbInferences=1086  nbTooLargeKeys=0
3.10	       =>  wckTime=2.302  cpuTime=2.22  mem=17M16
3.82	   
3.82	   search
3.82	     run=13  nbConstraintChecks=51213486  nbPropagations=666329  nbRevisions=8497182  nbUselessRevisions=7663599
3.82	     nbAssignments=10671  nbFailedAssignments=2899  nbBacktracks=5827  nbVisitedNodes=17368  nbRestartNogoods=54
3.82	     mapSize=4462  nbInferences=1656  nbTooLargeKeys=0
3.82	       =>  wckTime=3.023  cpuTime=2.94  mem=17M16
4.74	   
4.74	   search
4.74	     run=14  nbConstraintChecks=66579180  nbPropagations=905748  nbRevisions=11737889  nbUselessRevisions=10612792
4.74	     nbAssignments=15775  nbFailedAssignments=4183  nbBacktracks=8749  nbVisitedNodes=25718  nbRestartNogoods=66
4.74	     mapSize=6724  nbInferences=2532  nbTooLargeKeys=0
4.74	       =>  wckTime=3.944  cpuTime=3.86  mem=17M991
6.92	   
6.92	   search
6.92	     run=15  nbConstraintChecks=104295071  nbPropagations=1300864  nbRevisions=16864317  nbUselessRevisions=15250451
6.92	     nbAssignments=23788  nbFailedAssignments=6595  nbBacktracks=13127  nbVisitedNodes=38971  nbRestartNogoods=71
6.92	     mapSize=9901  nbInferences=3734  nbTooLargeKeys=0
6.92	       =>  wckTime=6.127  cpuTime=6.04  mem=19M942
10.22	   
10.22	   search
10.22	     run=16  nbConstraintChecks=159496771  nbPropagations=1906917  nbRevisions=24709817  nbUselessRevisions=22352549
10.22	     nbAssignments=36249  nbFailedAssignments=9280  nbBacktracks=19698  nbVisitedNodes=59427  nbRestartNogoods=77
10.22	     mapSize=14806  nbInferences=6919  nbTooLargeKeys=0
10.22	       =>  wckTime=9.427  cpuTime=9.34  mem=22M867
15.53	   
15.53	   search
15.53	     run=17  nbConstraintChecks=249766102  nbPropagations=2904932  nbRevisions=37040078  nbUselessRevisions=33469175
15.53	     nbAssignments=53766  nbFailedAssignments=12952  nbBacktracks=29550  nbVisitedNodes=87350  nbRestartNogoods=86
15.53	     mapSize=22102  nbInferences=10889  nbTooLargeKeys=0
15.53	       =>  wckTime=14.733  cpuTime=14.62  mem=25M793
20.41	   
20.41	   search
20.41	     run=18  nbConstraintChecks=330488276  nbPropagations=4205690  nbRevisions=53373141  nbUselessRevisions=48239035
20.41	     nbAssignments=78088  nbFailedAssignments=16843  nbBacktracks=44330  nbVisitedNodes=124139  nbRestartNogoods=93
20.41	     mapSize=30915  nbInferences=16521  nbTooLargeKeys=0
20.41	       =>  wckTime=19.621  cpuTime=19.5  mem=31M644
28.92	   
28.92	   search
28.92	     run=19  nbConstraintChecks=473057082  nbPropagations=6034014  nbRevisions=76700149  nbUselessRevisions=69367841
28.92	     nbAssignments=116523  nbFailedAssignments=23749  nbBacktracks=66501  nbVisitedNodes=184543  nbRestartNogoods=109
28.92	     mapSize=46101  nbInferences=25857  nbTooLargeKeys=0
28.92	       =>  wckTime=28.123  cpuTime=28.0  mem=39M445
42.17	   
42.17	   search
42.17	     run=20  nbConstraintChecks=693444943  nbPropagations=8615100  nbRevisions=110825884  nbUselessRevisions=100438058
42.17	     nbAssignments=176676  nbFailedAssignments=35352  nbBacktracks=99754  nbVisitedNodes=281028  nbRestartNogoods=115
42.17	     mapSize=68959  nbInferences=41135  nbTooLargeKeys=0
42.17	       =>  wckTime=41.374  cpuTime=41.14  mem=23M473
65.06	   
65.06	   search
65.06	     run=21  nbConstraintChecks=1072023090  nbPropagations=12656802  nbRevisions=163744107  nbUselessRevisions=148554499
65.06	     nbAssignments=271230  nbFailedAssignments=52368  nbBacktracks=149634  nbVisitedNodes=433077  nbRestartNogoods=123
65.06	     mapSize=105363  nbInferences=68762  nbTooLargeKeys=0
65.06	       =>  wckTime=64.271  cpuTime=64.0  mem=43M421
96.73	   
96.73	   search
96.73	     run=22  nbConstraintChecks=1608657046  nbPropagations=18818181  nbRevisions=243022019  nbUselessRevisions=220612662
96.73	     nbAssignments=406249  nbFailedAssignments=66722  nbBacktracks=224457  nbVisitedNodes=638855  nbRestartNogoods=136
96.73	     mapSize=152504  nbInferences=114588  nbTooLargeKeys=0
96.73	       =>  wckTime=95.938  cpuTime=95.49  mem=48M383
137.91	   
137.91	   search
137.91	     run=23  nbConstraintChecks=2294120993  nbPropagations=27754347  nbRevisions=356355572  nbUselessRevisions=323593319
137.91	     nbAssignments=598269  nbFailedAssignments=89250  nbBacktracks=336684  nbVisitedNodes=928890  nbRestartNogoods=140
137.91	     mapSize=224581  nbInferences=171826  nbTooLargeKeys=0
137.91	       =>  wckTime=137.117  cpuTime=136.62  mem=92M203
199.34	   
199.34	   search
199.34	     run=24  nbConstraintChecks=3306607975  nbPropagations=39694832  nbRevisions=518667209  nbUselessRevisions=472367972
199.34	     nbAssignments=925291  nbFailedAssignments=132374  nbBacktracks=505025  nbVisitedNodes=1448485  nbRestartNogoods=156
199.34	     mapSize=341962  nbInferences=287358  nbTooLargeKeys=0
199.34	       =>  wckTime=198.55  cpuTime=197.65  mem=109M232
313.59	   
313.59	   search
313.59	     run=25  nbConstraintChecks=5262437870  nbPropagations=59601568  nbRevisions=777183570  nbUselessRevisions=708113138
313.59	     nbAssignments=1366069  nbFailedAssignments=195533  nbBacktracks=757536  nbVisitedNodes=2126687
313.59	     nbRestartNogoods=174  mapSize=500718  nbInferences=412446  nbTooLargeKeys=0
313.59	       =>  wckTime=312.793  cpuTime=311.44  mem=160M184
517.12	   
517.12	   search
517.12	     run=26  nbConstraintChecks=8729261783  nbPropagations=91011442  nbRevisions=1202206910
517.12	     nbUselessRevisions=1097274995  nbAssignments=2186834  nbFailedAssignments=313039  nbBacktracks=1136306
517.12	     nbVisitedNodes=3481467  nbRestartNogoods=189  mapSize=824871  nbInferences=736911  nbTooLargeKeys=0
517.12	       =>  wckTime=516.325  cpuTime=514.0  mem=250M488
927.17	   
927.17	   search
927.17	     run=27  nbConstraintChecks=15958487311  nbPropagations=152661291  nbRevisions=1980384624
927.17	     nbUselessRevisions=1803425576  nbAssignments=3350161  nbFailedAssignments=536135  nbBacktracks=1704459
927.17	     nbVisitedNodes=5391851  nbRestartNogoods=199  mapSize=1264225  nbInferences=1108970  nbTooLargeKeys=0
927.17	       =>  wckTime=926.374  cpuTime=922.68  mem=382M53
1354.13	   
1354.13	   INFO : Stopping hyperNogood (mapSize=1893530, nbTooLargekeys=0, mem=600M411)
1371.80	   
1371.80	   search
1371.81	     run=28  nbConstraintChecks=23482096612  nbPropagations=237448767  nbRevisions=3121296651
1371.81	     nbUselessRevisions=2847542337  nbAssignments=5214557  nbFailedAssignments=787702  nbBacktracks=2556685
1371.81	     nbVisitedNodes=8466595  nbRestartNogoods=203
1371.81	       =>  wckTime=1371.012  cpuTime=1365.35  mem=600M411
1644.90	   
1644.90	   search
1644.90	     run=29  nbConstraintChecks=28164378458  nbPropagations=337580377  nbRevisions=4496501430
1644.90	     nbUselessRevisions=4106523080  nbAssignments=6986920  nbFailedAssignments=1281705  nbBacktracks=3835026
1644.90	     nbVisitedNodes=11167532  nbRestartNogoods=226
1644.90	       =>  wckTime=1644.104  cpuTime=1638.1  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/node24/watcher-238624-1168083450 -o ROOT/results/node24/solver-238624-1168083450 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/238624-1168083450/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.74 1.63 1.77 4/93 18841
/proc/meminfo: memFree=1611128/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=172 CPUtime=0
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156740241 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 2605860 0 0 4096 0 0 0 0 17 0 0 0
/proc/18840/statm: 43 24 18 14 0 3 0

[startup+0.107475 s]
/proc/loadavg: 1.74 1.63 1.77 4/93 18841
/proc/meminfo: memFree=1611128/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=914988 CPUtime=0.09
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 3076 0 1 0 8 1 0 0 24 0 8 0 156740241 936947712 2822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155770466 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18840/statm: 228747 2823 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515519 s]
/proc/loadavg: 1.74 1.63 1.77 4/93 18841
/proc/meminfo: memFree=1611128/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=915328 CPUtime=0.49
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 6557 0 1 0 45 4 0 0 25 0 8 0 156740241 937295872 6296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073645189 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18840/statm: 228832 6296 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33761 s]
/proc/loadavg: 1.74 1.63 1.77 3/100 18848
/proc/meminfo: memFree=1587136/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=915552 CPUtime=1.31
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 8750 0 1 0 125 6 0 0 25 0 8 0 156740241 937525248 8488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18840/statm: 228888 8488 2513 14 0 215358 0
[pid=18840/tid=18842] ppid=18838 vsize=915552 CPUtime=0.03
/proc/18840/task/18842/stat : 18842 (java) S 18838 18840 18509 0 -1 64 299 0 0 0 3 0 0 0 16 0 8 0 156740245 937525248 8488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18843] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18843/stat : 18843 (java) S 18838 18840 18509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 8488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18844] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18844/stat : 18844 (java) S 18838 18840 18509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156740245 937525248 8488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18845] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18845/stat : 18845 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740248 937525248 8488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18846] ppid=18838 vsize=915552 CPUtime=0.23
/proc/18840/task/18846/stat : 18846 (java) S 18838 18840 18509 0 -1 64 390 0 0 0 21 2 0 0 15 0 8 0 156740248 937525248 8488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18847] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18847/stat : 18847 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156740248 937525248 8488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18848] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18848/stat : 18848 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740248 937525248 8488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915552

[startup+2.99079 s]
/proc/loadavg: 2.00 1.68 1.79 3/100 18848
/proc/meminfo: memFree=1586304/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=915552 CPUtime=2.96
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 9036 0 1 0 290 6 0 0 25 0 8 0 156740241 937525248 8772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838516 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18840/statm: 228888 8772 2513 14 0 215358 0
[pid=18840/tid=18842] ppid=18838 vsize=915552 CPUtime=0.03
/proc/18840/task/18842/stat : 18842 (java) S 18838 18840 18509 0 -1 64 299 0 0 0 3 0 0 0 17 0 8 0 156740245 937525248 8772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18843] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18843/stat : 18843 (java) S 18838 18840 18509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 8772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18844] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18844/stat : 18844 (java) S 18838 18840 18509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156740245 937525248 8772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18845] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18845/stat : 18845 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740248 937525248 8772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18846] ppid=18838 vsize=915552 CPUtime=0.25
/proc/18840/task/18846/stat : 18846 (java) S 18838 18840 18509 0 -1 64 402 0 0 0 23 2 0 0 16 0 8 0 156740248 937525248 8772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18847] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18847/stat : 18847 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156740248 937525248 8772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18848] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18848/stat : 18848 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740248 937525248 8772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915552

[startup+6.28814 s]
/proc/loadavg: 2.00 1.68 1.79 3/100 18848
/proc/meminfo: memFree=1583432/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=915552 CPUtime=6.26
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 9726 0 1 0 619 7 0 0 25 0 8 0 156740241 937525248 9461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838498 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18840/statm: 228888 9461 2513 14 0 215358 0
[pid=18840/tid=18842] ppid=18838 vsize=915552 CPUtime=0.03
/proc/18840/task/18842/stat : 18842 (java) S 18838 18840 18509 0 -1 64 299 0 0 0 3 0 0 0 16 0 8 0 156740245 937525248 9461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18843] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18843/stat : 18843 (java) S 18838 18840 18509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 9461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18844] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18844/stat : 18844 (java) S 18838 18840 18509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156740245 937525248 9461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18845] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18845/stat : 18845 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740248 937525248 9461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18846] ppid=18838 vsize=915552 CPUtime=0.26
/proc/18840/task/18846/stat : 18846 (java) S 18838 18840 18509 0 -1 64 404 0 0 0 24 2 0 0 16 0 8 0 156740248 937525248 9461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18847] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18847/stat : 18847 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156740248 937525248 9461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18848] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18848/stat : 18848 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740248 937525248 9461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 915552

[startup+12.7778 s]
/proc/loadavg: 2.00 1.69 1.79 3/100 18848
/proc/meminfo: memFree=1562952/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=915552 CPUtime=12.73
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 10914 0 1 0 1265 8 0 0 25 0 8 0 156740241 937525248 10649 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073852641 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18840/statm: 228888 10649 2513 14 0 215358 0
[pid=18840/tid=18842] ppid=18838 vsize=915552 CPUtime=0.03
/proc/18840/task/18842/stat : 18842 (java) S 18838 18840 18509 0 -1 64 299 0 0 0 3 0 0 0 16 0 8 0 156740245 937525248 10649 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18843] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18843/stat : 18843 (java) S 18838 18840 18509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 10649 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18844] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18844/stat : 18844 (java) S 18838 18840 18509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156740245 937525248 10649 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18845] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18845/stat : 18845 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740248 937525248 10649 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18846] ppid=18838 vsize=915552 CPUtime=0.26
/proc/18840/task/18846/stat : 18846 (java) S 18838 18840 18509 0 -1 64 404 0 0 0 24 2 0 0 16 0 8 0 156740248 937525248 10649 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18847] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18847/stat : 18847 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156740248 937525248 10649 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18848] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18848/stat : 18848 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740248 937525248 10649 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 915552

[startup+25.6252 s]
/proc/loadavg: 2.00 1.70 1.79 3/100 18848
/proc/meminfo: memFree=1535944/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=915552 CPUtime=25.56
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 13932 0 1 0 2547 9 0 0 25 0 8 0 156740241 937525248 13667 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073856679 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18840/statm: 228888 13667 2513 14 0 215358 0
[pid=18840/tid=18842] ppid=18838 vsize=915552 CPUtime=0.03
/proc/18840/task/18842/stat : 18842 (java) S 18838 18840 18509 0 -1 64 299 0 0 0 3 0 0 0 16 0 8 0 156740245 937525248 13667 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18843] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18843/stat : 18843 (java) S 18838 18840 18509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 13667 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18844] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18844/stat : 18844 (java) S 18838 18840 18509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156740245 937525248 13667 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18845] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18845/stat : 18845 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740248 937525248 13667 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18846] ppid=18838 vsize=915552 CPUtime=0.26
/proc/18840/task/18846/stat : 18846 (java) S 18838 18840 18509 0 -1 64 404 0 0 0 24 2 0 0 16 0 8 0 156740248 937525248 13667 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18847] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18847/stat : 18847 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156740248 937525248 13667 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18848] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18848/stat : 18848 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740248 937525248 13667 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 915552

[startup+51.241 s]
/proc/loadavg: 2.06 1.74 1.80 3/100 18848
/proc/meminfo: memFree=1462344/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=915552 CPUtime=51.17
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 22032 0 1 0 5104 13 0 0 25 0 8 0 156740241 937525248 21766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073858309 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18840/statm: 228888 21766 2517 14 0 215358 0
[pid=18840/tid=18842] ppid=18838 vsize=915552 CPUtime=0.12
/proc/18840/task/18842/stat : 18842 (java) S 18838 18840 18509 0 -1 64 5032 0 0 0 11 1 0 0 16 0 8 0 156740245 937525248 21766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18843] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18843/stat : 18843 (java) S 18838 18840 18509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 21766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18844] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18844/stat : 18844 (java) S 18838 18840 18509 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 21766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18845] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18845/stat : 18845 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740248 937525248 21766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18846] ppid=18838 vsize=915552 CPUtime=0.26
/proc/18840/task/18846/stat : 18846 (java) S 18838 18840 18509 0 -1 64 404 0 0 0 24 2 0 0 16 0 8 0 156740248 937525248 21766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18847] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18847/stat : 18847 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156740248 937525248 21766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18848] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18848/stat : 18848 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740248 937525248 21766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 915552

[startup+102.459 s]
/proc/loadavg: 2.02 1.78 1.81 3/100 18848
/proc/meminfo: memFree=1368584/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=915552 CPUtime=102.31
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 29133 0 1 0 10216 15 0 0 25 0 8 0 156740241 937525248 28866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073874817 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18840/statm: 228888 28866 2517 14 0 215358 0
[pid=18840/tid=18842] ppid=18838 vsize=915552 CPUtime=0.3
/proc/18840/task/18842/stat : 18842 (java) S 18838 18840 18509 0 -1 64 12131 0 0 0 26 4 0 0 16 0 8 0 156740245 937525248 28866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18843] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18843/stat : 18843 (java) S 18838 18840 18509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 28866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18844] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18844/stat : 18844 (java) S 18838 18840 18509 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 28866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18845] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18845/stat : 18845 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740248 937525248 28866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18846] ppid=18838 vsize=915552 CPUtime=0.26
/proc/18840/task/18846/stat : 18846 (java) S 18838 18840 18509 0 -1 64 404 0 0 0 24 2 0 0 16 0 8 0 156740248 937525248 28866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18847] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18847/stat : 18847 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156740248 937525248 28866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18848] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18848/stat : 18848 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740248 937525248 28866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 915552

[startup+162.53 s]
/proc/loadavg: 2.01 1.82 1.82 3/100 18848
/proc/meminfo: memFree=1228816/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=915552 CPUtime=162.32
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 34854 0 1 0 16215 17 0 0 25 0 8 0 156740241 937525248 34586 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073850599 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.66 s]
/proc/loadavg: 2.01 1.99 1.91 3/106 19012
/proc/meminfo: memFree=529496/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=915552 CPUtime=1482.02
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 154977 0 1 0 148135 67 0 0 25 0 8 0 156740241 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834483 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18840/statm: 228888 154688 2517 14 0 215358 0
[pid=18840/tid=18842] ppid=18838 vsize=915552 CPUtime=4.15
/proc/18840/task/18842/stat : 18842 (java) S 18838 18840 18509 0 -1 64 137953 0 0 0 371 44 0 0 16 0 8 0 156740245 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18843] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18843/stat : 18843 (java) S 18838 18840 18509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18844] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18844/stat : 18844 (java) S 18838 18840 18509 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18845] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18845/stat : 18845 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740248 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18846] ppid=18838 vsize=915552 CPUtime=0.26
/proc/18840/task/18846/stat : 18846 (java) S 18838 18840 18509 0 -1 64 404 0 0 0 24 2 0 0 16 0 8 0 156740248 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18847] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18847/stat : 18847 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156740248 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18848] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18848/stat : 18848 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740248 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 915552

[startup+1543.71 s]
/proc/loadavg: 2.08 2.00 1.92 3/100 19046
/proc/meminfo: memFree=530376/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=915552 CPUtime=1542
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 154977 0 1 0 154131 69 0 0 25 0 8 0 156740241 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834321 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18840/statm: 228888 154688 2517 14 0 215358 0
[pid=18840/tid=18842] ppid=18838 vsize=915552 CPUtime=4.15
/proc/18840/task/18842/stat : 18842 (java) S 18838 18840 18509 0 -1 64 137953 0 0 0 371 44 0 0 16 0 8 0 156740245 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18843] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18843/stat : 18843 (java) S 18838 18840 18509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18844] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18844/stat : 18844 (java) S 18838 18840 18509 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18845] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18845/stat : 18845 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740248 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18846] ppid=18838 vsize=915552 CPUtime=0.26
/proc/18840/task/18846/stat : 18846 (java) S 18838 18840 18509 0 -1 64 404 0 0 0 24 2 0 0 16 0 8 0 156740248 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18847] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18847/stat : 18847 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156740248 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18848] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18848/stat : 18848 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740248 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 915552

[startup+1603.76 s]
/proc/loadavg: 2.03 2.00 1.92 3/100 19046
/proc/meminfo: memFree=530376/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=915552 CPUtime=1601.99
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 154977 0 1 0 160130 69 0 0 25 0 8 0 156740241 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073849609 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18840/statm: 228888 154688 2517 14 0 215358 0
[pid=18840/tid=18842] ppid=18838 vsize=915552 CPUtime=4.15
/proc/18840/task/18842/stat : 18842 (java) S 18838 18840 18509 0 -1 64 137953 0 0 0 371 44 0 0 16 0 8 0 156740245 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18843] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18843/stat : 18843 (java) S 18838 18840 18509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18844] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18844/stat : 18844 (java) S 18838 18840 18509 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18845] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18845/stat : 18845 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740248 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18846] ppid=18838 vsize=915552 CPUtime=0.26
/proc/18840/task/18846/stat : 18846 (java) S 18838 18840 18509 0 -1 64 404 0 0 0 24 2 0 0 16 0 8 0 156740248 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18847] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18847/stat : 18847 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156740248 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18848] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18848/stat : 18848 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740248 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 915552

[startup+1663.8 s]
/proc/loadavg: 2.10 2.03 1.93 3/100 19046
/proc/meminfo: memFree=530376/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=915552 CPUtime=1661.98
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 154977 0 1 0 166129 69 0 0 25 0 8 0 156740241 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851788 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18840/statm: 228888 154688 2517 14 0 215358 0
[pid=18840/tid=18842] ppid=18838 vsize=915552 CPUtime=4.15
/proc/18840/task/18842/stat : 18842 (java) S 18838 18840 18509 0 -1 64 137953 0 0 0 371 44 0 0 16 0 8 0 156740245 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18843] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18843/stat : 18843 (java) S 18838 18840 18509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18844] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18844/stat : 18844 (java) S 18838 18840 18509 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18845] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18845/stat : 18845 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740248 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18846] ppid=18838 vsize=915552 CPUtime=0.26
/proc/18840/task/18846/stat : 18846 (java) S 18838 18840 18509 0 -1 64 404 0 0 0 24 2 0 0 16 0 8 0 156740248 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18847] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18847/stat : 18847 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156740248 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18848] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18848/stat : 18848 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740248 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 915552

[startup+1723.85 s]
/proc/loadavg: 2.04 2.02 1.93 3/100 19046
/proc/meminfo: memFree=530376/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=915552 CPUtime=1721.95
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 154978 0 1 0 172126 69 0 0 25 0 8 0 156740241 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073858321 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18840/statm: 228888 154689 2517 14 0 215358 0
[pid=18840/tid=18842] ppid=18838 vsize=915552 CPUtime=4.15
/proc/18840/task/18842/stat : 18842 (java) S 18838 18840 18509 0 -1 64 137953 0 0 0 371 44 0 0 16 0 8 0 156740245 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18843] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18843/stat : 18843 (java) S 18838 18840 18509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18844] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18844/stat : 18844 (java) S 18838 18840 18509 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18845] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18845/stat : 18845 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740248 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18846] ppid=18838 vsize=915552 CPUtime=0.26
/proc/18840/task/18846/stat : 18846 (java) S 18838 18840 18509 0 -1 64 405 0 0 0 24 2 0 0 16 0 8 0 156740248 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18847] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18847/stat : 18847 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156740248 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18848] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18848/stat : 18848 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740248 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 915552

[startup+1783.9 s]
/proc/loadavg: 1.60 1.92 1.90 2/88 19057
/proc/meminfo: memFree=1165032/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=915552 CPUtime=1781.95
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 154978 0 1 0 178126 69 0 0 25 0 8 0 156740241 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073892962 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18840/statm: 228888 154689 2517 14 0 215358 0
[pid=18840/tid=18842] ppid=18838 vsize=915552 CPUtime=4.15
/proc/18840/task/18842/stat : 18842 (java) S 18838 18840 18509 0 -1 64 137953 0 0 0 371 44 0 0 16 0 8 0 156740245 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18843] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18843/stat : 18843 (java) S 18838 18840 18509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18844] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18844/stat : 18844 (java) S 18838 18840 18509 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18845] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18845/stat : 18845 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740248 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18846] ppid=18838 vsize=915552 CPUtime=0.26
/proc/18840/task/18846/stat : 18846 (java) S 18838 18840 18509 0 -1 64 405 0 0 0 24 2 0 0 16 0 8 0 156740248 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18847] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18847/stat : 18847 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156740248 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18848] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18848/stat : 18848 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740248 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 915552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.99 s]
/proc/loadavg: 1.43 1.86 1.88 2/88 19059
/proc/meminfo: memFree=1164968/2055920 swapFree=4192812/4192956
[pid=18840] ppid=18838 vsize=915552 CPUtime=1800.06
/proc/18840/stat : 18840 (java) R 18838 18840 18509 0 -1 0 154978 0 1 0 179936 70 0 0 25 0 8 0 156740241 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838516 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18840/statm: 228888 154689 2517 14 0 215358 0
[pid=18840/tid=18842] ppid=18838 vsize=915552 CPUtime=4.15
/proc/18840/task/18842/stat : 18842 (java) S 18838 18840 18509 0 -1 64 137953 0 0 0 371 44 0 0 16 0 8 0 156740245 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18843] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18843/stat : 18843 (java) S 18838 18840 18509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18844] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18844/stat : 18844 (java) S 18838 18840 18509 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740245 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18845] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18845/stat : 18845 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740248 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18846] ppid=18838 vsize=915552 CPUtime=0.26
/proc/18840/task/18846/stat : 18846 (java) S 18838 18840 18509 0 -1 64 405 0 0 0 24 2 0 0 16 0 8 0 156740248 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18847] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18847/stat : 18847 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156740248 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18840/tid=18848] ppid=18838 vsize=915552 CPUtime=0
/proc/18840/task/18848/stat : 18848 (java) S 18838 18840 18509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740248 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915552

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

Child status: 143
Real time (s): 1802.12
CPU time (s): 1800.19
CPU user time (s): 1799.39
CPU system time (s): 0.796878
CPU usage (%): 99.8925
Max. virtual memory (cumulated for all children) (KiB): 915552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 0.796878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154995
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= 37867
involuntary context switches= 76949

runsolver used 2.08668 s user time and 5.86411 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Sat Jan  6 11:37:30 UTC 2007


IDJOB= 238624
IDBENCH= 7012
FILE ID= node24/238624-1168083450

PBS_JOBID= 3476242

Free space on /tmp= 66464 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  49462887fa16db92b55fcd3ad886dec7

RANDOM SEED= 509580959

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.234
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.234
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:       1611608 kB
Buffers:         27364 kB
Cached:         127676 kB
SwapCached:          0 kB
Active:         286608 kB
Inactive:        89464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1780 kB
Writeback:           0 kB
Mapped:         250064 kB
Slab:            52548 kB
Committed_AS:  3782920 kB
PageTables:       2720 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= 66466 MiB



End job on node24 on Sat Jan  6 12:07:45 UTC 2007