Trace number 238908

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 1815.9

General information on the benchmark

NameblackHole/BH-4-13/
BlackHole-4-13-e-2_ext.xml
MD5SUM4fd3da60666aa17646751e550d3ce3db
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 variables208
Number of constraints4218
Maximum constraint arity2
Maximum domain size52
Number of constraints which are defined in extension4218
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.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/238908-1168361438/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.44	     nbVariables=208  nbDomainTypes=4  minDomainSize=1  maxDomainSize=52
0.44	       =>  wckTime=0.13  cpuTime=0.11  mem=7M927
0.45	   
0.45	   relations being loaded...
0.47	   
0.47	   constraints being loaded...
0.77	     nbConstraints=4217  nbRelationTypes=9  nbSingletonDomainVariables=3  nbDisconnectedVariables=1
0.77	     nbExtensionStructures=9  nbSharedExtensionStructures=4208  nbConflictsStructures=9
0.77	     nbSharedConflictsStructures=4208  nbSharedBinaryRepresentations=372  maxDegree=104  maxArity=2
0.77	       =>  wckTime=0.454  cpuTime=0.31  mem=19M678
0.83	   
0.83	   solver IterativeSystematicSolver being built... 
1.01	       =>  wckTime=0.693  cpuTime=0.46  mem=17M676
1.35	   
1.35	   preprocessing
1.35	     nbConstraintChecks=6003238  nbPropagations=5899  nbRevisions=132481  nbUselessRevisions=126269
1.35	     nbSingletonTests=238  nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=793  detectedInconsistency=no
1.35	       =>  wckTime=0.336  cpuTime=0.3  mem=17M676
1.57	   
1.57	   search
1.57	     run=0  nbConstraintChecks=4169799  nbPropagations=9258  nbRevisions=224395  nbUselessRevisions=213747
1.57	     nbAssignments=55  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=69  nbRestartNogoods=0  mapSize=10
1.57	     nbInferences=1  nbTooLargeKeys=0
1.57	       =>  wckTime=0.553  cpuTime=0.49  mem=17M676
1.74	   
1.74	   search
1.74	     run=1  nbConstraintChecks=8248581  nbPropagations=21743  nbRevisions=538588  nbUselessRevisions=513216
1.74	     nbAssignments=117  nbFailedAssignments=14  nbBacktracks=25  nbVisitedNodes=148  nbRestartNogoods=2  mapSize=25
1.74	     nbInferences=2  nbTooLargeKeys=0
1.74	       =>  wckTime=0.725  cpuTime=0.66  mem=17M676
1.92	   
1.92	   search
1.92	     run=2  nbConstraintChecks=12702699  nbPropagations=37922  nbRevisions=951188  nbUselessRevisions=906175
1.92	     nbAssignments=188  nbFailedAssignments=21  nbBacktracks=48  nbVisitedNodes=237  nbRestartNogoods=4  mapSize=38
1.92	     nbInferences=6  nbTooLargeKeys=0
1.92	       =>  wckTime=0.904  cpuTime=0.84  mem=17M676
2.08	   
2.08	   search
2.08	     run=3  nbConstraintChecks=16802395  nbPropagations=57284  nbRevisions=1454056  nbUselessRevisions=1385392
2.08	     nbAssignments=282  nbFailedAssignments=36  nbBacktracks=91  nbVisitedNodes=360  nbRestartNogoods=7  mapSize=65
2.08	     nbInferences=7  nbTooLargeKeys=0
2.08	       =>  wckTime=1.072  cpuTime=1.0  mem=17M676
2.37	   
2.37	   search
2.37	     run=4  nbConstraintChecks=23755202  nbPropagations=83318  nbRevisions=2113919  nbUselessRevisions=2011940
2.37	     nbAssignments=406  nbFailedAssignments=57  nbBacktracks=142  nbVisitedNodes=541  nbRestartNogoods=8  mapSize=109
2.37	     nbInferences=20  nbTooLargeKeys=0
2.37	       =>  wckTime=1.354  cpuTime=1.28  mem=17M676
2.61	   
2.61	   search
2.61	     run=5  nbConstraintChecks=29413828  nbPropagations=114093  nbRevisions=2900225  nbUselessRevisions=2758834
2.61	     nbAssignments=565  nbFailedAssignments=91  nbBacktracks=226  nbVisitedNodes=775  nbRestartNogoods=11  mapSize=175
2.61	     nbInferences=27  nbTooLargeKeys=0
2.61	       =>  wckTime=1.593  cpuTime=1.51  mem=17M676
3.02	   
3.02	   search
3.02	     run=6  nbConstraintChecks=39973543  nbPropagations=155353  nbRevisions=3927327  nbUselessRevisions=3730662
3.02	     nbAssignments=791  nbFailedAssignments=141  nbBacktracks=343  nbVisitedNodes=1125  nbRestartNogoods=12  mapSize=275
3.02	     nbInferences=49  nbTooLargeKeys=0
3.02	       =>  wckTime=2.011  cpuTime=1.93  mem=18M651
3.55	   
3.55	   search
3.55	     run=7  nbConstraintChecks=52873078  nbPropagations=210156  nbRevisions=5251199  nbUselessRevisions=4978999
3.55	     nbAssignments=1129  nbFailedAssignments=238  nbBacktracks=514  nbVisitedNodes=1677  nbRestartNogoods=14
3.55	     mapSize=430  nbInferences=83  nbTooLargeKeys=0
3.55	       =>  wckTime=2.535  cpuTime=2.45  mem=18M651
4.16	   
4.16	   search
4.16	     run=8  nbConstraintChecks=67373283  nbPropagations=278104  nbRevisions=6902698  nbUselessRevisions=6538334
4.16	     nbAssignments=1653  nbFailedAssignments=373  nbBacktracks=773  nbVisitedNodes=2481  nbRestartNogoods=19
4.16	     mapSize=659  nbInferences=140  nbTooLargeKeys=0
4.16	       =>  wckTime=3.146  cpuTime=3.04  mem=18M651
5.24	   
5.24	   search
5.24	     run=9  nbConstraintChecks=93761607  nbPropagations=375850  nbRevisions=9167530  nbUselessRevisions=8667056
5.24	     nbAssignments=2433  nbFailedAssignments=494  nbBacktracks=1158  nbVisitedNodes=3729  nbRestartNogoods=23
5.24	     mapSize=963  nbInferences=375  nbTooLargeKeys=0
5.24	       =>  wckTime=4.231  cpuTime=4.1  mem=18M651
6.61	   
6.61	   search
6.61	     run=10  nbConstraintChecks=127470112  nbPropagations=509607  nbRevisions=12214394  nbUselessRevisions=11531770
6.61	     nbAssignments=3763  nbFailedAssignments=998  nbBacktracks=1736  nbVisitedNodes=5950  nbRestartNogoods=29
6.61	     mapSize=1466  nbInferences=528  nbTooLargeKeys=0
6.61	       =>  wckTime=5.594  cpuTime=5.45  mem=19M627
8.63	   
8.63	   search
8.63	     run=11  nbConstraintChecks=178258830  nbPropagations=703056  nbRevisions=16459243  nbUselessRevisions=15504563
8.63	     nbAssignments=5294  nbFailedAssignments=1398  nbBacktracks=2601  nbVisitedNodes=8419  nbRestartNogoods=31
8.63	     mapSize=2047  nbInferences=756  nbTooLargeKeys=0
8.63	       =>  wckTime=7.622  cpuTime=7.45  mem=20M602
11.06	   
11.06	   search
11.06	     run=12  nbConstraintChecks=239593261  nbPropagations=955246  nbRevisions=22116974  nbUselessRevisions=20817330
11.06	     nbAssignments=8063  nbFailedAssignments=2275  nbBacktracks=3898  nbVisitedNodes=13040  nbRestartNogoods=45
11.06	     mapSize=3303  nbInferences=1197  nbTooLargeKeys=0
11.06	       =>  wckTime=10.05  cpuTime=9.86  mem=21M577
14.60	   
14.60	   search
14.60	     run=13  nbConstraintChecks=329463270  nbPropagations=1303992  nbRevisions=29862032  nbUselessRevisions=28101721
14.60	     nbAssignments=12264  nbFailedAssignments=3386  nbBacktracks=5845  nbVisitedNodes=20073  nbRestartNogoods=53
14.60	     mapSize=5063  nbInferences=2218  nbTooLargeKeys=0
14.60	       =>  wckTime=13.589  cpuTime=13.37  mem=23M527
18.73	   
18.73	   search
18.73	     run=14  nbConstraintChecks=430875762  nbPropagations=1761596  nbRevisions=39998481  nbUselessRevisions=37623444
18.73	     nbAssignments=17312  nbFailedAssignments=4769  nbBacktracks=8764  nbVisitedNodes=28137  nbRestartNogoods=57
18.73	     mapSize=6946  nbInferences=2922  nbTooLargeKeys=0
18.73	       =>  wckTime=17.722  cpuTime=17.46  mem=25M543
22.63	   
22.63	   search
22.63	     run=15  nbConstraintChecks=520920159  nbPropagations=2304949  nbRevisions=52305726  nbUselessRevisions=49219713
22.63	     nbAssignments=25607  nbFailedAssignments=5957  nbBacktracks=13143  nbVisitedNodes=41094  nbRestartNogoods=65
22.63	     mapSize=9971  nbInferences=5608  nbTooLargeKeys=0
22.63	       =>  wckTime=21.621  cpuTime=21.32  mem=30M419
32.85	   
32.85	   search
32.85	     run=16  nbConstraintChecks=769225366  nbPropagations=3123948  nbRevisions=70573405  nbUselessRevisions=66382579
32.85	     nbAssignments=37069  nbFailedAssignments=9291  nbBacktracks=19721  nbVisitedNodes=59486  nbRestartNogoods=72
32.85	     mapSize=14228  nbInferences=7065  nbTooLargeKeys=0
32.85	       =>  wckTime=31.837  cpuTime=31.46  mem=35M295
57.53	   
57.53	   search
57.53	     run=17  nbConstraintChecks=1399728465  nbPropagations=4692707  nbRevisions=103690951  nbUselessRevisions=97451393
57.53	     nbAssignments=58103  nbFailedAssignments=15411  nbBacktracks=29573  nbVisitedNodes=95784  nbRestartNogoods=81
57.53	     mapSize=22875  nbInferences=12078  nbTooLargeKeys=0
57.53	       =>  wckTime=56.52  cpuTime=55.93  mem=46M997
75.63	   
75.63	   search
75.63	     run=18  nbConstraintChecks=1836632948  nbPropagations=6770230  nbRevisions=147339012  nbUselessRevisions=138422090
75.63	     nbAssignments=84325  nbFailedAssignments=21051  nbBacktracks=44353  nbVisitedNodes=136694  nbRestartNogoods=96
75.63	     mapSize=31805  nbInferences=17679  nbTooLargeKeys=0
75.63	       =>  wckTime=74.622  cpuTime=73.83  mem=32M175
98.05	   
98.05	   search
98.05	     run=19  nbConstraintChecks=2376220702  nbPropagations=9432542  nbRevisions=204097005  nbUselessRevisions=191789787
98.05	     nbAssignments=122751  nbFailedAssignments=28377  nbBacktracks=66524  nbVisitedNodes=196362  nbRestartNogoods=113
98.05	     mapSize=45856  nbInferences=26440  nbTooLargeKeys=0
98.05	       =>  wckTime=97.034  cpuTime=96.04  mem=54M58
136.73	   
136.73	   search
136.73	     run=20  nbConstraintChecks=3305640412  nbPropagations=12991743  nbRevisions=283237437  nbUselessRevisions=266478220
136.73	     nbAssignments=183436  nbFailedAssignments=41250  nbBacktracks=99780  nbVisitedNodes=294783  nbRestartNogoods=121
136.73	     mapSize=70435  nbInferences=40886  nbTooLargeKeys=0
136.73	       =>  wckTime=135.72  cpuTime=134.31  mem=61M379
211.97	   
211.97	   search
211.97	     run=21  nbConstraintChecks=5170864848  nbPropagations=18337702  nbRevisions=406132826  nbUselessRevisions=382899667
211.97	     nbAssignments=286774  nbFailedAssignments=61957  nbBacktracks=149659  nbVisitedNodes=467727  nbRestartNogoods=133
211.97	     mapSize=110350  nbInferences=73593  nbTooLargeKeys=0
211.97	       =>  wckTime=210.959  cpuTime=208.8  mem=97M662
278.21	   
278.21	   search
278.21	     run=22  nbConstraintChecks=6792079517  nbPropagations=25096648  nbRevisions=567169986  nbUselessRevisions=535833729
278.21	     nbAssignments=415366  nbFailedAssignments=84527  nbBacktracks=224478  nbVisitedNodes=668506  nbRestartNogoods=145
278.21	     mapSize=159555  nbInferences=104711  nbTooLargeKeys=0
278.21	       =>  wckTime=277.196  cpuTime=274.34  mem=138M978
397.28	   
397.28	   search
397.28	     run=23  nbConstraintChecks=9621187000  nbPropagations=34933117  nbRevisions=797269184  nbUselessRevisions=753988241
397.28	     nbAssignments=609463  nbFailedAssignments=124154  nbBacktracks=336705  nbVisitedNodes=972098  nbRestartNogoods=155
397.28	     mapSize=234066  nbInferences=146900  nbTooLargeKeys=0
397.28	       =>  wckTime=396.267  cpuTime=392.09  mem=173M715
962.40	   
962.40	   search
962.40	     run=24  nbConstraintChecks=23929537056  nbPropagations=61470283  nbRevisions=1360553987
962.40	     nbUselessRevisions=1285061180  nbAssignments=1020368  nbFailedAssignments=194954  nbBacktracks=505047
962.40	     nbVisitedNodes=1676110  nbRestartNogoods=179  mapSize=380371  nbInferences=318146  nbTooLargeKeys=0
962.40	       =>  wckTime=961.385  cpuTime=951.64  mem=301M443
1262.18	   
1262.18	   search
1262.18	     run=25  nbConstraintChecks=31107364538  nbPropagations=96517783  nbRevisions=2097893698
1262.18	     nbUselessRevisions=1979064124  nbAssignments=1448973  nbFailedAssignments=271317  nbBacktracks=757559
1262.18	     nbVisitedNodes=2339065  nbRestartNogoods=193  mapSize=537308  nbInferences=417827  nbTooLargeKeys=0
1262.18	       =>  wckTime=1261.166  cpuTime=1248.33  mem=410M160

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/node50/watcher-238908-1168361438 -o ROOT/results/node50/solver-238908-1168361438 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238908-1168361438/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.94 0.98 1.10 4/74 18223
/proc/meminfo: memFree=1444128/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=9748 CPUtime=0
/proc/18222/stat : 18222 (java) D 18220 18222 18011 0 -1 0 637 0 0 0 0 0 0 0 18 0 1 0 184542411 9981952 412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7918372 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/18222/statm: 2487 472 386 14 0 1142 0

