Trace number 238566

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESAC? (TO) 1800.17 1816.78

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-h-7_ext.xml
MD5SUMcfdbf0bf28850a1803f64cc72d52db68
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=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/238566-1168356395/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.43	     nbVariables=112  nbDomainTypes=4  minDomainSize=1  maxDomainSize=28
0.43	       =>  wckTime=0.114  cpuTime=0.1  mem=6M951
0.43	   
0.43	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.64	     nbConstraints=1261  nbRelationTypes=9  nbSingletonDomainVariables=3  nbDisconnectedVariables=1
0.64	     nbExtensionStructures=9  nbSharedExtensionStructures=1252  nbConflictsStructures=9
0.64	     nbSharedConflictsStructures=1252  nbSharedBinaryRepresentations=204  maxDegree=56  maxArity=2
0.64	       =>  wckTime=0.328  cpuTime=0.23  mem=11M860
0.69	   
0.69	   solver IterativeSystematicSolver being built... 
0.86	       =>  wckTime=0.541  cpuTime=0.36  mem=15M155
0.94	   
0.94	   preprocessing
0.95	     nbConstraintChecks=492516  nbPropagations=1779  nbRevisions=22448  nbUselessRevisions=20612  nbSingletonTests=130
0.95	     nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=280  detectedInconsistency=no
0.95	       =>  wckTime=0.083  cpuTime=0.06  mem=15M155
0.99	   
0.99	   search
0.99	     run=0  nbConstraintChecks=395049  nbPropagations=2956  nbRevisions=40420  nbUselessRevisions=37113
0.99	     nbAssignments=37  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=51  nbRestartNogoods=0  mapSize=10
0.99	     nbInferences=1  nbTooLargeKeys=0
0.99	       =>  wckTime=0.132  cpuTime=0.09  mem=15M155
1.02	   
1.02	   search
1.02	     run=1  nbConstraintChecks=728487  nbPropagations=6865  nbRevisions=95907  nbUselessRevisions=88157
1.02	     nbAssignments=79  nbFailedAssignments=13  nbBacktracks=26  nbVisitedNodes=108  nbRestartNogoods=2  mapSize=24
1.02	     nbInferences=2  nbTooLargeKeys=0
1.02	       =>  wckTime=0.156  cpuTime=0.11  mem=15M155
1.05	   
1.05	   search
1.05	     run=2  nbConstraintChecks=1224918  nbPropagations=12347  nbRevisions=174230  nbUselessRevisions=160066
1.05	     nbAssignments=140  nbFailedAssignments=26  nbBacktracks=52  nbVisitedNodes=198  nbRestartNogoods=3  mapSize=47
1.05	     nbInferences=7  nbTooLargeKeys=0
1.05	       =>  wckTime=0.19  cpuTime=0.15  mem=15M155
1.08	   
1.08	   search
1.08	     run=3  nbConstraintChecks=1657889  nbPropagations=19034  nbRevisions=272332  nbUselessRevisions=250397
1.08	     nbAssignments=216  nbFailedAssignments=46  nbBacktracks=87  nbVisitedNodes=318  nbRestartNogoods=4  mapSize=82
1.08	     nbInferences=11  nbTooLargeKeys=0
1.08	       =>  wckTime=0.22  cpuTime=0.17  mem=15M155
1.14	   
1.14	   search
1.14	     run=4  nbConstraintChecks=2415163  nbPropagations=28258  nbRevisions=406177  nbUselessRevisions=373128
1.14	     nbAssignments=335  nbFailedAssignments=85  nbBacktracks=137  nbVisitedNodes=511  nbRestartNogoods=5  mapSize=127
1.14	     nbInferences=21  nbTooLargeKeys=0
1.14	       =>  wckTime=0.282  cpuTime=0.22  mem=15M155
1.20	   
1.20	   search
1.20	     run=5  nbConstraintChecks=3294731  nbPropagations=40557  nbRevisions=581595  nbUselessRevisions=533491
1.20	     nbAssignments=481  nbFailedAssignments=124  nbBacktracks=212  nbVisitedNodes=740  nbRestartNogoods=10  mapSize=183
1.20	     nbInferences=33  nbTooLargeKeys=0
1.20	       =>  wckTime=0.341  cpuTime=0.28  mem=15M155
1.31	   
1.31	   search
1.31	     run=6  nbConstraintChecks=5012893  nbPropagations=59198  nbRevisions=839299  nbUselessRevisions=767930
1.31	     nbAssignments=755  nbFailedAssignments=191  nbBacktracks=325  nbVisitedNodes=1124  nbRestartNogoods=16  mapSize=267
1.31	     nbInferences=65  nbTooLargeKeys=0
1.31	       =>  wckTime=0.453  cpuTime=0.39  mem=16M130
1.44	   
1.44	   search
1.44	     run=7  nbConstraintChecks=6991801  nbPropagations=85493  nbRevisions=1192204  nbUselessRevisions=1088378
1.44	     nbAssignments=1116  nbFailedAssignments=279  nbBacktracks=497  nbVisitedNodes=1664  nbRestartNogoods=22
1.44	     mapSize=404  nbInferences=113  nbTooLargeKeys=0
1.44	       =>  wckTime=0.583  cpuTime=0.53  mem=16M130
1.65	   
1.65	   search
1.65	     run=8  nbConstraintChecks=10049318  nbPropagations=123303  nbRevisions=1692908  nbUselessRevisions=1541312
1.65	     nbAssignments=1645  nbFailedAssignments=433  nbBacktracks=754  nbVisitedNodes=2553  nbRestartNogoods=25
1.65	     mapSize=632  nbInferences=212  nbTooLargeKeys=0
1.65	       =>  wckTime=0.793  cpuTime=0.72  mem=16M130
1.90	   
1.90	   search
1.90	     run=9  nbConstraintChecks=14096724  nbPropagations=176432  nbRevisions=2389869  nbUselessRevisions=2171107
1.90	     nbAssignments=2330  nbFailedAssignments=671  nbBacktracks=1138  nbVisitedNodes=3708  nbRestartNogoods=34
1.90	     mapSize=986  nbInferences=251  nbTooLargeKeys=0
1.90	       =>  wckTime=1.039  cpuTime=0.96  mem=16M130
2.22	   
2.22	   search
2.22	     run=10  nbConstraintChecks=19228059  nbPropagations=249237  nbRevisions=3336229  nbUselessRevisions=3026177
2.22	     nbAssignments=3395  nbFailedAssignments=955  nbBacktracks=1716  nbVisitedNodes=5370  nbRestartNogoods=40
2.22	     mapSize=1452  nbInferences=388  nbTooLargeKeys=0
2.22	       =>  wckTime=1.362  cpuTime=1.27  mem=16M130
2.67	   
2.67	   search
2.67	     run=11  nbConstraintChecks=26456283  nbPropagations=351708  nbRevisions=4635637  nbUselessRevisions=4198412
2.67	     nbAssignments=4883  nbFailedAssignments=1351  nbBacktracks=2580  nbVisitedNodes=7759  nbRestartNogoods=45
2.67	     mapSize=2121  nbInferences=591  nbTooLargeKeys=0
2.67	       =>  wckTime=1.807  cpuTime=1.71  mem=16M130
3.23	   
3.23	   search
3.23	     run=12  nbConstraintChecks=35349211  nbPropagations=488872  nbRevisions=6374188  nbUselessRevisions=5770554
3.23	     nbAssignments=7325  nbFailedAssignments=1794  nbBacktracks=3878  nbVisitedNodes=11572  nbRestartNogoods=54
3.23	     mapSize=3055  nbInferences=1225  nbTooLargeKeys=0
3.23	       =>  wckTime=2.372  cpuTime=2.27  mem=17M106
4.10	   
4.10	   search
4.10	     run=13  nbConstraintChecks=49140832  nbPropagations=666585  nbRevisions=8778042  nbUselessRevisions=7963316
4.10	     nbAssignments=11076  nbFailedAssignments=2636  nbBacktracks=5824  nbVisitedNodes=17785  nbRestartNogoods=60
4.10	     mapSize=4676  nbInferences=2129  nbTooLargeKeys=0
4.10	       =>  wckTime=3.241  cpuTime=3.12  mem=18M81
5.17	   
5.17	   search
5.17	     run=14  nbConstraintChecks=65605535  nbPropagations=909294  nbRevisions=11988278  nbUselessRevisions=10885338
5.17	     nbAssignments=15698  nbFailedAssignments=3581  nbBacktracks=8745  nbVisitedNodes=24819  nbRestartNogoods=70
5.17	     mapSize=6430  nbInferences=2841  nbTooLargeKeys=0
5.17	       =>  wckTime=4.306  cpuTime=4.17  mem=19M121
6.92	   
6.92	   search
6.92	     run=15  nbConstraintChecks=93625503  nbPropagations=1269917  nbRevisions=16586953  nbUselessRevisions=15051550
6.92	     nbAssignments=22567  nbFailedAssignments=5201  nbBacktracks=13124  nbVisitedNodes=35325  nbRestartNogoods=75
6.92	     mapSize=9129  nbInferences=3669  nbTooLargeKeys=0
6.92	       =>  wckTime=6.062  cpuTime=5.91  mem=20M97
10.43	   
10.43	   search
10.43	     run=16  nbConstraintChecks=150511597  nbPropagations=1786960  nbRevisions=23955483  nbUselessRevisions=21811214
10.43	     nbAssignments=36198  nbFailedAssignments=8431  nbBacktracks=19692  nbVisitedNodes=58857  nbRestartNogoods=78
10.43	     mapSize=15127  nbInferences=7483  nbTooLargeKeys=0
10.43	       =>  wckTime=9.567  cpuTime=9.38  mem=23M22
15.35	   
15.35	   search
15.35	     run=17  nbConstraintChecks=226956446  nbPropagations=2563125  nbRevisions=35108674  nbUselessRevisions=32052828
15.35	     nbAssignments=55777  nbFailedAssignments=12168  nbBacktracks=29544  nbVisitedNodes=91140  nbRestartNogoods=86
15.35	     mapSize=22903  nbInferences=13451  nbTooLargeKeys=0
15.35	       =>  wckTime=14.489  cpuTime=14.26  mem=26M923
23.01	   
23.01	   search
23.01	     run=18  nbConstraintChecks=352002221  nbPropagations=3867212  nbRevisions=52448011  nbUselessRevisions=47836883
23.01	     nbAssignments=80288  nbFailedAssignments=17732  nbBacktracks=44323  nbVisitedNodes=129882  nbRestartNogoods=91
23.01	     mapSize=32903  nbInferences=17582  nbTooLargeKeys=0
23.01	       =>  wckTime=22.146  cpuTime=21.85  mem=32M774
34.40	   
34.40	   search
34.40	     run=19  nbConstraintChecks=535116016  nbPropagations=5621868  nbRevisions=78653457  nbUselessRevisions=71991298
34.40	     nbAssignments=125182  nbFailedAssignments=27056  nbBacktracks=66491  nbVisitedNodes=206421  nbRestartNogoods=99
34.40	     mapSize=53713  nbInferences=30965  nbTooLargeKeys=0
34.40	       =>  wckTime=33.541  cpuTime=33.13  mem=43M50
47.51	   
47.51	   search
47.51	     run=20  nbConstraintChecks=737971035  nbPropagations=8158130  nbRevisions=114944685  nbUselessRevisions=105333770
47.51	     nbAssignments=182248  nbFailedAssignments=36814  nbBacktracks=99746  nbVisitedNodes=294833  nbRestartNogoods=107
47.51	     mapSize=75784  nbInferences=45002  nbTooLargeKeys=0
47.51	       =>  wckTime=46.644  cpuTime=46.01  mem=27M636
75.67	   
75.67	   search
75.67	     run=21  nbConstraintChecks=1185120085  nbPropagations=12374074  nbRevisions=173168991  nbUselessRevisions=158650733
75.67	     nbAssignments=283156  nbFailedAssignments=50007  nbBacktracks=149625  nbVisitedNodes=457233  nbRestartNogoods=117
75.67	     mapSize=116208  nbInferences=82820  nbTooLargeKeys=0
75.67	       =>  wckTime=74.806  cpuTime=73.91  mem=50M567
112.91	   
112.91	   search
112.91	     run=22  nbConstraintChecks=1792593486  nbPropagations=18829636  nbRevisions=260898162  nbUselessRevisions=238867928
112.91	     nbAssignments=421205  nbFailedAssignments=74401  nbBacktracks=224443  nbVisitedNodes=677235  nbRestartNogoods=130
112.91	     mapSize=165904  nbInferences=121602  nbTooLargeKeys=0
112.91	       =>  wckTime=112.05  cpuTime=110.62  mem=54M535
196.03	   
196.03	   search
196.03	     run=23  nbConstraintChecks=3158589808  nbPropagations=30393690  nbRevisions=414281397  nbUselessRevisions=378522505
196.03	     nbAssignments=659832  nbFailedAssignments=110220  nbBacktracks=336672  nbVisitedNodes=1070368  nbRestartNogoods=138
196.03	     mapSize=261254  nbInferences=212163  nbTooLargeKeys=0
196.03	       =>  wckTime=195.164  cpuTime=192.76  mem=82M725
289.79	   
289.79	   search
289.79	     run=24  nbConstraintChecks=4671740593  nbPropagations=47505197  nbRevisions=641574208  nbUselessRevisions=585705151
289.79	     nbAssignments=995964  nbFailedAssignments=164626  nbBacktracks=505015  nbVisitedNodes=1618254  nbRestartNogoods=149
289.79	     mapSize=387519  nbInferences=325509  nbTooLargeKeys=0
289.79	       =>  wckTime=288.929  cpuTime=285.48  mem=131M73
444.66	   
444.66	   search
444.66	     run=25  nbConstraintChecks=7131196783  nbPropagations=73741914  nbRevisions=988727888  nbUselessRevisions=901868204
444.66	     nbAssignments=1523448  nbFailedAssignments=255848  nbBacktracks=757526  nbVisitedNodes=2489324
444.66	     nbRestartNogoods=158  mapSize=590944  nbInferences=509224  nbTooLargeKeys=0
444.66	       =>  wckTime=443.801  cpuTime=438.32  mem=175M701
630.16	   
630.16	   search
630.16	     run=26  nbConstraintChecks=10062754593  nbPropagations=111870877  nbRevisions=1481429368
630.16	     nbUselessRevisions=1349633003  nbAssignments=2219418  nbFailedAssignments=370502  nbBacktracks=1136293
630.16	     nbVisitedNodes=3584222  nbRestartNogoods=176  mapSize=847561  nbInferences=711628  nbTooLargeKeys=0
630.16	       =>  wckTime=629.295  cpuTime=621.49  mem=261M347
961.59	   
961.59	   search
961.59	     run=27  nbConstraintChecks=15341816824  nbPropagations=167215817  nbRevisions=2227212453
961.59	     nbUselessRevisions=2030908484  nbAssignments=3460469  nbFailedAssignments=545593  nbBacktracks=1704444
961.59	     nbVisitedNodes=5637957  nbRestartNogoods=192  mapSize=1335287  nbInferences=1209398  nbTooLargeKeys=0
961.59	       =>  wckTime=960.731  cpuTime=948.84  mem=409M152
1557.05	   
1557.05	   INFO : Stopping hyperNogood (mapSize=1915693, nbTooLargekeys=0, mem=600M229)
1612.43	   
1612.43	   search
1612.43	     run=28  nbConstraintChecks=26195358714  nbPropagations=266183511  nbRevisions=3499931374
1612.43	     nbUselessRevisions=3187437682  nbAssignments=5217219  nbFailedAssignments=891860  nbBacktracks=2556672
1612.43	     nbVisitedNodes=8557193  nbRestartNogoods=207
1612.43	       =>  wckTime=1611.57  cpuTime=1592.08  mem=600M229

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/node61/watcher-238566-1168356395 -o ROOT/results/node61/solver-238566-1168356395 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238566-1168356395/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: 0.85 0.97 1.09 4/73 24229
/proc/meminfo: memFree=1846280/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=1784 CPUtime=0
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 165 0 0 0 0 0 0 0 18 0 1 0 184037344 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/24228/statm: 446 136 102 14 0 91 0

