Trace number 194756

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.13 1808.98

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-33_ext.xml
MD5SUM128d6d437577fe4e1982a548dffd57d4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1304.16
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints467
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension467
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/194756-1168105615/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.41	       =>  wckTime=0.103  cpuTime=0.08  mem=6M951
0.41	   
0.41	   relations being loaded...
0.56	   
0.56	   constraints being loaded...
0.70	     nbConstraints=467  nbRelationTypes=467  nbExtensionStructures=467  nbSharedExtensionStructures=0
0.71	     nbConflictsStructures=467  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2313  maxDegree=27
0.71	     maxArity=2
0.71	       =>  wckTime=0.395  cpuTime=0.3  mem=17M728
0.75	   
0.75	   solver IterativeSystematicSolver being built... 
0.91	       =>  wckTime=0.604  cpuTime=0.43  mem=15M584
0.97	   
0.97	   preprocessing
0.97	     nbConstraintChecks=100002  nbPropagations=1108  nbRevisions=9260  nbUselessRevisions=7861  nbSingletonTests=56
0.97	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
0.98	       =>  wckTime=0.057  cpuTime=0.03  mem=15M584
1.00	   
1.00	   search
1.00	     run=0  nbConstraintChecks=49154  nbPropagations=1692  nbRevisions=16187  nbUselessRevisions=13507  nbAssignments=30
1.00	     nbFailedAssignments=7  nbBacktracks=11  nbVisitedNodes=45  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.01	     nbTooLargeKeys=0
1.01	       =>  wckTime=0.087  cpuTime=0.05  mem=15M584
1.03	   
1.03	   search
1.03	     run=1  nbConstraintChecks=140837  nbPropagations=4434  nbRevisions=43617  nbUselessRevisions=36288
1.03	     nbAssignments=85  nbFailedAssignments=16  nbBacktracks=29  nbVisitedNodes=98  nbRestartNogoods=3  mapSize=22
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.113  cpuTime=0.07  mem=15M584
1.04	   
1.04	   search
1.04	     run=2  nbConstraintChecks=201305  nbPropagations=7977  nbRevisions=81219  nbUselessRevisions=67576
1.04	     nbAssignments=129  nbFailedAssignments=26  nbBacktracks=51  nbVisitedNodes=161  nbRestartNogoods=5  mapSize=39
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.127  cpuTime=0.08  mem=15M584
1.07	   
1.07	   search
1.07	     run=3  nbConstraintChecks=314690  nbPropagations=12855  nbRevisions=137055  nbUselessRevisions=113754
1.07	     nbAssignments=198  nbFailedAssignments=51  nbBacktracks=86  nbVisitedNodes=274  nbRestartNogoods=7  mapSize=68
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.15  cpuTime=0.11  mem=15M584
1.11	   
1.11	   search
1.11	     run=4  nbConstraintChecks=544175  nbPropagations=20213  nbRevisions=225002  nbUselessRevisions=185842
1.11	     nbAssignments=313  nbFailedAssignments=86  nbBacktracks=137  nbVisitedNodes=430  nbRestartNogoods=11  mapSize=111
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.188  cpuTime=0.14  mem=15M584
1.15	   
1.15	   search
1.15	     run=5  nbConstraintChecks=758726  nbPropagations=29959  nbRevisions=348582  nbUselessRevisions=286857
1.15	     nbAssignments=435  nbFailedAssignments=124  nbBacktracks=212  nbVisitedNodes=629  nbRestartNogoods=16  mapSize=168
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.236  cpuTime=0.18  mem=15M584
1.20	   
1.20	   search
1.20	     run=6  nbConstraintChecks=1014782  nbPropagations=43134  nbRevisions=522672  nbUselessRevisions=429544
1.20	     nbAssignments=630  nbFailedAssignments=193  nbBacktracks=328  nbVisitedNodes=951  nbRestartNogoods=21  mapSize=259
1.20	     nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.286  cpuTime=0.23  mem=15M584
1.30	   
1.30	   search
1.30	     run=7  nbConstraintChecks=1575145  nbPropagations=62362  nbRevisions=789255  nbUselessRevisions=647346
1.30	     nbAssignments=929  nbFailedAssignments=314  nbBacktracks=499  nbVisitedNodes=1462  nbRestartNogoods=24  mapSize=402
1.30	     nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.379  cpuTime=0.32  mem=15M584
1.42	   
1.42	   search
1.42	     run=8  nbConstraintChecks=2211328  nbPropagations=89563  nbRevisions=1181161  nbUselessRevisions=968451
1.42	     nbAssignments=1355  nbFailedAssignments=473  nbBacktracks=756  nbVisitedNodes=2190  nbRestartNogoods=27
1.42	     mapSize=615  nbInferences=0  nbTooLargeKeys=0
1.42	       =>  wckTime=0.501  cpuTime=0.45  mem=15M584
1.62	   
1.62	   search
1.62	     run=9  nbConstraintChecks=3423186  nbPropagations=129645  nbRevisions=1777554  nbUselessRevisions=1456293
1.62	     nbAssignments=2013  nbFailedAssignments=739  nbBacktracks=1140  nbVisitedNodes=3325  nbRestartNogoods=34
1.62	     mapSize=921  nbInferences=0  nbTooLargeKeys=0
1.62	       =>  wckTime=0.707  cpuTime=0.64  mem=15M584
1.67	   
1.67	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=15M584)
1.86	   
1.86	   search
1.86	     run=10  nbConstraintChecks=4746180  nbPropagations=186763  nbRevisions=2630408  nbUselessRevisions=2153903
1.86	     nbAssignments=2953  nbFailedAssignments=1093  nbBacktracks=1716  nbVisitedNodes=4893  nbRestartNogoods=39
1.86	       =>  wckTime=0.941  cpuTime=0.86  mem=15M584
2.28	   
2.28	   search
2.28	     run=11  nbConstraintChecks=7566209  nbPropagations=275343  nbRevisions=3972737  nbUselessRevisions=3250382
2.28	     nbAssignments=4438  nbFailedAssignments=1706  nbBacktracks=2580  nbVisitedNodes=7478  nbRestartNogoods=45
2.28	       =>  wckTime=1.364  cpuTime=1.28  mem=15M584
2.78	   
2.78	   search
2.78	     run=12  nbConstraintChecks=10794602  nbPropagations=401977  nbRevisions=5903970  nbUselessRevisions=4828739
2.78	     nbAssignments=6470  nbFailedAssignments=2430  nbBacktracks=3881  nbVisitedNodes=10864  nbRestartNogoods=54
2.78	       =>  wckTime=1.86  cpuTime=1.77  mem=15M584
3.73	   
3.73	   search
3.73	     run=13  nbConstraintChecks=17289142  nbPropagations=599801  nbRevisions=8941042  nbUselessRevisions=7304916
3.73	     nbAssignments=9806  nbFailedAssignments=3807  nbBacktracks=5829  nbVisitedNodes=16697  nbRestartNogoods=58
3.73	       =>  wckTime=2.813  cpuTime=2.72  mem=15M584
4.81	   
4.81	   search
4.81	     run=14  nbConstraintChecks=24220798  nbPropagations=881269  nbRevisions=13265727  nbUselessRevisions=10833949
4.81	     nbAssignments=14312  nbFailedAssignments=5388  nbBacktracks=8750  nbVisitedNodes=24220  nbRestartNogoods=69
4.81	       =>  wckTime=3.895  cpuTime=3.8  mem=15M584
6.79	   
6.79	   search
6.79	     run=15  nbConstraintChecks=37766357  nbPropagations=1310395  nbRevisions=19910441  nbUselessRevisions=16253317
6.79	     nbAssignments=21467  nbFailedAssignments=8156  nbBacktracks=13128  nbVisitedNodes=36525  nbRestartNogoods=72
6.79	       =>  wckTime=5.868  cpuTime=5.76  mem=16M559
9.16	   
9.16	   search
9.17	     run=16  nbConstraintChecks=52634014  nbPropagations=1926269  nbRevisions=29407461  nbUselessRevisions=24009746
9.17	     nbAssignments=31709  nbFailedAssignments=11818  nbBacktracks=19700  nbVisitedNodes=53694  nbRestartNogoods=80
9.17	       =>  wckTime=8.247  cpuTime=8.13  mem=16M559
13.36	   
13.36	   search
13.36	     run=17  nbConstraintChecks=80741027  nbPropagations=2866409  nbRevisions=43872278  nbUselessRevisions=35809506
13.36	     nbAssignments=48005  nbFailedAssignments=18253  nbBacktracks=29552  nbVisitedNodes=81807  nbRestartNogoods=85
13.36	       =>  wckTime=12.446  cpuTime=12.31  mem=16M559
18.83	   
18.83	   search
18.83	     run=18  nbConstraintChecks=115794848  nbPropagations=4241755  nbRevisions=64941253  nbUselessRevisions=53020126
18.83	     nbAssignments=71094  nbFailedAssignments=26553  nbBacktracks=44330  nbVisitedNodes=120476  nbRestartNogoods=92
18.83	       =>  wckTime=17.913  cpuTime=17.75  mem=16M559
27.77	   
27.77	   search
27.77	     run=19  nbConstraintChecks=175085669  nbPropagations=6302997  nbRevisions=96672322  nbUselessRevisions=78958091
27.77	     nbAssignments=106260  nbFailedAssignments=39539  nbBacktracks=66500  nbVisitedNodes=180007  nbRestartNogoods=103
27.77	       =>  wckTime=26.855  cpuTime=26.65  mem=16M559
41.00	   
41.01	   search
41.01	     run=20  nbConstraintChecks=261423328  nbPropagations=9399608  nbRevisions=144116095  nbUselessRevisions=117713426
41.01	     nbAssignments=159478  nbFailedAssignments=59495  nbBacktracks=99752  nbVisitedNodes=270884  nbRestartNogoods=117
41.01	       =>  wckTime=40.088  cpuTime=39.81  mem=16M559
61.56	   
61.56	   search
61.56	     run=21  nbConstraintChecks=398121344  nbPropagations=14090776  nbRevisions=215836605  nbUselessRevisions=176240389
61.56	     nbAssignments=240300  nbFailedAssignments=90429  nbBacktracks=149632  nbVisitedNodes=409021  nbRestartNogoods=133
61.56	       =>  wckTime=60.642  cpuTime=60.27  mem=16M559
94.25	   
94.25	   search
94.25	     run=22  nbConstraintChecks=620037208  nbPropagations=21265478  nbRevisions=326025485  nbUselessRevisions=266132438
94.25	     nbAssignments=362148  nbFailedAssignments=137449  nbBacktracks=224451  nbVisitedNodes=618066  nbRestartNogoods=153
94.25	       =>  wckTime=93.334  cpuTime=92.8  mem=16M559
137.28	   
137.28	   search
137.28	     run=23  nbConstraintChecks=901331075  nbPropagations=31804058  nbRevisions=487771232  nbUselessRevisions=398280972
137.28	     nbAssignments=538488  nbFailedAssignments=201548  nbBacktracks=336684  nbVisitedNodes=916350  nbRestartNogoods=165
137.28	       =>  wckTime=136.363  cpuTime=135.63  mem=16M559
208.36	   
208.36	   search
208.36	     run=24  nbConstraintChecks=1377819915  nbPropagations=47813542  nbRevisions=734031606  nbUselessRevisions=599481938
208.36	     nbAssignments=809671  nbFailedAssignments=304380  nbBacktracks=505025  nbVisitedNodes=1380902  nbRestartNogoods=177
208.36	       =>  wckTime=207.446  cpuTime=206.36  mem=16M559
315.75	   
315.75	   search
315.75	     run=25  nbConstraintChecks=2100472485  nbPropagations=71985817  nbRevisions=1109229259
315.75	     nbUselessRevisions=906423041  nbAssignments=1218213  nbFailedAssignments=460399  nbBacktracks=757539
315.75	     nbVisitedNodes=2081557  nbRestartNogoods=190
315.75	       =>  wckTime=314.832  cpuTime=313.24  mem=16M559
474.66	   
474.66	   search
474.66	     run=26  nbConstraintChecks=3155809629  nbPropagations=108447866  nbRevisions=1673353073
474.66	     nbUselessRevisions=1367861811  nbAssignments=1827387  nbFailedAssignments=690796  nbBacktracks=1136306
474.66	     nbVisitedNodes=3122343  nbRestartNogoods=211
474.66	       =>  wckTime=473.746  cpuTime=471.4  mem=16M559
703.56	   
703.56	   search
703.56	     run=27  nbConstraintChecks=4657252369  nbPropagations=162725706  nbRevisions=2510835098
703.56	     nbUselessRevisions=2052870677  nbAssignments=2739874  nbFailedAssignments=1035124  nbBacktracks=1704457
703.56	     nbVisitedNodes=4679742  nbRestartNogoods=227
703.56	       =>  wckTime=702.641  cpuTime=699.21  mem=16M559
1085.29	   
1085.29	   search
1085.29	     run=28  nbConstraintChecks=7280119276  nbPropagations=245738275  nbRevisions=3798974439
1085.29	     nbUselessRevisions=3105785950  nbAssignments=4140523  nbFailedAssignments=1583538  nbBacktracks=2556683
1085.29	     nbVisitedNodes=7101635  nbRestartNogoods=248
1085.29	       =>  wckTime=1084.372  cpuTime=1078.9  mem=16M559
1594.69	   
1594.69	   search
1594.69	     run=29  nbConstraintChecks=10624710834  nbPropagations=368332414  nbRevisions=5696296675
1594.69	     nbUselessRevisions=4657546673  nbAssignments=6168986  nbFailedAssignments=2333634  nbBacktracks=3835024
1594.69	     nbVisitedNodes=10546792  nbRestartNogoods=265
1594.69	       =>  wckTime=1593.774  cpuTime=1585.89  mem=16M559

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/node51/watcher-194756-1168105615 -o ROOT/results/node51/solver-194756-1168105615 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194756-1168105615/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.45 1.87 1.87 5/74 7952
/proc/meminfo: memFree=1559512/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=18540 CPUtime=0
/proc/7951/stat : 7951 (runsolver) R 7949 7951 7801 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 158960056 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 235368642282 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7951/statm: 4635 279 244 17 0 2626 0

