Trace number 238889

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.16 1816.9

General information on the benchmark

NameblackHole/BH-4-13/
BlackHole-4-13-m-0_ext.xml
MD5SUM811accd700d628ecbc30bc8faaf190de
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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/238889-1168361241/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.45	     nbVariables=208  nbDomainTypes=4  minDomainSize=1  maxDomainSize=52
0.45	       =>  wckTime=0.132  cpuTime=0.11  mem=7M927
0.45	   
0.45	   relations being loaded...
0.47	   
0.47	   constraints being loaded...
0.78	     nbConstraints=4217  nbRelationTypes=9  nbSingletonDomainVariables=3  nbDisconnectedVariables=1
0.78	     nbExtensionStructures=9  nbSharedExtensionStructures=4208  nbConflictsStructures=9
0.78	     nbSharedConflictsStructures=4208  nbSharedBinaryRepresentations=372  maxDegree=104  maxArity=2
0.78	       =>  wckTime=0.459  cpuTime=0.33  mem=19M678
0.84	   
0.85	   solver IterativeSystematicSolver being built... 
1.02	       =>  wckTime=0.702  cpuTime=0.48  mem=17M676
1.38	   
1.38	   preprocessing
1.38	     nbConstraintChecks=6008541  nbPropagations=5902  nbRevisions=132601  nbUselessRevisions=126389
1.38	     nbSingletonTests=238  nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=793  detectedInconsistency=no
1.38	       =>  wckTime=0.349  cpuTime=0.31  mem=17M676
1.59	   
1.59	   search
1.59	     run=0  nbConstraintChecks=4169799  nbPropagations=9261  nbRevisions=224515  nbUselessRevisions=213867
1.59	     nbAssignments=55  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=69  nbRestartNogoods=0  mapSize=10
1.59	     nbInferences=1  nbTooLargeKeys=0
1.59	       =>  wckTime=0.565  cpuTime=0.51  mem=17M676
1.76	   
1.76	   search
1.76	     run=1  nbConstraintChecks=8248581  nbPropagations=21749  nbRevisions=538828  nbUselessRevisions=513456
1.76	     nbAssignments=117  nbFailedAssignments=14  nbBacktracks=25  nbVisitedNodes=148  nbRestartNogoods=2  mapSize=25
1.77	     nbInferences=2  nbTooLargeKeys=0
1.77	       =>  wckTime=0.74  cpuTime=0.67  mem=17M676
1.95	   
1.95	   search
1.95	     run=2  nbConstraintChecks=12702699  nbPropagations=37931  nbRevisions=951548  nbUselessRevisions=906535
1.95	     nbAssignments=188  nbFailedAssignments=21  nbBacktracks=48  nbVisitedNodes=237  nbRestartNogoods=4  mapSize=38
1.95	     nbInferences=6  nbTooLargeKeys=0
1.95	       =>  wckTime=0.921  cpuTime=0.85  mem=17M676
2.12	   
2.12	   search
2.12	     run=3  nbConstraintChecks=16802395  nbPropagations=57296  nbRevisions=1454536  nbUselessRevisions=1385872
2.12	     nbAssignments=282  nbFailedAssignments=36  nbBacktracks=91  nbVisitedNodes=360  nbRestartNogoods=7  mapSize=65
2.12	     nbInferences=7  nbTooLargeKeys=0
2.12	       =>  wckTime=1.092  cpuTime=1.02  mem=17M676
2.41	   
2.41	   search
2.41	     run=4  nbConstraintChecks=23755202  nbPropagations=83333  nbRevisions=2114519  nbUselessRevisions=2012540
2.41	     nbAssignments=406  nbFailedAssignments=57  nbBacktracks=142  nbVisitedNodes=541  nbRestartNogoods=8  mapSize=109
2.41	     nbInferences=20  nbTooLargeKeys=0
2.41	       =>  wckTime=1.384  cpuTime=1.3  mem=17M676
2.65	   
2.65	   search
2.65	     run=5  nbConstraintChecks=29413828  nbPropagations=114111  nbRevisions=2900945  nbUselessRevisions=2759554
2.65	     nbAssignments=565  nbFailedAssignments=91  nbBacktracks=226  nbVisitedNodes=775  nbRestartNogoods=11  mapSize=175
2.65	     nbInferences=27  nbTooLargeKeys=0
2.65	       =>  wckTime=1.621  cpuTime=1.54  mem=17M676
3.07	   
3.07	   search
3.07	     run=6  nbConstraintChecks=39973543  nbPropagations=155374  nbRevisions=3928167  nbUselessRevisions=3731502
3.07	     nbAssignments=791  nbFailedAssignments=141  nbBacktracks=343  nbVisitedNodes=1125  nbRestartNogoods=12  mapSize=275
3.07	     nbInferences=49  nbTooLargeKeys=0
3.07	       =>  wckTime=2.047  cpuTime=1.96  mem=18M651
3.61	   
3.61	   search
3.61	     run=7  nbConstraintChecks=52873078  nbPropagations=210180  nbRevisions=5252159  nbUselessRevisions=4979959
3.61	     nbAssignments=1129  nbFailedAssignments=238  nbBacktracks=514  nbVisitedNodes=1677  nbRestartNogoods=14
3.61	     mapSize=430  nbInferences=83  nbTooLargeKeys=0
3.61	       =>  wckTime=2.585  cpuTime=2.49  mem=18M651
4.22	   
4.22	   search
4.22	     run=8  nbConstraintChecks=67373283  nbPropagations=278131  nbRevisions=6903778  nbUselessRevisions=6539414
4.22	     nbAssignments=1653  nbFailedAssignments=373  nbBacktracks=773  nbVisitedNodes=2481  nbRestartNogoods=19
4.22	     mapSize=659  nbInferences=140  nbTooLargeKeys=0
4.22	       =>  wckTime=3.199  cpuTime=3.08  mem=18M651
5.32	   
5.32	   search
5.32	     run=9  nbConstraintChecks=93761607  nbPropagations=375880  nbRevisions=9168730  nbUselessRevisions=8668256
5.32	     nbAssignments=2433  nbFailedAssignments=494  nbBacktracks=1158  nbVisitedNodes=3729  nbRestartNogoods=23
5.32	     mapSize=963  nbInferences=375  nbTooLargeKeys=0
5.32	       =>  wckTime=4.294  cpuTime=4.16  mem=18M651
6.69	   
6.69	   search
6.69	     run=10  nbConstraintChecks=127470112  nbPropagations=509640  nbRevisions=12215714  nbUselessRevisions=11533090
6.69	     nbAssignments=3763  nbFailedAssignments=998  nbBacktracks=1736  nbVisitedNodes=5950  nbRestartNogoods=29
6.69	     mapSize=1466  nbInferences=528  nbTooLargeKeys=0
6.69	       =>  wckTime=5.665  cpuTime=5.51  mem=19M627
8.73	   
8.73	   search
8.73	     run=11  nbConstraintChecks=178258830  nbPropagations=703092  nbRevisions=16460683  nbUselessRevisions=15506003
8.73	     nbAssignments=5294  nbFailedAssignments=1398  nbBacktracks=2601  nbVisitedNodes=8419  nbRestartNogoods=31
8.73	     mapSize=2047  nbInferences=756  nbTooLargeKeys=0
8.73	       =>  wckTime=7.708  cpuTime=7.53  mem=20M602
11.17	   
11.17	   search
11.17	     run=12  nbConstraintChecks=239593261  nbPropagations=955285  nbRevisions=22118534  nbUselessRevisions=20818890
11.17	     nbAssignments=8063  nbFailedAssignments=2275  nbBacktracks=3898  nbVisitedNodes=13040  nbRestartNogoods=45
11.17	     mapSize=3303  nbInferences=1197  nbTooLargeKeys=0
11.17	       =>  wckTime=10.149  cpuTime=9.95  mem=21M577
14.71	   
14.71	   search
14.71	     run=13  nbConstraintChecks=329463270  nbPropagations=1304034  nbRevisions=29863712  nbUselessRevisions=28103401
14.72	     nbAssignments=12264  nbFailedAssignments=3386  nbBacktracks=5845  nbVisitedNodes=20073  nbRestartNogoods=53
14.72	     mapSize=5063  nbInferences=2218  nbTooLargeKeys=0
14.72	       =>  wckTime=13.69  cpuTime=13.46  mem=23M527
18.88	   
18.88	   search
18.88	     run=14  nbConstraintChecks=430875762  nbPropagations=1761641  nbRevisions=40000281  nbUselessRevisions=37625244
18.88	     nbAssignments=17312  nbFailedAssignments=4769  nbBacktracks=8764  nbVisitedNodes=28137  nbRestartNogoods=57
18.88	     mapSize=6946  nbInferences=2922  nbTooLargeKeys=0
18.88	       =>  wckTime=17.857  cpuTime=17.58  mem=25M543
22.85	   
22.85	   search
22.85	     run=15  nbConstraintChecks=520920159  nbPropagations=2304997  nbRevisions=52307646  nbUselessRevisions=49221633
22.85	     nbAssignments=25607  nbFailedAssignments=5957  nbBacktracks=13143  nbVisitedNodes=41094  nbRestartNogoods=65
22.85	     mapSize=9971  nbInferences=5608  nbTooLargeKeys=0
22.85	       =>  wckTime=21.82  cpuTime=21.5  mem=30M419
33.16	   
33.16	   search
33.16	     run=16  nbConstraintChecks=769225366  nbPropagations=3123999  nbRevisions=70575445  nbUselessRevisions=66384619
33.16	     nbAssignments=37069  nbFailedAssignments=9291  nbBacktracks=19721  nbVisitedNodes=59486  nbRestartNogoods=72
33.16	     mapSize=14228  nbInferences=7065  nbTooLargeKeys=0
33.16	       =>  wckTime=32.133  cpuTime=31.73  mem=35M295
58.25	   
58.25	   search
58.25	     run=17  nbConstraintChecks=1399728465  nbPropagations=4692761  nbRevisions=103693111  nbUselessRevisions=97453553
58.25	     nbAssignments=58103  nbFailedAssignments=15411  nbBacktracks=29573  nbVisitedNodes=95784  nbRestartNogoods=81
58.25	     mapSize=22875  nbInferences=12078  nbTooLargeKeys=0
58.25	       =>  wckTime=57.227  cpuTime=56.59  mem=46M997
76.62	   
76.62	   search
76.62	     run=18  nbConstraintChecks=1836632948  nbPropagations=6770287  nbRevisions=147341292  nbUselessRevisions=138424370
76.62	     nbAssignments=84325  nbFailedAssignments=21051  nbBacktracks=44353  nbVisitedNodes=136694  nbRestartNogoods=96
76.62	     mapSize=31805  nbInferences=17679  nbTooLargeKeys=0
76.62	       =>  wckTime=75.592  cpuTime=74.72  mem=32M175
99.34	   
99.34	   search
99.34	     run=19  nbConstraintChecks=2376220702  nbPropagations=9432602  nbRevisions=204099405  nbUselessRevisions=191792187
99.34	     nbAssignments=122751  nbFailedAssignments=28377  nbBacktracks=66524  nbVisitedNodes=196362  nbRestartNogoods=113
99.34	     mapSize=45856  nbInferences=26440  nbTooLargeKeys=0
99.34	       =>  wckTime=98.317  cpuTime=97.23  mem=54M58
138.58	   
138.58	   search
138.58	     run=20  nbConstraintChecks=3305640412  nbPropagations=12991806  nbRevisions=283239957  nbUselessRevisions=266480740
138.58	     nbAssignments=183436  nbFailedAssignments=41250  nbBacktracks=99780  nbVisitedNodes=294783  nbRestartNogoods=121
138.58	     mapSize=70435  nbInferences=40886  nbTooLargeKeys=0
138.58	       =>  wckTime=137.551  cpuTime=136.0  mem=61M379
215.36	   
215.36	   search
215.36	     run=21  nbConstraintChecks=5170864848  nbPropagations=18337768  nbRevisions=406135466  nbUselessRevisions=382902307
215.36	     nbAssignments=286774  nbFailedAssignments=61957  nbBacktracks=149659  nbVisitedNodes=467727  nbRestartNogoods=133
215.36	     mapSize=110350  nbInferences=73593  nbTooLargeKeys=0
215.36	       =>  wckTime=214.333  cpuTime=211.97  mem=97M662
282.45	   
282.45	   search
282.45	     run=22  nbConstraintChecks=6792079517  nbPropagations=25096717  nbRevisions=567172746  nbUselessRevisions=535836489
282.45	     nbAssignments=415366  nbFailedAssignments=84527  nbBacktracks=224478  nbVisitedNodes=668506  nbRestartNogoods=145
282.45	     mapSize=159555  nbInferences=104711  nbTooLargeKeys=0
282.45	       =>  wckTime=281.421  cpuTime=278.34  mem=138M978
403.27	   
403.28	   search
403.28	     run=23  nbConstraintChecks=9621187000  nbPropagations=34933189  nbRevisions=797272064  nbUselessRevisions=753991121
403.28	     nbAssignments=609463  nbFailedAssignments=124154  nbBacktracks=336705  nbVisitedNodes=972098  nbRestartNogoods=155
403.28	     mapSize=234066  nbInferences=146900  nbTooLargeKeys=0
403.28	       =>  wckTime=402.25  cpuTime=397.71  mem=173M715
982.77	   
982.77	   search
982.77	     run=24  nbConstraintChecks=23929537056  nbPropagations=61470358  nbRevisions=1360556987
982.77	     nbUselessRevisions=1285064180  nbAssignments=1020368  nbFailedAssignments=194954  nbBacktracks=505047
982.77	     nbVisitedNodes=1676110  nbRestartNogoods=179  mapSize=380371  nbInferences=318146  nbTooLargeKeys=0
982.77	       =>  wckTime=981.742  cpuTime=971.17  mem=301M443
1286.73	   
1286.73	   search
1286.73	     run=25  nbConstraintChecks=31107364538  nbPropagations=96517861  nbRevisions=2097896818
1286.73	     nbUselessRevisions=1979067244  nbAssignments=1448973  nbFailedAssignments=271317  nbBacktracks=757559
1286.73	     nbVisitedNodes=2339065  nbRestartNogoods=193  mapSize=537308  nbInferences=417827  nbTooLargeKeys=0
1286.73	       =>  wckTime=1285.705  cpuTime=1271.79  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/node72/watcher-238889-1168361241 -o ROOT/results/node72/solver-238889-1168361241 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238889-1168361241/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.01 1.00 1.00 5/95 6560
/proc/meminfo: memFree=1529168/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=18540 CPUtime=0
/proc/6559/stat : 6559 (runsolver) R 6557 6559 6306 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 184532966 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 234517753127 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/6559/statm: 4635 279 244 17 0 2626 0