[startup+0.104577 s]
/proc/loadavg: 0.94 0.98 1.10 4/74 18223
/proc/meminfo: memFree=1444128/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=914988 CPUtime=0.09
/proc/18222/stat : 18222 (java) S 18220 18222 18011 0 -1 0 2998 0 1 0 8 1 0 0 17 0 8 0 184542411 936947712 2744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18222/statm: 228747 2744 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.512644 s]
/proc/loadavg: 0.94 0.98 1.10 4/74 18223
/proc/meminfo: memFree=1444128/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=915328 CPUtime=0.48
/proc/18222/stat : 18222 (java) R 18220 18222 18011 0 -1 0 6411 0 1 0 45 3 0 0 18 0 8 0 184542411 937295872 6150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18222/statm: 228832 6150 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33379 s]
/proc/loadavg: 0.94 0.98 1.10 3/81 18230
/proc/meminfo: memFree=1412648/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=915572 CPUtime=1.3
/proc/18222/stat : 18222 (java) R 18220 18222 18011 0 -1 0 10558 0 1 0 124 6 0 0 24 0 8 0 184542411 937545728 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336160 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18222/statm: 228893 10296 2523 14 0 215363 0
[pid=18222/tid=18224] ppid=18220 vsize=915572 CPUtime=0.05
/proc/18222/task/18224/stat : 18224 (java) S 18220 18222 18011 0 -1 64 719 0 0 0 5 0 0 0 16 0 8 0 184542414 937545728 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18225] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18225/stat : 18225 (java) S 18220 18222 18011 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18226] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18226/stat : 18226 (java) S 18220 18222 18011 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184542415 937545728 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18227] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18227/stat : 18227 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184542418 937545728 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18228] ppid=18220 vsize=915572 CPUtime=0.25
/proc/18222/task/18228/stat : 18228 (java) S 18220 18222 18011 0 -1 64 407 0 0 0 24 1 0 0 16 0 8 0 184542418 937545728 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18229] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18229/stat : 18229 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184542418 937545728 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18230] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18230/stat : 18230 (java) S 18220 18222 18011 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184542418 937545728 10296 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) 915572