[startup+0.108404 s]
/proc/loadavg: 1.45 1.87 1.87 5/74 7952
/proc/meminfo: memFree=1559512/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=914988 CPUtime=0.09
/proc/7951/stat : 7951 (java) R 7949 7951 7801 0 -1 0 3049 0 1 0 8 1 0 0 18 0 8 0 158960056 936947712 2795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7951/statm: 228747 2795 1446 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.519471 s]
/proc/loadavg: 1.45 1.87 1.87 5/74 7952
/proc/meminfo: memFree=1559512/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=915328 CPUtime=0.49
/proc/7951/stat : 7951 (java) R 7949 7951 7801 0 -1 0 7080 0 1 0 45 4 0 0 18 0 8 0 158960056 937295872 6819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073567571 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7951/statm: 228832 6819 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34561 s]
/proc/loadavg: 1.45 1.87 1.87 3/88 7966
/proc/meminfo: memFree=1521576/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=915460 CPUtime=1.32
/proc/7951/stat : 7951 (java) R 7949 7951 7801 0 -1 0 9648 0 1 0 125 7 0 0 24 0 8 0 158960056 937431040 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942010 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7951/statm: 228865 9386 2524 14 0 215335 0
[pid=7951/tid=7956] ppid=7949 vsize=915460 CPUtime=0.03
/proc/7951/task/7956/stat : 7956 (java) S 7949 7951 7801 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158960060 937431040 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7961] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7961/stat : 7961 (java) S 7949 7951 7801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158960060 937431040 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7962] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7962/stat : 7962 (java) S 7949 7951 7801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158960060 937431040 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7963] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7963/stat : 7963 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158960063 937431040 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7964] ppid=7949 vsize=915460 CPUtime=0.22
/proc/7951/task/7964/stat : 7964 (java) S 7949 7951 7801 0 -1 64 381 0 0 0 21 1 0 0 15 0 8 0 158960063 937431040 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7965] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7965/stat : 7965 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158960063 937431040 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7966] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7966/stat : 7966 (java) S 7949 7951 7801 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158960064 937431040 9386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915460