[startup+0.109837 s]
/proc/loadavg: 1.01 1.00 1.00 5/95 6560
/proc/meminfo: memFree=1529168/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=914988 CPUtime=0.09
/proc/6559/stat : 6559 (java) R 6557 6559 6306 0 -1 0 3058 0 1 0 7 2 0 0 17 0 8 0 184532966 936947712 2804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 2971259 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6559/statm: 228747 2804 1449 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517869 s]
/proc/loadavg: 1.01 1.00 1.00 5/95 6560
/proc/meminfo: memFree=1529168/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=915328 CPUtime=0.49
/proc/6559/stat : 6559 (java) S 6557 6559 6306 0 -1 0 6411 0 1 0 46 3 0 0 17 0 8 0 184532966 937295872 6150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6559/statm: 228832 6150 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34095 s]
/proc/loadavg: 1.01 1.00 1.00 4/102 6567
/proc/meminfo: memFree=1497624/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=915572 CPUtime=1.31
/proc/6559/stat : 6559 (java) R 6557 6559 6306 0 -1 0 10558 0 1 0 124 7 0 0 18 0 8 0 184532966 937545728 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928513 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6559/statm: 228893 10296 2523 14 0 215363 0
[pid=6559/tid=6561] ppid=6557 vsize=915572 CPUtime=0.05
/proc/6559/task/6561/stat : 6561 (java) S 6557 6559 6306 0 -1 64 719 0 0 0 5 0 0 0 16 0 8 0 184532970 937545728 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6562] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6562/stat : 6562 (java) S 6557 6559 6306 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 184532971 937545728 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6563] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6563/stat : 6563 (java) S 6557 6559 6306 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184532971 937545728 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6564] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6564/stat : 6564 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184532974 937545728 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6565] ppid=6557 vsize=915572 CPUtime=0.25
/proc/6559/task/6565/stat : 6565 (java) R 6557 6559 6306 0 -1 64 407 0 0 0 24 1 0 0 20 0 8 0 184532974 937545728 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6566] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6566/stat : 6566 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184532974 937545728 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6567] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6567/stat : 6567 (java) S 6557 6559 6306 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184532974 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.31
Current children cumulated vsize (KiB) 915572