[startup+0.105313 s]
/proc/loadavg: 0.85 0.97 1.09 4/73 24229
/proc/meminfo: memFree=1846280/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=914988 CPUtime=0.08
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 2978 0 1 0 7 1 0 0 19 0 8 0 184037344 936947712 2724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072925086 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24228/statm: 228747 2724 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513381 s]
/proc/loadavg: 0.85 0.97 1.09 4/73 24229
/proc/meminfo: memFree=1846280/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=915328 CPUtime=0.5
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 6304 0 1 0 45 5 0 0 18 0 8 0 184037344 937295872 6043 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24228/statm: 228832 6043 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33452 s]
/proc/loadavg: 0.85 0.97 1.09 3/89 24246
/proc/meminfo: memFree=1778952/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=915552 CPUtime=1.3
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 8823 0 1 0 122 8 0 0 24 0 8 0 184037344 937525248 8561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835571 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24228/statm: 228888 8561 2524 14 0 215358 0
[pid=24228/tid=24232] ppid=24214 vsize=915552 CPUtime=0.03
/proc/24228/task/24232/stat : 24232 (java) S 24214 24228 24104 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 184037348 937525248 8561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24235] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24235/stat : 24235 (java) S 24214 24228 24104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 8561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24237] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24237/stat : 24237 (java) S 24214 24228 24104 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184037348 937525248 8561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24238] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24238/stat : 24238 (java) S 24214 24228 24104 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184037352 937525248 8561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24240] ppid=24214 vsize=915552 CPUtime=0.22
/proc/24228/task/24240/stat : 24240 (java) S 24214 24228 24104 0 -1 64 386 0 0 0 21 1 0 0 15 0 8 0 184037352 937525248 8561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24242] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24242/stat : 24242 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 184037352 937525248 8561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24244] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24244/stat : 24244 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184037352 937525248 8561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915552