[startup+2.97706 s]
/proc/loadavg: 0.94 0.98 1.10 3/81 18230
/proc/meminfo: memFree=1412584/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=915572 CPUtime=2.93
/proc/18222/stat : 18222 (java) R 18220 18222 18011 0 -1 0 10572 0 1 0 287 6 0 0 25 0 8 0 184542411 937545728 10308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928428 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18222/statm: 228893 10308 2524 14 0 215363 0
[pid=18222/tid=18224] ppid=18220 vsize=915572 CPUtime=0.05
/proc/18222/task/18224/stat : 18224 (java) S 18220 18222 18011 0 -1 64 719 0 0 0 5 0 0 0 17 0 8 0 184542414 937545728 10308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18225] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18225/stat : 18225 (java) S 18220 18222 18011 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 10308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18226] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18226/stat : 18226 (java) S 18220 18222 18011 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184542415 937545728 10308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18227] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18227/stat : 18227 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184542418 937545728 10308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18228] ppid=18220 vsize=915572 CPUtime=0.28
/proc/18222/task/18228/stat : 18228 (java) S 18220 18222 18011 0 -1 64 418 0 0 0 27 1 0 0 15 0 8 0 184542418 937545728 10308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18229] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18229/stat : 18229 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184542418 937545728 10308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18230] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18230/stat : 18230 (java) S 18220 18222 18011 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184542418 937545728 10308 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) 915572