[startup+2.98288 s]
/proc/loadavg: 1.57 1.89 1.88 3/88 7966
/proc/meminfo: memFree=1521448/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=915460 CPUtime=2.95
/proc/7951/stat : 7951 (java) R 7949 7951 7801 0 -1 0 9665 0 1 0 288 7 0 0 25 0 8 0 158960056 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818046 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7951/statm: 228865 9401 2524 14 0 215335 0
[pid=7951/tid=7956] ppid=7949 vsize=915460 CPUtime=0.03
/proc/7951/task/7956/stat : 7956 (java) S 7949 7951 7801 0 -1 64 408 0 0 0 3 0 0 0 17 0 8 0 158960060 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7961] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7961/stat : 7961 (java) S 7949 7951 7801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158960060 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7962] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7962/stat : 7962 (java) S 7949 7951 7801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158960060 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7963] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7963/stat : 7963 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158960063 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7964] ppid=7949 vsize=915460 CPUtime=0.25
/proc/7951/task/7964/stat : 7964 (java) S 7949 7951 7801 0 -1 64 397 0 0 0 24 1 0 0 16 0 8 0 158960063 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7965] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7965/stat : 7965 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158960063 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7966] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7966/stat : 7966 (java) S 7949 7951 7801 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158960064 937431040 9401 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) 915460