[startup+2.99409 s]
/proc/loadavg: 1.09 1.02 1.01 4/102 6567
/proc/meminfo: memFree=1497496/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=915572 CPUtime=2.95
/proc/6559/stat : 6559 (java) R 6557 6559 6306 0 -1 0 10572 0 1 0 288 7 0 0 25 0 8 0 184532966 937545728 10308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928422 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6559/statm: 228893 10308 2524 14 0 215363 0
[pid=6559/tid=6561] ppid=6557 vsize=915572 CPUtime=0.05
/proc/6559/task/6561/stat : 6561 (java) S 6557 6559 6306 0 -1 64 719 0 0 0 5 0 0 0 17 0 8 0 184532970 937545728 10308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6562] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6562/stat : 6562 (java) S 6557 6559 6306 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 184532971 937545728 10308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6563] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6563/stat : 6563 (java) S 6557 6559 6306 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184532971 937545728 10308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6564] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6564/stat : 6564 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184532974 937545728 10308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6565] ppid=6557 vsize=915572 CPUtime=0.27
/proc/6559/task/6565/stat : 6565 (java) S 6557 6559 6306 0 -1 64 417 0 0 0 26 1 0 0 16 0 8 0 184532974 937545728 10308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6566] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6566/stat : 6566 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184532974 937545728 10308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6567] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6567/stat : 6567 (java) S 6557 6559 6306 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184532974 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.95
Current children cumulated vsize (KiB) 915572