[startup+2.98081 s]
/proc/loadavg: 0.94 0.98 1.09 3/89 24246
/proc/meminfo: memFree=1778184/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=915552 CPUtime=2.93
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 9100 0 1 0 285 8 0 0 25 0 8 0 184037344 937525248 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24228/statm: 228888 8836 2524 14 0 215358 0
[pid=24228/tid=24232] ppid=24214 vsize=915552 CPUtime=0.03
/proc/24228/task/24232/stat : 24232 (java) S 24214 24228 24104 0 -1 64 300 0 0 0 3 0 0 0 17 0 8 0 184037348 937525248 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24235] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24235/stat : 24235 (java) S 24214 24228 24104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24237] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24237/stat : 24237 (java) S 24214 24228 24104 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184037348 937525248 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24238] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24238/stat : 24238 (java) S 24214 24228 24104 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184037352 937525248 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24240] ppid=24214 vsize=915552 CPUtime=0.26
/proc/24228/task/24240/stat : 24240 (java) S 24214 24228 24104 0 -1 64 403 0 0 0 25 1 0 0 16 0 8 0 184037352 937525248 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24242] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24242/stat : 24242 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 184037352 937525248 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24244] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24244/stat : 24244 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184037352 937525248 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915552

[startup+6.27138 s]
/proc/loadavg: 0.94 0.98 1.09 4/89 24246
/proc/meminfo: memFree=1775184/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=915552 CPUtime=6.19
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 9806 0 1 0 610 9 0 0 25 0 8 0 184037344 937525248 9541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839590 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24228/statm: 228888 9541 2524 14 0 215358 0
[pid=24228/tid=24232] ppid=24214 vsize=915552 CPUtime=0.03
/proc/24228/task/24232/stat : 24232 (java) S 24214 24228 24104 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 184037348 937525248 9541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24235] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24235/stat : 24235 (java) S 24214 24228 24104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 9541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24237] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24237/stat : 24237 (java) S 24214 24228 24104 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184037348 937525248 9541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24238] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24238/stat : 24238 (java) S 24214 24228 24104 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184037352 937525248 9541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24240] ppid=24214 vsize=915552 CPUtime=0.26
/proc/24228/task/24240/stat : 24240 (java) S 24214 24228 24104 0 -1 64 404 0 0 0 25 1 0 0 17 0 8 0 184037352 937525248 9541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24242] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24242/stat : 24242 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 184037352 937525248 9541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24244] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24244/stat : 24244 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184037352 937525248 9541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915552