[startup+6.27944 s]
/proc/loadavg: 1.57 1.89 1.88 3/88 7966
/proc/meminfo: memFree=1521320/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=915460 CPUtime=6.23
/proc/7951/stat : 7951 (java) R 7949 7951 7801 0 -1 0 9666 0 1 0 616 7 0 0 25 0 8 0 158960056 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818216 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7951/statm: 228865 9402 2524 14 0 215335 0
[pid=7951/tid=7956] ppid=7949 vsize=915460 CPUtime=0.03
/proc/7951/task/7956/stat : 7956 (java) S 7949 7951 7801 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158960060 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7961] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7961/stat : 7961 (java) S 7949 7951 7801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158960060 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7962] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7962/stat : 7962 (java) S 7949 7951 7801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158960060 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7963] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7963/stat : 7963 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158960063 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7964] ppid=7949 vsize=915460 CPUtime=0.25
/proc/7951/task/7964/stat : 7964 (java) S 7949 7951 7801 0 -1 64 398 0 0 0 24 1 0 0 16 0 8 0 158960063 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7965] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7965/stat : 7965 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158960063 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7966] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7966/stat : 7966 (java) S 7949 7951 7801 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158960064 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915460

[startup+12.7565 s]
/proc/loadavg: 1.64 1.89 1.88 3/88 7966
/proc/meminfo: memFree=1521256/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=915460 CPUtime=12.67
/proc/7951/stat : 7951 (java) R 7949 7951 7801 0 -1 0 9666 0 1 0 1260 7 0 0 25 0 8 0 158960056 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7951/statm: 228865 9402 2524 14 0 215335 0
[pid=7951/tid=7956] ppid=7949 vsize=915460 CPUtime=0.03
/proc/7951/task/7956/stat : 7956 (java) S 7949 7951 7801 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158960060 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7961] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7961/stat : 7961 (java) S 7949 7951 7801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158960060 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7962] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7962/stat : 7962 (java) S 7949 7951 7801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158960060 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7963] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7963/stat : 7963 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158960063 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7964] ppid=7949 vsize=915460 CPUtime=0.25
/proc/7951/task/7964/stat : 7964 (java) S 7949 7951 7801 0 -1 64 398 0 0 0 24 1 0 0 16 0 8 0 158960063 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7965] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7965/stat : 7965 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158960063 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7966] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7966/stat : 7966 (java) S 7949 7951 7801 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158960064 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915460