[startup+6.27061 s]
/proc/loadavg: 1.02 1.00 1.11 3/81 18230
/proc/meminfo: memFree=1412528/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=915572 CPUtime=6.2
/proc/18222/stat : 18222 (java) R 18220 18222 18011 0 -1 0 10590 0 1 0 613 7 0 0 25 0 8 0 184542411 937545728 10323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073941054 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18222/statm: 228893 10323 2524 14 0 215363 0
[pid=18222/tid=18224] ppid=18220 vsize=915572 CPUtime=0.05
/proc/18222/task/18224/stat : 18224 (java) S 18220 18222 18011 0 -1 64 719 0 0 0 5 0 0 0 17 0 8 0 184542414 937545728 10323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18225] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18225/stat : 18225 (java) S 18220 18222 18011 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 10323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18226] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18226/stat : 18226 (java) S 18220 18222 18011 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184542415 937545728 10323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18227] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18227/stat : 18227 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184542418 937545728 10323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18228] ppid=18220 vsize=915572 CPUtime=0.31
/proc/18222/task/18228/stat : 18228 (java) S 18220 18222 18011 0 -1 64 434 0 0 0 30 1 0 0 16 0 8 0 184542418 937545728 10323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18229] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18229/stat : 18229 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184542418 937545728 10323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18230] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18230/stat : 18230 (java) S 18220 18222 18011 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184542418 937545728 10323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915572