[startup+12.7485 s]
/proc/loadavg: 1.10 1.02 1.10 3/89 24246
/proc/meminfo: memFree=1770072/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=915552 CPUtime=12.6
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 11042 0 1 0 1251 9 0 0 25 0 8 0 184037344 937525248 10777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835383 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24228/statm: 228888 10777 2524 14 0 215358 0
[pid=24228/tid=24232] ppid=24214 vsize=915552 CPUtime=0.03
/proc/24228/task/24232/stat : 24232 (java) S 24214 24228 24104 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 184037348 937525248 10777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24235] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24235/stat : 24235 (java) S 24214 24228 24104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 10777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24237] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24237/stat : 24237 (java) S 24214 24228 24104 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184037348 937525248 10777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24238] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24238/stat : 24238 (java) S 24214 24228 24104 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184037352 937525248 10777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24240] ppid=24214 vsize=915552 CPUtime=0.26
/proc/24228/task/24240/stat : 24240 (java) S 24214 24228 24104 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 184037352 937525248 10777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24242] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24242/stat : 24242 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 184037352 937525248 10777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24244] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24244/stat : 24244 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184037352 937525248 10777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915552

[startup+25.6348 s]
/proc/loadavg: 1.24 1.05 1.11 4/89 24246
/proc/meminfo: memFree=1760736/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=915552 CPUtime=25.37
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 13484 0 1 0 2527 10 0 0 25 0 8 0 184037344 937525248 13219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24228/statm: 228888 13219 2524 14 0 215358 0
[pid=24228/tid=24232] ppid=24214 vsize=915552 CPUtime=0.03
/proc/24228/task/24232/stat : 24232 (java) S 24214 24228 24104 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 184037348 937525248 13219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24235] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24235/stat : 24235 (java) S 24214 24228 24104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 13219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24237] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24237/stat : 24237 (java) S 24214 24228 24104 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184037348 937525248 13219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24238] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24238/stat : 24238 (java) S 24214 24228 24104 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184037352 937525248 13219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24240] ppid=24214 vsize=915552 CPUtime=0.26
/proc/24228/task/24240/stat : 24240 (java) S 24214 24228 24104 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 184037352 937525248 13219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24242] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24242/stat : 24242 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 184037352 937525248 13219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24244] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24244/stat : 24244 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184037352 937525248 13219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915552