[startup+25.6107 s]
/proc/loadavg: 1.69 1.89 1.88 3/88 7966
/proc/meminfo: memFree=1521320/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=915460 CPUtime=25.46
/proc/7951/stat : 7951 (java) R 7949 7951 7801 0 -1 0 9666 0 1 0 2539 7 0 0 25 0 8 0 158960056 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810016 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7951/statm: 228865 9402 2524 14 0 215335 0
[pid=7951/tid=7956] ppid=7949 vsize=915460 CPUtime=0.03
/proc/7951/task/7956/stat : 7956 (java) S 7949 7951 7801 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158960060 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7961] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7961/stat : 7961 (java) S 7949 7951 7801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158960060 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7962] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7962/stat : 7962 (java) S 7949 7951 7801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158960060 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7963] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7963/stat : 7963 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158960063 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7964] ppid=7949 vsize=915460 CPUtime=0.25
/proc/7951/task/7964/stat : 7964 (java) S 7949 7951 7801 0 -1 64 398 0 0 0 24 1 0 0 16 0 8 0 158960063 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7965] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7965/stat : 7965 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158960063 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7966] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7966/stat : 7966 (java) S 7949 7951 7801 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158960064 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915460

[startup+51.2221 s]
/proc/loadavg: 1.86 1.92 1.89 3/88 7966
/proc/meminfo: memFree=1521384/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=915460 CPUtime=50.95
/proc/7951/stat : 7951 (java) R 7949 7951 7801 0 -1 0 9666 0 1 0 5088 7 0 0 25 0 8 0 158960056 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7951/statm: 228865 9402 2524 14 0 215335 0
[pid=7951/tid=7956] ppid=7949 vsize=915460 CPUtime=0.03
/proc/7951/task/7956/stat : 7956 (java) S 7949 7951 7801 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158960060 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7961] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7961/stat : 7961 (java) S 7949 7951 7801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158960060 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7962] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7962/stat : 7962 (java) S 7949 7951 7801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158960060 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7963] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7963/stat : 7963 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158960063 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7964] ppid=7949 vsize=915460 CPUtime=0.25
/proc/7951/task/7964/stat : 7964 (java) S 7949 7951 7801 0 -1 64 398 0 0 0 24 1 0 0 16 0 8 0 158960063 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7965] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7965/stat : 7965 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158960063 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7966] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7966/stat : 7966 (java) S 7949 7951 7801 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158960064 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 915460