[startup+12.7477 s]
/proc/loadavg: 1.17 1.03 1.12 3/81 18230
/proc/meminfo: memFree=1412592/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=915572 CPUtime=12.62
/proc/18222/stat : 18222 (java) R 18220 18222 18011 0 -1 0 10593 0 1 0 1255 7 0 0 25 0 8 0 184542411 937545728 10325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073940912 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18222/statm: 228893 10325 2524 14 0 215363 0
[pid=18222/tid=18224] ppid=18220 vsize=915572 CPUtime=0.05
/proc/18222/task/18224/stat : 18224 (java) S 18220 18222 18011 0 -1 64 719 0 0 0 5 0 0 0 16 0 8 0 184542414 937545728 10325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18225] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18225/stat : 18225 (java) S 18220 18222 18011 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 10325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18226] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18226/stat : 18226 (java) S 18220 18222 18011 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184542415 937545728 10325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18227] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18227/stat : 18227 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184542418 937545728 10325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18228] ppid=18220 vsize=915572 CPUtime=0.32
/proc/18222/task/18228/stat : 18228 (java) S 18220 18222 18011 0 -1 64 436 0 0 0 31 1 0 0 16 0 8 0 184542418 937545728 10325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18229] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18229/stat : 18229 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184542418 937545728 10325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18230] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18230/stat : 18230 (java) S 18220 18222 18011 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184542418 937545728 10325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915572

[startup+25.6139 s]
/proc/loadavg: 1.30 1.06 1.13 3/81 18230
/proc/meminfo: memFree=1404144/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=915572 CPUtime=25.37
/proc/18222/stat : 18222 (java) R 18220 18222 18011 0 -1 0 12790 0 1 0 2530 7 0 0 25 0 8 0 184542411 937545728 12522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073923467 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18222/statm: 228893 12522 2524 14 0 215363 0
[pid=18222/tid=18224] ppid=18220 vsize=915572 CPUtime=0.05
/proc/18222/task/18224/stat : 18224 (java) S 18220 18222 18011 0 -1 64 719 0 0 0 5 0 0 0 16 0 8 0 184542414 937545728 12522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18225] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18225/stat : 18225 (java) S 18220 18222 18011 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 12522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18226] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18226/stat : 18226 (java) S 18220 18222 18011 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184542415 937545728 12522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18227] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18227/stat : 18227 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184542418 937545728 12522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18228] ppid=18220 vsize=915572 CPUtime=0.32
/proc/18222/task/18228/stat : 18228 (java) S 18220 18222 18011 0 -1 64 436 0 0 0 31 1 0 0 16 0 8 0 184542418 937545728 12522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18229] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18229/stat : 18229 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184542418 937545728 12522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18230] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18230/stat : 18230 (java) S 18220 18222 18011 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184542418 937545728 12522 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) 915572