[startup+51.2533 s]
/proc/loadavg: 1.50 1.12 1.13 3/89 24246
/proc/meminfo: memFree=1710624/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=915552 CPUtime=50.76
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 22340 0 1 0 5062 14 0 0 25 0 8 0 184037344 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073904509 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24228/statm: 228888 22074 2528 14 0 215358 0
[pid=24228/tid=24232] ppid=24214 vsize=915552 CPUtime=0.14
/proc/24228/task/24232/stat : 24232 (java) S 24214 24228 24104 0 -1 64 5322 0 0 0 13 1 0 0 16 0 8 0 184037348 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24235] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24235/stat : 24235 (java) S 24214 24228 24104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24237] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24237/stat : 24237 (java) S 24214 24228 24104 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24238] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24238/stat : 24238 (java) S 24214 24228 24104 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184037352 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24240] ppid=24214 vsize=915552 CPUtime=0.26
/proc/24228/task/24240/stat : 24240 (java) S 24214 24228 24104 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 184037352 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24242] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24242/stat : 24242 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 184037352 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24244] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24244/stat : 24244 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184037352 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 915552

[startup+102.47 s]
/proc/loadavg: 1.80 1.27 1.18 3/89 24246
/proc/meminfo: memFree=1641120/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=915552 CPUtime=101.5
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 29690 0 1 0 10133 17 0 0 25 0 8 0 184037344 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839570 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24228/statm: 228888 29423 2528 14 0 215358 0
[pid=24228/tid=24232] ppid=24214 vsize=915552 CPUtime=0.33
/proc/24228/task/24232/stat : 24232 (java) S 24214 24228 24104 0 -1 64 12671 0 0 0 29 4 0 0 16 0 8 0 184037348 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24235] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24235/stat : 24235 (java) S 24214 24228 24104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24237] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24237/stat : 24237 (java) S 24214 24228 24104 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24238] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24238/stat : 24238 (java) S 24214 24228 24104 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184037352 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24240] ppid=24214 vsize=915552 CPUtime=0.26
/proc/24228/task/24240/stat : 24240 (java) S 24214 24228 24104 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 184037352 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24242] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24242/stat : 24242 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 184037352 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24244] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24244/stat : 24244 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184037352 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 915552