[startup+102.435 s]
/proc/loadavg: 1.94 1.93 1.89 3/88 7966
/proc/meminfo: memFree=1521448/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=915460 CPUtime=101.93
/proc/7951/stat : 7951 (java) R 7949 7951 7801 0 -1 0 9668 0 1 0 10185 8 0 0 25 0 8 0 158960056 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7951/statm: 228865 9403 2524 14 0 215335 0
[pid=7951/tid=7956] ppid=7949 vsize=915460 CPUtime=0.03
/proc/7951/task/7956/stat : 7956 (java) S 7949 7951 7801 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158960060 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7961] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7961/stat : 7961 (java) S 7949 7951 7801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158960060 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7962] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7962/stat : 7962 (java) S 7949 7951 7801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158960060 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7963] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7963/stat : 7963 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158960063 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7964] ppid=7949 vsize=915460 CPUtime=0.25
/proc/7951/task/7964/stat : 7964 (java) S 7949 7951 7801 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 158960063 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7965] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7965/stat : 7965 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158960063 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7966] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7966/stat : 7966 (java) S 7949 7951 7801 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158960064 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 915460

[startup+162.484 s]
/proc/loadavg: 1.98 1.94 1.90 3/88 7966
/proc/meminfo: memFree=1521448/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=915460 CPUtime=161.69
/proc/7951/stat : 7951 (java) R 7949 7951 7801 0 -1 0 9669 0 1 0 16161 8 0 0 25 0 8 0 158960056 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818237 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1416.68
Current children cumulated vsize (KiB) 915460

[startup+1483.75 s]
/proc/loadavg: 2.00 2.00 1.94 3/88 8164
/proc/meminfo: memFree=1520872/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=915460 CPUtime=1476.45
/proc/7951/stat : 7951 (java) R 7949 7951 7801 0 -1 0 9669 0 1 0 147633 12 0 0 25 0 8 0 158960056 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7951/statm: 228865 9404 2524 14 0 215335 0
[pid=7951/tid=7956] ppid=7949 vsize=915460 CPUtime=0.03
/proc/7951/task/7956/stat : 7956 (java) S 7949 7951 7801 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7961] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7961/stat : 7961 (java) S 7949 7951 7801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7962] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7962/stat : 7962 (java) S 7949 7951 7801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7963] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7963/stat : 7963 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7964] ppid=7949 vsize=915460 CPUtime=0.25
/proc/7951/task/7964/stat : 7964 (java) S 7949 7951 7801 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7965] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7965/stat : 7965 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7966] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7966/stat : 7966 (java) S 7949 7951 7801 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158960064 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.45
Current children cumulated vsize (KiB) 915460