[startup+51.2292 s]
/proc/loadavg: 1.54 1.14 1.15 3/81 18230
/proc/meminfo: memFree=1392112/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=915572 CPUtime=50.77
/proc/18222/stat : 18222 (java) R 18220 18222 18011 0 -1 0 15766 0 1 0 5069 8 0 0 25 0 8 0 184542411 937545728 15498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073923434 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18222/statm: 228893 15498 2524 14 0 215363 0
[pid=18222/tid=18224] ppid=18220 vsize=915572 CPUtime=0.05
/proc/18222/task/18224/stat : 18224 (java) S 18220 18222 18011 0 -1 64 719 0 0 0 5 0 0 0 16 0 8 0 184542414 937545728 15498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18225] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18225/stat : 18225 (java) S 18220 18222 18011 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 15498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18226] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18226/stat : 18226 (java) S 18220 18222 18011 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184542415 937545728 15498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18227] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18227/stat : 18227 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184542418 937545728 15498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18228] ppid=18220 vsize=915572 CPUtime=0.32
/proc/18222/task/18228/stat : 18228 (java) S 18220 18222 18011 0 -1 64 436 0 0 0 31 1 0 0 16 0 8 0 184542418 937545728 15498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18229] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18229/stat : 18229 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184542418 937545728 15498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18230] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18230/stat : 18230 (java) S 18220 18222 18011 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184542418 937545728 15498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 915572

[startup+102.451 s]
/proc/loadavg: 1.80 1.27 1.19 3/81 18230
/proc/meminfo: memFree=1365040/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=915572 CPUtime=101.56
/proc/18222/stat : 18222 (java) R 18220 18222 18011 0 -1 0 22512 0 1 0 10146 10 0 0 25 0 8 0 184542411 937545728 22243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928619 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18222/statm: 228893 22243 2528 14 0 215363 0
[pid=18222/tid=18224] ppid=18220 vsize=915572 CPUtime=0.11
/proc/18222/task/18224/stat : 18224 (java) S 18220 18222 18011 0 -1 64 5465 0 0 0 10 1 0 0 16 0 8 0 184542414 937545728 22243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18225] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18225/stat : 18225 (java) S 18220 18222 18011 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 22243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18226] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18226/stat : 18226 (java) S 18220 18222 18011 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 22243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18227] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18227/stat : 18227 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184542418 937545728 22243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18228] ppid=18220 vsize=915572 CPUtime=0.32
/proc/18222/task/18228/stat : 18228 (java) S 18220 18222 18011 0 -1 64 436 0 0 0 31 1 0 0 16 0 8 0 184542418 937545728 22243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18229] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18229/stat : 18229 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184542418 937545728 22243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18230] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18230/stat : 18230 (java) S 18220 18222 18011 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184542418 937545728 22243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 915572

[startup+162.529 s]
/proc/loadavg: 1.92 1.40 1.24 3/81 18230
/proc/meminfo: memFree=1336304/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=915572 CPUtime=161.14
/proc/18222/stat : 18222 (java) R 18220 18222 18011 0 -1 0 29682 0 1 0 16101 13 0 0 25 0 8 0 184542411 937545728 29411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928480 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1411.42
Current children cumulated vsize (KiB) 915572

[startup+1483.96 s]
/proc/loadavg: 2.00 1.97 1.78 3/83 18430
/proc/meminfo: memFree=942432/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=915572 CPUtime=1471.01
/proc/18222/stat : 18222 (java) R 18220 18222 18011 0 -1 0 127922 0 1 0 147051 50 0 0 25 0 8 0 184542411 937545728 127634 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928397 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18222/statm: 228893 127634 2528 14 0 215363 0
[pid=18222/tid=18224] ppid=18220 vsize=915572 CPUtime=1.91
/proc/18222/task/18224/stat : 18224 (java) S 18220 18222 18011 0 -1 64 110853 0 0 0 151 40 0 0 16 0 8 0 184542414 937545728 127634 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18225] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18225/stat : 18225 (java) S 18220 18222 18011 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 127634 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18226] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18226/stat : 18226 (java) S 18220 18222 18011 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 127634 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18227] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18227/stat : 18227 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184542418 937545728 127634 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18228] ppid=18220 vsize=915572 CPUtime=0.32
/proc/18222/task/18228/stat : 18228 (java) S 18220 18222 18011 0 -1 64 439 0 0 0 31 1 0 0 16 0 8 0 184542418 937545728 127634 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18229] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18229/stat : 18229 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184542418 937545728 127634 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18230] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18230/stat : 18230 (java) S 18220 18222 18011 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184542418 937545728 127634 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1471.01
Current children cumulated vsize (KiB) 915572