[startup+162.553 s]
/proc/loadavg: 2.00 1.42 1.23 4/89 24246
/proc/meminfo: memFree=1641120/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=915552 CPUtime=161.04
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 29690 0 1 0 16086 18 0 0 25 0 8 0 184037344 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073859417 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1482.9 s]
/proc/loadavg: 2.05 1.99 1.78 3/89 24246
/proc/meminfo: memFree=994464/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=915552 CPUtime=1469.27
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 149408 0 1 0 146855 72 0 0 25 0 8 0 184037344 937525248 149121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073877853 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24228/statm: 228888 149121 2528 14 0 215358 0
[pid=24228/tid=24232] ppid=24214 vsize=915552 CPUtime=4.39
/proc/24228/task/24232/stat : 24232 (java) S 24214 24228 24104 0 -1 64 132369 0 0 0 384 55 0 0 16 0 8 0 184037348 937525248 149121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24235] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24235/stat : 24235 (java) S 24214 24228 24104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 149121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24237] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24237/stat : 24237 (java) S 24214 24228 24104 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 149121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24238] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24238/stat : 24238 (java) S 24214 24228 24104 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184037352 937525248 149121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24240] ppid=24214 vsize=915552 CPUtime=0.26
/proc/24228/task/24240/stat : 24240 (java) S 24214 24228 24104 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 184037352 937525248 149121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24242] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24242/stat : 24242 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 184037352 937525248 149121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24244] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24244/stat : 24244 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184037352 937525248 149121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.27
Current children cumulated vsize (KiB) 915552