[startup+6.28939 s]
/proc/loadavg: 1.09 1.02 1.01 3/102 6567
/proc/meminfo: memFree=1497432/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=915572 CPUtime=6.21
/proc/6559/stat : 6559 (java) R 6557 6559 6306 0 -1 0 10590 0 1 0 614 7 0 0 25 0 8 0 184532966 937545728 10323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073939865 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6559/statm: 228893 10323 2524 14 0 215363 0
[pid=6559/tid=6561] ppid=6557 vsize=915572 CPUtime=0.05
/proc/6559/task/6561/stat : 6561 (java) S 6557 6559 6306 0 -1 64 719 0 0 0 5 0 0 0 17 0 8 0 184532970 937545728 10323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6562] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6562/stat : 6562 (java) S 6557 6559 6306 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 184532971 937545728 10323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6563] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6563/stat : 6563 (java) S 6557 6559 6306 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184532971 937545728 10323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6564] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6564/stat : 6564 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184532974 937545728 10323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6565] ppid=6557 vsize=915572 CPUtime=0.31
/proc/6559/task/6565/stat : 6565 (java) S 6557 6559 6306 0 -1 64 433 0 0 0 30 1 0 0 16 0 8 0 184532974 937545728 10323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6566] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6566/stat : 6566 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184532974 937545728 10323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6567] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6567/stat : 6567 (java) S 6557 6559 6306 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184532974 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.21
Current children cumulated vsize (KiB) 915572