[startup+1544.03 s]
/proc/loadavg: 2.07 1.99 1.80 3/83 18430
/proc/meminfo: memFree=920928/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=915572 CPUtime=1530.59
/proc/18222/stat : 18222 (java) R 18220 18222 18011 0 -1 0 133289 0 1 0 153006 53 0 0 25 0 8 0 184542411 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073934979 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18222/statm: 228893 133000 2528 14 0 215363 0
[pid=18222/tid=18224] ppid=18220 vsize=915572 CPUtime=2
/proc/18222/task/18224/stat : 18224 (java) S 18220 18222 18011 0 -1 64 116219 0 0 0 158 42 0 0 16 0 8 0 184542414 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18225] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18225/stat : 18225 (java) S 18220 18222 18011 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18226] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18226/stat : 18226 (java) S 18220 18222 18011 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18227] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18227/stat : 18227 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184542418 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18228] ppid=18220 vsize=915572 CPUtime=0.32
/proc/18222/task/18228/stat : 18228 (java) S 18220 18222 18011 0 -1 64 439 0 0 0 31 1 0 0 16 0 8 0 184542418 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18229] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18229/stat : 18229 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184542418 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18230] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18230/stat : 18230 (java) S 18220 18222 18011 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184542418 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.59
Current children cumulated vsize (KiB) 915572

[startup+1604.1 s]
/proc/loadavg: 2.02 1.99 1.81 3/83 18430
/proc/meminfo: memFree=898784/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=915572 CPUtime=1590.12
/proc/18222/stat : 18222 (java) R 18220 18222 18011 0 -1 0 138795 0 1 0 158957 55 0 0 25 0 8 0 184542411 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073939865 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18222/statm: 228893 138505 2528 14 0 215363 0
[pid=18222/tid=18224] ppid=18220 vsize=915572 CPUtime=2.1
/proc/18222/task/18224/stat : 18224 (java) S 18220 18222 18011 0 -1 64 121724 0 0 0 166 44 0 0 16 0 8 0 184542414 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18225] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18225/stat : 18225 (java) S 18220 18222 18011 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18226] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18226/stat : 18226 (java) S 18220 18222 18011 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18227] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18227/stat : 18227 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184542418 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18228] ppid=18220 vsize=915572 CPUtime=0.32
/proc/18222/task/18228/stat : 18228 (java) S 18220 18222 18011 0 -1 64 439 0 0 0 31 1 0 0 16 0 8 0 184542418 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18229] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18229/stat : 18229 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184542418 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18230] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18230/stat : 18230 (java) S 18220 18222 18011 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184542418 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.12
Current children cumulated vsize (KiB) 915572

[startup+1664.17 s]
/proc/loadavg: 2.01 1.99 1.82 3/83 18432
/proc/meminfo: memFree=898592/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=915572 CPUtime=1649.68
/proc/18222/stat : 18222 (java) R 18220 18222 18011 0 -1 0 138795 0 1 0 164913 55 0 0 25 0 8 0 184542411 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928505 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18222/statm: 228893 138505 2528 14 0 215363 0
[pid=18222/tid=18224] ppid=18220 vsize=915572 CPUtime=2.1
/proc/18222/task/18224/stat : 18224 (java) S 18220 18222 18011 0 -1 64 121724 0 0 0 166 44 0 0 16 0 8 0 184542414 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18225] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18225/stat : 18225 (java) S 18220 18222 18011 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18226] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18226/stat : 18226 (java) S 18220 18222 18011 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18227] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18227/stat : 18227 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184542418 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18228] ppid=18220 vsize=915572 CPUtime=0.32
/proc/18222/task/18228/stat : 18228 (java) S 18220 18222 18011 0 -1 64 439 0 0 0 31 1 0 0 16 0 8 0 184542418 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18229] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18229/stat : 18229 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184542418 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18230] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18230/stat : 18230 (java) S 18220 18222 18011 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184542418 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.68
Current children cumulated vsize (KiB) 915572