[startup+1542.92 s]
/proc/loadavg: 2.02 1.99 1.80 3/89 24246
/proc/meminfo: memFree=969312/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=915552 CPUtime=1528.73
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 155676 0 1 0 152798 75 0 0 25 0 8 0 184037344 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839673 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24228/statm: 228888 155388 2528 14 0 215358 0
[pid=24228/tid=24232] ppid=24214 vsize=915552 CPUtime=4.62
/proc/24228/task/24232/stat : 24232 (java) S 24214 24228 24104 0 -1 64 138636 0 0 0 404 58 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24235] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24235/stat : 24235 (java) S 24214 24228 24104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24237] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24237/stat : 24237 (java) S 24214 24228 24104 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24238] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24238/stat : 24238 (java) S 24214 24228 24104 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24240] ppid=24214 vsize=915552 CPUtime=0.26
/proc/24228/task/24240/stat : 24240 (java) S 24214 24228 24104 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24242] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24242/stat : 24242 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24244] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24244/stat : 24244 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.73
Current children cumulated vsize (KiB) 915552

[startup+1602.93 s]
/proc/loadavg: 2.00 1.99 1.81 3/89 24246
/proc/meminfo: memFree=927328/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=915552 CPUtime=1588.18
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 155676 0 1 0 158743 75 0 0 25 0 8 0 184037344 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839531 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24228/statm: 228888 155388 2528 14 0 215358 0
[pid=24228/tid=24232] ppid=24214 vsize=915552 CPUtime=4.62
/proc/24228/task/24232/stat : 24232 (java) S 24214 24228 24104 0 -1 64 138636 0 0 0 404 58 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24235] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24235/stat : 24235 (java) S 24214 24228 24104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24237] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24237/stat : 24237 (java) S 24214 24228 24104 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24238] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24238/stat : 24238 (java) S 24214 24228 24104 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24240] ppid=24214 vsize=915552 CPUtime=0.26
/proc/24228/task/24240/stat : 24240 (java) S 24214 24228 24104 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24242] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24242/stat : 24242 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24244] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24244/stat : 24244 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.18
Current children cumulated vsize (KiB) 915552

[startup+1662.93 s]
/proc/loadavg: 2.00 1.99 1.82 3/89 24246
/proc/meminfo: memFree=927200/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=915552 CPUtime=1647.63
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 155677 0 1 0 164688 75 0 0 25 0 8 0 184037344 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073853799 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24228/statm: 228888 155388 2528 14 0 215358 0
[pid=24228/tid=24232] ppid=24214 vsize=915552 CPUtime=4.62
/proc/24228/task/24232/stat : 24232 (java) S 24214 24228 24104 0 -1 64 138636 0 0 0 404 58 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24235] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24235/stat : 24235 (java) S 24214 24228 24104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24237] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24237/stat : 24237 (java) S 24214 24228 24104 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24238] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24238/stat : 24238 (java) S 24214 24228 24104 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24240] ppid=24214 vsize=915552 CPUtime=0.26
/proc/24228/task/24240/stat : 24240 (java) S 24214 24228 24104 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24242] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24242/stat : 24242 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24244] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24244/stat : 24244 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.63
Current children cumulated vsize (KiB) 915552