[startup+12.778 s]
/proc/loadavg: 1.23 1.05 1.02 3/102 6567
/proc/meminfo: memFree=1497560/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=915572 CPUtime=12.63
/proc/6559/stat : 6559 (java) R 6557 6559 6306 0 -1 0 10593 0 1 0 1256 7 0 0 25 0 8 0 184532966 937545728 10325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928422 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6559/statm: 228893 10325 2524 14 0 215363 0
[pid=6559/tid=6561] ppid=6557 vsize=915572 CPUtime=0.05
/proc/6559/task/6561/stat : 6561 (java) S 6557 6559 6306 0 -1 64 719 0 0 0 5 0 0 0 16 0 8 0 184532970 937545728 10325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6562] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6562/stat : 6562 (java) S 6557 6559 6306 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 184532971 937545728 10325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6563] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6563/stat : 6563 (java) S 6557 6559 6306 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184532971 937545728 10325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6564] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6564/stat : 6564 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184532974 937545728 10325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6565] ppid=6557 vsize=915572 CPUtime=0.32
/proc/6559/task/6565/stat : 6565 (java) S 6557 6559 6306 0 -1 64 435 0 0 0 31 1 0 0 16 0 8 0 184532974 937545728 10325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6566] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6566/stat : 6566 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184532974 937545728 10325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6567] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6567/stat : 6567 (java) S 6557 6559 6306 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184532974 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.63
Current children cumulated vsize (KiB) 915572

[startup+25.6222 s]
/proc/loadavg: 1.34 1.08 1.02 3/102 6567
/proc/meminfo: memFree=1489240/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=915572 CPUtime=25.37
/proc/6559/stat : 6559 (java) R 6557 6559 6306 0 -1 0 12767 0 1 0 2528 9 0 0 25 0 8 0 184532966 937545728 12499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928522 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6559/statm: 228893 12499 2524 14 0 215363 0
[pid=6559/tid=6561] ppid=6557 vsize=915572 CPUtime=0.05
/proc/6559/task/6561/stat : 6561 (java) S 6557 6559 6306 0 -1 64 719 0 0 0 5 0 0 0 16 0 8 0 184532970 937545728 12499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6562] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6562/stat : 6562 (java) S 6557 6559 6306 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 184532971 937545728 12499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6563] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6563/stat : 6563 (java) S 6557 6559 6306 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184532971 937545728 12499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6564] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6564/stat : 6564 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184532974 937545728 12499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6565] ppid=6557 vsize=915572 CPUtime=0.32
/proc/6559/task/6565/stat : 6565 (java) S 6557 6559 6306 0 -1 64 435 0 0 0 31 1 0 0 17 0 8 0 184532974 937545728 12499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6566] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6566/stat : 6566 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184532974 937545728 12499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6567] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6567/stat : 6567 (java) S 6557 6559 6306 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184532974 937545728 12499 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.2435 s]
/proc/loadavg: 1.57 1.15 1.05 3/102 6567
/proc/meminfo: memFree=1437464/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=915572 CPUtime=50.75
/proc/6559/stat : 6559 (java) R 6557 6559 6306 0 -1 0 15706 0 1 0 5065 10 0 0 25 0 8 0 184532966 937545728 15438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073975114 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6559/statm: 228893 15438 2524 14 0 215363 0
[pid=6559/tid=6561] ppid=6557 vsize=915572 CPUtime=0.05
/proc/6559/task/6561/stat : 6561 (java) S 6557 6559 6306 0 -1 64 719 0 0 0 5 0 0 0 16 0 8 0 184532970 937545728 15438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6562] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6562/stat : 6562 (java) S 6557 6559 6306 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 184532971 937545728 15438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6563] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6563/stat : 6563 (java) S 6557 6559 6306 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184532971 937545728 15438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6564] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6564/stat : 6564 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184532974 937545728 15438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6565] ppid=6557 vsize=915572 CPUtime=0.32
/proc/6559/task/6565/stat : 6565 (java) S 6557 6559 6306 0 -1 64 435 0 0 0 31 1 0 0 17 0 8 0 184532974 937545728 15438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6566] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6566/stat : 6566 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184532974 937545728 15438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6567] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6567/stat : 6567 (java) S 6557 6559 6306 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184532974 937545728 15438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 915572