[startup+1724.24 s]
/proc/loadavg: 2.05 2.00 1.83 3/83 18432
/proc/meminfo: memFree=876960/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=915572 CPUtime=1709.22
/proc/18222/stat : 18222 (java) R 18220 18222 18011 0 -1 0 144224 0 1 0 170865 57 0 0 25 0 8 0 184542411 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073945845 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18222/statm: 228893 143933 2528 14 0 215363 0
[pid=18222/tid=18224] ppid=18220 vsize=915572 CPUtime=2.19
/proc/18222/task/18224/stat : 18224 (java) S 18220 18222 18011 0 -1 64 127152 0 0 0 173 46 0 0 16 0 8 0 184542414 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18225] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18225/stat : 18225 (java) S 18220 18222 18011 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18226] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18226/stat : 18226 (java) S 18220 18222 18011 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18227] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18227/stat : 18227 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184542418 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18228] ppid=18220 vsize=915572 CPUtime=0.32
/proc/18222/task/18228/stat : 18228 (java) S 18220 18222 18011 0 -1 64 439 0 0 0 31 1 0 0 16 0 8 0 184542418 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18229] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18229/stat : 18229 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184542418 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18230] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18230/stat : 18230 (java) S 18220 18222 18011 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184542418 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.22
Current children cumulated vsize (KiB) 915572

[startup+1784.32 s]
/proc/loadavg: 2.02 2.00 1.84 3/83 18432
/proc/meminfo: memFree=855840/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=915572 CPUtime=1768.75
/proc/18222/stat : 18222 (java) R 18220 18222 18011 0 -1 0 149479 0 1 0 176817 58 0 0 25 0 8 0 184542411 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073967280 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18222/statm: 228893 149187 2528 14 0 215363 0
[pid=18222/tid=18224] ppid=18220 vsize=915572 CPUtime=2.28
/proc/18222/task/18224/stat : 18224 (java) S 18220 18222 18011 0 -1 64 132406 0 0 0 181 47 0 0 16 0 8 0 184542414 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18225] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18225/stat : 18225 (java) S 18220 18222 18011 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18226] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18226/stat : 18226 (java) S 18220 18222 18011 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18227] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18227/stat : 18227 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184542418 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18228] ppid=18220 vsize=915572 CPUtime=0.32
/proc/18222/task/18228/stat : 18228 (java) S 18220 18222 18011 0 -1 64 439 0 0 0 31 1 0 0 16 0 8 0 184542418 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18229] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18229/stat : 18229 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184542418 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18230] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18230/stat : 18230 (java) S 18220 18222 18011 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184542418 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.75
Current children cumulated vsize (KiB) 915572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.8 s]
/proc/loadavg: 2.01 2.00 1.84 3/88 18506
/proc/meminfo: memFree=840896/2055920 swapFree=4191892/4192956
[pid=18222] ppid=18220 vsize=915572 CPUtime=1800.07
/proc/18222/stat : 18222 (java) R 18220 18222 18011 0 -1 0 149479 0 1 0 179947 60 0 0 25 0 8 0 184542411 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073923448 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18222/statm: 228893 149187 2528 14 0 215363 0
[pid=18222/tid=18224] ppid=18220 vsize=915572 CPUtime=2.28
/proc/18222/task/18224/stat : 18224 (java) S 18220 18222 18011 0 -1 64 132406 0 0 0 181 47 0 0 16 0 8 0 184542414 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18225] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18225/stat : 18225 (java) S 18220 18222 18011 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18226] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18226/stat : 18226 (java) S 18220 18222 18011 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184542415 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18227] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18227/stat : 18227 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184542418 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18228] ppid=18220 vsize=915572 CPUtime=0.32
/proc/18222/task/18228/stat : 18228 (java) S 18220 18222 18011 0 -1 64 439 0 0 0 31 1 0 0 16 0 8 0 184542418 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18229] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18229/stat : 18229 (java) S 18220 18222 18011 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184542418 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18222/tid=18230] ppid=18220 vsize=915572 CPUtime=0
/proc/18222/task/18230/stat : 18230 (java) S 18220 18222 18011 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184542418 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 915572

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

Child status: 143
Real time (s): 1815.9
CPU time (s): 1800.17
CPU user time (s): 1799.48
CPU system time (s): 0.687895
CPU usage (%): 99.1338
Max. virtual memory (cumulated for all children) (KiB): 915572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 0.687895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149496
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= 38232
involuntary context switches= 71164

runsolver used 2.21866 s user time and 5.83811 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Tue Jan  9 16:50:39 UTC 2007


IDJOB= 238908
IDBENCH= 7027
FILE ID= node50/238908-1168361438

PBS_JOBID= 3504004

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4fd3da60666aa17646751e550d3ce3db

RANDOM SEED= 582484855

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.263
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	: 5931.00
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.263
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:       1444544 kB
Buffers:         78804 kB
Cached:         447052 kB
SwapCached:        396 kB
Active:         225656 kB
Inactive:       327204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1444544 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3888 kB
Writeback:           0 kB
Mapped:          37080 kB
Slab:            43920 kB
Committed_AS:  4639392 kB
PageTables:       1832 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= 66560 MiB



End job on node50 on Tue Jan  9 17:20:55 UTC 2007