[startup+1722.93 s]
/proc/loadavg: 2.00 1.99 1.82 3/89 24246
/proc/meminfo: memFree=927200/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=915552 CPUtime=1707.09
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 155677 0 1 0 170634 75 0 0 25 0 8 0 184037344 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839673 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24228/statm: 228888 155388 2528 14 0 215358 0
[pid=24228/tid=24232] ppid=24214 vsize=915552 CPUtime=4.62
/proc/24228/task/24232/stat : 24232 (java) S 24214 24228 24104 0 -1 64 138636 0 0 0 404 58 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24235] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24235/stat : 24235 (java) S 24214 24228 24104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24237] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24237/stat : 24237 (java) S 24214 24228 24104 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24238] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24238/stat : 24238 (java) S 24214 24228 24104 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24240] ppid=24214 vsize=915552 CPUtime=0.26
/proc/24228/task/24240/stat : 24240 (java) S 24214 24228 24104 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24242] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24242/stat : 24242 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24244] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24244/stat : 24244 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.09
Current children cumulated vsize (KiB) 915552

[startup+1782.95 s]
/proc/loadavg: 2.05 2.00 1.84 3/89 24246
/proc/meminfo: memFree=927200/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=915552 CPUtime=1766.56
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 155677 0 1 0 176580 76 0 0 25 0 8 0 184037344 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835433 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24228/statm: 228888 155388 2528 14 0 215358 0
[pid=24228/tid=24232] ppid=24214 vsize=915552 CPUtime=4.62
/proc/24228/task/24232/stat : 24232 (java) S 24214 24228 24104 0 -1 64 138636 0 0 0 404 58 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24235] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24235/stat : 24235 (java) S 24214 24228 24104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24237] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24237/stat : 24237 (java) S 24214 24228 24104 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24238] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24238/stat : 24238 (java) S 24214 24228 24104 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24240] ppid=24214 vsize=915552 CPUtime=0.26
/proc/24228/task/24240/stat : 24240 (java) S 24214 24228 24104 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24242] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24242/stat : 24242 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24244] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24244/stat : 24244 (java) R 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.56
Current children cumulated vsize (KiB) 915552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.62 s]
/proc/loadavg: 2.09 2.02 1.84 3/92 24300
/proc/meminfo: memFree=1189768/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24214 vsize=915552 CPUtime=1800.01
/proc/24228/stat : 24228 (java) R 24214 24228 24104 0 -1 0 155677 0 1 0 179925 76 0 0 25 0 8 0 184037344 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851730 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24228/statm: 228888 155388 2528 14 0 215358 0
[pid=24228/tid=24232] ppid=24214 vsize=915552 CPUtime=4.62
/proc/24228/task/24232/stat : 24232 (java) S 24214 24228 24104 0 -1 64 138636 0 0 0 404 58 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24235] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24235/stat : 24235 (java) S 24214 24228 24104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24237] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24237/stat : 24237 (java) S 24214 24228 24104 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184037348 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24238] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24238/stat : 24238 (java) S 24214 24228 24104 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24240] ppid=24214 vsize=915552 CPUtime=0.26
/proc/24228/task/24240/stat : 24240 (java) S 24214 24228 24104 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24242] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24242/stat : 24242 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24228/tid=24244] ppid=24214 vsize=915552 CPUtime=0
/proc/24228/task/24244/stat : 24244 (java) S 24214 24228 24104 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184037352 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915552

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

Child status: 143
Real time (s): 1816.78
CPU time (s): 1800.17
CPU user time (s): 1799.31
CPU system time (s): 0.856869
CPU usage (%): 99.0858
Max. virtual memory (cumulated for all children) (KiB): 915552

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

runsolver used 2.08668 s user time and 5.99009 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Tue Jan  9 15:26:35 UTC 2007


IDJOB= 238566
IDBENCH= 7009
FILE ID= node61/238566-1168356395

PBS_JOBID= 3503972

Free space on /tmp= 66517 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  cfdbf0bf28850a1803f64cc72d52db68

RANDOM SEED= 987930621

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.259
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.259
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:       1847568 kB
Buffers:         12804 kB
Cached:         126188 kB
SwapCached:          0 kB
Active:         108448 kB
Inactive:        50852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5496 kB
Writeback:           0 kB
Mapped:          30852 kB
Slab:            34716 kB
Committed_AS:  4180124 kB
PageTables:       1668 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= 66518 MiB



End job on node61 on Tue Jan  9 15:56:52 UTC 2007