[startup+102.514 s]
/proc/loadavg: 1.83 1.29 1.10 3/102 6567
/proc/meminfo: memFree=1410072/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=915572 CPUtime=101.55
/proc/6559/stat : 6559 (java) R 6557 6559 6306 0 -1 0 22512 0 1 0 10142 13 0 0 25 0 8 0 184532966 937545728 22243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928619 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6559/statm: 228893 22243 2528 14 0 215363 0
[pid=6559/tid=6561] ppid=6557 vsize=915572 CPUtime=0.11
/proc/6559/task/6561/stat : 6561 (java) S 6557 6559 6306 0 -1 64 5465 0 0 0 10 1 0 0 16 0 8 0 184532970 937545728 22243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6562] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6562/stat : 6562 (java) S 6557 6559 6306 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184532971 937545728 22243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6563] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6563/stat : 6563 (java) S 6557 6559 6306 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184532971 937545728 22243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6564] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6564/stat : 6564 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184532974 937545728 22243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6565] ppid=6557 vsize=915572 CPUtime=0.32
/proc/6559/task/6565/stat : 6565 (java) S 6557 6559 6306 0 -1 64 435 0 0 0 31 1 0 0 17 0 8 0 184532974 937545728 22243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6566] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6566/stat : 6566 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184532974 937545728 22243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6567] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6567/stat : 6567 (java) S 6557 6559 6306 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184532974 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.55
Current children cumulated vsize (KiB) 915572

[startup+162.558 s]
/proc/loadavg: 1.93 1.42 1.15 3/102 6567
/proc/meminfo: memFree=1340504/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=915572 CPUtime=161.04
/proc/6559/stat : 6559 (java) R 6557 6559 6306 0 -1 0 29682 0 1 0 16087 17 0 0 25 0 8 0 184532966 937545728 29411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928382 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1483.96 s]
/proc/loadavg: 2.01 2.01 1.78 3/102 6769
/proc/meminfo: memFree=614168/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=915572 CPUtime=1470.15
/proc/6559/stat : 6559 (java) R 6557 6559 6306 0 -1 0 127922 0 1 0 146948 67 0 0 25 0 8 0 184532966 937545728 127634 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073923622 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6559/statm: 228893 127634 2528 14 0 215363 0
[pid=6559/tid=6561] ppid=6557 vsize=915572 CPUtime=2.07
/proc/6559/task/6561/stat : 6561 (java) S 6557 6559 6306 0 -1 64 110853 0 0 0 163 44 0 0 16 0 8 0 184532970 937545728 127634 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6562] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6562/stat : 6562 (java) S 6557 6559 6306 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184532971 937545728 127634 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6563] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6563/stat : 6563 (java) S 6557 6559 6306 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184532971 937545728 127634 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6564] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6564/stat : 6564 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184532974 937545728 127634 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6565] ppid=6557 vsize=915572 CPUtime=0.32
/proc/6559/task/6565/stat : 6565 (java) S 6557 6559 6306 0 -1 64 438 0 0 0 31 1 0 0 17 0 8 0 184532974 937545728 127634 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6566] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6566/stat : 6566 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184532974 937545728 127634 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6567] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6567/stat : 6567 (java) S 6557 6559 6306 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184532974 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) 1470.15
Current children cumulated vsize (KiB) 915572