[startup+1543.8 s]
/proc/loadavg: 2.00 2.00 1.94 3/88 8164
/proc/meminfo: memFree=1520872/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=915460 CPUtime=1536.21
/proc/7951/stat : 7951 (java) R 7949 7951 7801 0 -1 0 9669 0 1 0 153609 12 0 0 25 0 8 0 158960056 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833656 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7951/statm: 228865 9404 2524 14 0 215335 0
[pid=7951/tid=7956] ppid=7949 vsize=915460 CPUtime=0.03
/proc/7951/task/7956/stat : 7956 (java) S 7949 7951 7801 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7961] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7961/stat : 7961 (java) S 7949 7951 7801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7962] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7962/stat : 7962 (java) S 7949 7951 7801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7963] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7963/stat : 7963 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7964] ppid=7949 vsize=915460 CPUtime=0.25
/proc/7951/task/7964/stat : 7964 (java) S 7949 7951 7801 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7965] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7965/stat : 7965 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7966] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7966/stat : 7966 (java) S 7949 7951 7801 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158960064 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.21
Current children cumulated vsize (KiB) 915460

[startup+1603.85 s]
/proc/loadavg: 2.00 2.00 1.94 3/88 8164
/proc/meminfo: memFree=1520872/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=915460 CPUtime=1595.97
/proc/7951/stat : 7951 (java) R 7949 7951 7801 0 -1 0 9669 0 1 0 159585 12 0 0 25 0 8 0 158960056 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073831586 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7951/statm: 228865 9404 2524 14 0 215335 0
[pid=7951/tid=7956] ppid=7949 vsize=915460 CPUtime=0.03
/proc/7951/task/7956/stat : 7956 (java) S 7949 7951 7801 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7961] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7961/stat : 7961 (java) S 7949 7951 7801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7962] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7962/stat : 7962 (java) S 7949 7951 7801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7963] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7963/stat : 7963 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7964] ppid=7949 vsize=915460 CPUtime=0.25
/proc/7951/task/7964/stat : 7964 (java) S 7949 7951 7801 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7965] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7965/stat : 7965 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7966] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7966/stat : 7966 (java) S 7949 7951 7801 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158960064 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.97
Current children cumulated vsize (KiB) 915460

[startup+1663.91 s]
/proc/loadavg: 2.00 2.00 1.94 3/88 8164
/proc/meminfo: memFree=1520872/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=915460 CPUtime=1655.76
/proc/7951/stat : 7951 (java) R 7949 7951 7801 0 -1 0 9669 0 1 0 165563 13 0 0 25 0 8 0 158960056 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833601 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7951/statm: 228865 9404 2524 14 0 215335 0
[pid=7951/tid=7956] ppid=7949 vsize=915460 CPUtime=0.03
/proc/7951/task/7956/stat : 7956 (java) S 7949 7951 7801 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7961] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7961/stat : 7961 (java) S 7949 7951 7801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7962] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7962/stat : 7962 (java) S 7949 7951 7801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7963] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7963/stat : 7963 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7964] ppid=7949 vsize=915460 CPUtime=0.25
/proc/7951/task/7964/stat : 7964 (java) S 7949 7951 7801 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7965] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7965/stat : 7965 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7966] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7966/stat : 7966 (java) S 7949 7951 7801 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158960064 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.76
Current children cumulated vsize (KiB) 915460