[startup+1544.02 s]
/proc/loadavg: 2.05 2.02 1.80 3/102 6769
/proc/meminfo: memFree=592664/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=915572 CPUtime=1529.67
/proc/6559/stat : 6559 (java) R 6557 6559 6306 0 -1 0 133289 0 1 0 152897 70 0 0 25 0 8 0 184532966 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928606 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6559/statm: 228893 133000 2528 14 0 215363 0
[pid=6559/tid=6561] ppid=6557 vsize=915572 CPUtime=2.18
/proc/6559/task/6561/stat : 6561 (java) S 6557 6559 6306 0 -1 64 116219 0 0 0 171 47 0 0 16 0 8 0 184532970 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6562] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6562/stat : 6562 (java) S 6557 6559 6306 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184532971 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6563] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6563/stat : 6563 (java) S 6557 6559 6306 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184532971 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6564] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6564/stat : 6564 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184532974 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6565] ppid=6557 vsize=915572 CPUtime=0.32
/proc/6559/task/6565/stat : 6565 (java) S 6557 6559 6306 0 -1 64 438 0 0 0 31 1 0 0 17 0 8 0 184532974 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6566] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6566/stat : 6566 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184532974 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6567] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6567/stat : 6567 (java) S 6557 6559 6306 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184532974 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) 1529.67
Current children cumulated vsize (KiB) 915572

[startup+1604.07 s]
/proc/loadavg: 2.02 2.01 1.81 3/102 6769
/proc/meminfo: memFree=592600/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=915572 CPUtime=1589.17
/proc/6559/stat : 6559 (java) R 6557 6559 6306 0 -1 0 133289 0 1 0 158847 70 0 0 25 0 8 0 184532966 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073941033 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6559/statm: 228893 133000 2528 14 0 215363 0
[pid=6559/tid=6561] ppid=6557 vsize=915572 CPUtime=2.18
/proc/6559/task/6561/stat : 6561 (java) S 6557 6559 6306 0 -1 64 116219 0 0 0 171 47 0 0 16 0 8 0 184532970 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6562] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6562/stat : 6562 (java) S 6557 6559 6306 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184532971 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6563] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6563/stat : 6563 (java) S 6557 6559 6306 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184532971 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6564] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6564/stat : 6564 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184532974 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6565] ppid=6557 vsize=915572 CPUtime=0.32
/proc/6559/task/6565/stat : 6565 (java) S 6557 6559 6306 0 -1 64 438 0 0 0 31 1 0 0 17 0 8 0 184532974 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6566] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6566/stat : 6566 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184532974 937545728 133000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6567] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6567/stat : 6567 (java) S 6557 6559 6306 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184532974 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) 1589.17
Current children cumulated vsize (KiB) 915572

[startup+1664.16 s]
/proc/loadavg: 2.08 2.02 1.82 3/102 6769
/proc/meminfo: memFree=570520/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=915572 CPUtime=1648.71
/proc/6559/stat : 6559 (java) R 6557 6559 6306 0 -1 0 138795 0 1 0 164799 72 0 0 25 0 8 0 184532966 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073923622 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6559/statm: 228893 138505 2528 14 0 215363 0
[pid=6559/tid=6561] ppid=6557 vsize=915572 CPUtime=2.27
/proc/6559/task/6561/stat : 6561 (java) S 6557 6559 6306 0 -1 64 121724 0 0 0 179 48 0 0 16 0 8 0 184532970 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6562] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6562/stat : 6562 (java) S 6557 6559 6306 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184532971 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6563] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6563/stat : 6563 (java) S 6557 6559 6306 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184532971 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6564] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6564/stat : 6564 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184532974 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6565] ppid=6557 vsize=915572 CPUtime=0.32
/proc/6559/task/6565/stat : 6565 (java) S 6557 6559 6306 0 -1 64 438 0 0 0 31 1 0 0 17 0 8 0 184532974 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6566] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6566/stat : 6566 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184532974 937545728 138505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6567] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6567/stat : 6567 (java) S 6557 6559 6306 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184532974 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) 1648.71
Current children cumulated vsize (KiB) 915572

[startup+1724.17 s]
/proc/loadavg: 2.07 2.03 1.84 3/102 6769
/proc/meminfo: memFree=548760/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=915572 CPUtime=1708.17
/proc/6559/stat : 6559 (java) R 6557 6559 6306 0 -1 0 144224 0 1 0 170742 75 0 0 25 0 8 0 184532966 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073944895 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6559/statm: 228893 143933 2528 14 0 215363 0
[pid=6559/tid=6561] ppid=6557 vsize=915572 CPUtime=2.38
/proc/6559/task/6561/stat : 6561 (java) S 6557 6559 6306 0 -1 64 127152 0 0 0 187 51 0 0 16 0 8 0 184532970 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6562] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6562/stat : 6562 (java) S 6557 6559 6306 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184532971 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6563] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6563/stat : 6563 (java) S 6557 6559 6306 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184532971 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6564] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6564/stat : 6564 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184532974 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6565] ppid=6557 vsize=915572 CPUtime=0.32
/proc/6559/task/6565/stat : 6565 (java) S 6557 6559 6306 0 -1 64 438 0 0 0 31 1 0 0 17 0 8 0 184532974 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6566] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6566/stat : 6566 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184532974 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6567] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6567/stat : 6567 (java) S 6557 6559 6306 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184532974 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) 1708.17
Current children cumulated vsize (KiB) 915572