[startup+1723.97 s]
/proc/loadavg: 2.08 2.02 1.95 3/88 8164
/proc/meminfo: memFree=1520808/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=915460 CPUtime=1715.52
/proc/7951/stat : 7951 (java) R 7949 7951 7801 0 -1 0 9669 0 1 0 171539 13 0 0 25 0 8 0 158960056 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812941 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7951/statm: 228865 9404 2524 14 0 215335 0
[pid=7951/tid=7956] ppid=7949 vsize=915460 CPUtime=0.03
/proc/7951/task/7956/stat : 7956 (java) S 7949 7951 7801 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7961] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7961/stat : 7961 (java) S 7949 7951 7801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7962] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7962/stat : 7962 (java) S 7949 7951 7801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7963] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7963/stat : 7963 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7964] ppid=7949 vsize=915460 CPUtime=0.25
/proc/7951/task/7964/stat : 7964 (java) S 7949 7951 7801 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7965] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7965/stat : 7965 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7966] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7966/stat : 7966 (java) S 7949 7951 7801 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158960064 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.52
Current children cumulated vsize (KiB) 915460

[startup+1784.03 s]
/proc/loadavg: 2.03 2.01 1.95 4/88 8164
/proc/meminfo: memFree=1520872/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=915460 CPUtime=1775.29
/proc/7951/stat : 7951 (java) R 7949 7951 7801 0 -1 0 9669 0 1 0 177516 13 0 0 25 0 8 0 158960056 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818046 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7951/statm: 228865 9404 2524 14 0 215335 0
[pid=7951/tid=7956] ppid=7949 vsize=915460 CPUtime=0.03
/proc/7951/task/7956/stat : 7956 (java) S 7949 7951 7801 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7961] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7961/stat : 7961 (java) S 7949 7951 7801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7962] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7962/stat : 7962 (java) S 7949 7951 7801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7963] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7963/stat : 7963 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7964] ppid=7949 vsize=915460 CPUtime=0.25
/proc/7951/task/7964/stat : 7964 (java) S 7949 7951 7801 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7965] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7965/stat : 7965 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7966] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7966/stat : 7966 (java) S 7949 7951 7801 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158960064 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.29
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.91 s]
/proc/loadavg: 2.10 2.02 1.95 2/75 8167
/proc/meminfo: memFree=1533520/2055920 swapFree=4192812/4192956
[pid=7951] ppid=7949 vsize=915460 CPUtime=1800.06
/proc/7951/stat : 7951 (java) R 7949 7951 7801 0 -1 0 9669 0 1 0 179993 13 0 0 25 0 8 0 158960056 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839043 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7951/statm: 228865 9404 2524 14 0 215335 0
[pid=7951/tid=7956] ppid=7949 vsize=915460 CPUtime=0.03
/proc/7951/task/7956/stat : 7956 (java) S 7949 7951 7801 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7961] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7961/stat : 7961 (java) S 7949 7951 7801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7962] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7962/stat : 7962 (java) S 7949 7951 7801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158960060 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7963] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7963/stat : 7963 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7964] ppid=7949 vsize=915460 CPUtime=0.25
/proc/7951/task/7964/stat : 7964 (java) S 7949 7951 7801 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7965] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7965/stat : 7965 (java) S 7949 7951 7801 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158960063 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7951/tid=7966] ppid=7949 vsize=915460 CPUtime=0
/proc/7951/task/7966/stat : 7966 (java) S 7949 7951 7801 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158960064 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1808.98
CPU time (s): 1800.13
CPU user time (s): 1799.99
CPU system time (s): 0.142978
CPU usage (%): 99.5109
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.99
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9687
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= 37749
involuntary context switches= 57287

runsolver used 2.58861 s user time and 5.42417 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Sat Jan  6 17:46:55 UTC 2007


IDJOB= 194756
IDBENCH= 3231
FILE ID= node51/194756-1168105615

PBS_JOBID= 3477324

Free space on /tmp= 66546 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23/rand-2-50-23-587-230-33_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194756-1168105615/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-194756-1168105615 -o ROOT/results/node51/solver-194756-1168105615 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194756-1168105615/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  128d6d437577fe4e1982a548dffd57d4

RANDOM SEED= 117299906

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.277
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.277
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:       1560568 kB
Buffers:         38732 kB
Cached:         367296 kB
SwapCached:          0 kB
Active:          82492 kB
Inactive:       344964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1560568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2928 kB
Writeback:           0 kB
Mapped:          35440 kB
Slab:            53352 kB
Committed_AS:  3186752 kB
PageTables:       1792 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= 66546 MiB



End job on node51 on Sat Jan  6 18:17:05 UTC 2007