[startup+1784.22 s]
/proc/loadavg: 2.02 2.02 1.84 4/102 6771
/proc/meminfo: memFree=548440/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=915572 CPUtime=1767.65
/proc/6559/stat : 6559 (java) R 6557 6559 6306 0 -1 0 144224 0 1 0 176689 76 0 0 25 0 8 0 184532966 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928363 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6559/statm: 228893 143933 2528 14 0 215363 0
[pid=6559/tid=6561] ppid=6557 vsize=915572 CPUtime=2.38
/proc/6559/task/6561/stat : 6561 (java) S 6557 6559 6306 0 -1 64 127152 0 0 0 187 51 0 0 16 0 8 0 184532970 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6562] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6562/stat : 6562 (java) S 6557 6559 6306 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184532971 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6563] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6563/stat : 6563 (java) S 6557 6559 6306 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184532971 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6564] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6564/stat : 6564 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184532974 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6565] ppid=6557 vsize=915572 CPUtime=0.32
/proc/6559/task/6565/stat : 6565 (java) S 6557 6559 6306 0 -1 64 438 0 0 0 31 1 0 0 17 0 8 0 184532974 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6566] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6566/stat : 6566 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184532974 937545728 143933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6567] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6567/stat : 6567 (java) S 6557 6559 6306 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184532974 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) 1767.65
Current children cumulated vsize (KiB) 915572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.75 s]
/proc/loadavg: 2.01 2.02 1.84 3/101 6843
/proc/meminfo: memFree=1025624/2055920 swapFree=4191880/4192956
[pid=6559] ppid=6557 vsize=915572 CPUtime=1800
/proc/6559/stat : 6559 (java) R 6557 6559 6306 0 -1 0 149479 0 1 0 179920 80 0 0 25 0 8 0 184532966 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928619 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6559/statm: 228893 149187 2528 14 0 215363 0
[pid=6559/tid=6561] ppid=6557 vsize=915572 CPUtime=2.47
/proc/6559/task/6561/stat : 6561 (java) S 6557 6559 6306 0 -1 64 132406 0 0 0 194 53 0 0 16 0 8 0 184532970 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6559/tid=6562] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6562/stat : 6562 (java) S 6557 6559 6306 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184532971 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6563] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6563/stat : 6563 (java) S 6557 6559 6306 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184532971 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6564] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6564/stat : 6564 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184532974 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6565] ppid=6557 vsize=915572 CPUtime=0.32
/proc/6559/task/6565/stat : 6565 (java) S 6557 6559 6306 0 -1 64 438 0 0 0 31 1 0 0 17 0 8 0 184532974 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6566] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6566/stat : 6566 (java) S 6557 6559 6306 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184532974 937545728 149187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6559/tid=6567] ppid=6557 vsize=915572 CPUtime=0
/proc/6559/task/6567/stat : 6567 (java) S 6557 6559 6306 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184532974 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
Current children cumulated vsize (KiB) 915572

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

Child status: 143
Real time (s): 1816.9
CPU time (s): 1800.16
CPU user time (s): 1799.27
CPU system time (s): 0.893864
CPU usage (%): 99.0786
Max. virtual memory (cumulated for all children) (KiB): 915572

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

runsolver used 2.39764 s user time and 5.71813 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Tue Jan  9 16:47:21 UTC 2007


IDJOB= 238889
IDBENCH= 7026
FILE ID= node72/238889-1168361241

PBS_JOBID= 3504001

Free space on /tmp= 66556 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  811accd700d628ecbc30bc8faaf190de

RANDOM SEED= 530681870

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.223
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.223
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:       1529584 kB
Buffers:         54864 kB
Cached:         253452 kB
SwapCached:        268 kB
Active:         280720 kB
Inactive:       181228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1529584 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            5936 kB
Writeback:           0 kB
Mapped:         179880 kB
Slab:            48872 kB
Committed_AS:  4444492 kB
PageTables:       2576 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= 66558 MiB



End job on node72 on Tue Jan  9 17:17:38 UTC 2007