Trace number 238890

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.12 1811.44

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.37	   
0.37	Abscon 109 (November, 2006)
0.37	   
0.37	   configuration
0.37	     name=mac.xml
0.41	   
0.41	   instance
0.41	     name=/tmp/evaluation/238890-1168083641/unknown.xml
0.44	   
0.44	   domains being loaded...
0.44	   
0.44	   variables being loaded...
0.51	     nbVariables=208  nbDomainTypes=4  minDomainSize=1  maxDomainSize=52
0.51	       =>  wckTime=0.131  cpuTime=0.1  mem=7M927
0.51	   
0.51	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.83	     nbConstraints=4217  nbRelationTypes=9  nbSingletonDomainVariables=3  nbDisconnectedVariables=1
0.83	     nbExtensionStructures=9  nbSharedExtensionStructures=4208  nbConflictsStructures=9
0.83	     nbSharedConflictsStructures=4208  nbSharedBinaryRepresentations=372  maxDegree=104  maxArity=2
0.83	       =>  wckTime=0.457  cpuTime=0.32  mem=19M678
0.90	   
0.90	   solver IterativeSystematicSolver being built... 
1.07	       =>  wckTime=0.697  cpuTime=0.46  mem=16M668
1.12	   
1.12	   preprocessing
1.12	     nbConstraintChecks=325196  nbPropagations=251  nbRevisions=7228  nbUselessRevisions=6909  nbRemovedValues=793
1.12	     detectedInconsistency=no
1.12	       =>  wckTime=0.036  cpuTime=0.02  mem=16M668
1.36	   
1.36	   search
1.36	     run=0  nbConstraintChecks=4132542  nbPropagations=3609  nbRevisions=98374  nbUselessRevisions=93619
1.36	     nbAssignments=55  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=69  nbRestartNogoods=0  mapSize=10
1.36	     nbInferences=1  nbTooLargeKeys=0
1.36	       =>  wckTime=0.283  cpuTime=0.23  mem=17M693
1.53	   
1.53	   search
1.53	     run=1  nbConstraintChecks=8211324  nbPropagations=10445  nbRevisions=286546  nbUselessRevisions=272960
1.53	     nbAssignments=117  nbFailedAssignments=14  nbBacktracks=25  nbVisitedNodes=148  nbRestartNogoods=2  mapSize=25
1.54	     nbInferences=2  nbTooLargeKeys=0
1.54	       =>  wckTime=0.456  cpuTime=0.4  mem=17M693
1.72	   
1.72	   search
1.72	     run=2  nbConstraintChecks=12665442  nbPropagations=20975  nbRevisions=573125  nbUselessRevisions=545791
1.72	     nbAssignments=188  nbFailedAssignments=21  nbBacktracks=48  nbVisitedNodes=237  nbRestartNogoods=4  mapSize=38
1.72	     nbInferences=6  nbTooLargeKeys=0
1.72	       =>  wckTime=0.642  cpuTime=0.58  mem=17M693
1.89	   
1.89	   search
1.89	     run=3  nbConstraintChecks=16765138  nbPropagations=34688  nbRevisions=949972  nbUselessRevisions=904880
1.89	     nbAssignments=282  nbFailedAssignments=36  nbBacktracks=91  nbVisitedNodes=360  nbRestartNogoods=7  mapSize=65
1.89	     nbInferences=7  nbTooLargeKeys=0
1.89	       =>  wckTime=0.811  cpuTime=0.75  mem=17M693
2.18	   
2.18	   search
2.18	     run=4  nbConstraintChecks=23717945  nbPropagations=55073  nbRevisions=1483814  nbUselessRevisions=1411300
2.18	     nbAssignments=406  nbFailedAssignments=57  nbBacktracks=142  nbVisitedNodes=541  nbRestartNogoods=8  mapSize=109
2.18	     nbInferences=20  nbTooLargeKeys=0
2.18	       =>  wckTime=1.099  cpuTime=1.03  mem=17M693
2.42	   
2.42	   search
2.42	     run=5  nbConstraintChecks=29376571  nbPropagations=80199  nbRevisions=2144099  nbUselessRevisions=2038066
2.42	     nbAssignments=565  nbFailedAssignments=91  nbBacktracks=226  nbVisitedNodes=775  nbRestartNogoods=11  mapSize=175
2.42	     nbInferences=27  nbTooLargeKeys=0
2.42	       =>  wckTime=1.342  cpuTime=1.27  mem=17M693
2.85	   
2.85	   search
2.85	     run=6  nbConstraintChecks=39936286  nbPropagations=115810  nbRevisions=3045180  nbUselessRevisions=2889766
2.85	     nbAssignments=791  nbFailedAssignments=141  nbBacktracks=343  nbVisitedNodes=1125  nbRestartNogoods=12  mapSize=275
2.85	     nbInferences=49  nbTooLargeKeys=0
2.85	       =>  wckTime=1.768  cpuTime=1.69  mem=17M693
3.37	   
3.37	   search
3.37	     run=7  nbConstraintChecks=52835821  nbPropagations=164964  nbRevisions=4243031  nbUselessRevisions=4017975
3.37	     nbAssignments=1129  nbFailedAssignments=238  nbBacktracks=514  nbVisitedNodes=1677  nbRestartNogoods=14
3.37	     mapSize=430  nbInferences=83  nbTooLargeKeys=0
3.37	       =>  wckTime=2.294  cpuTime=2.21  mem=17M693
3.90	   
3.90	   search
3.90	     run=8  nbConstraintChecks=65226434  nbPropagations=225791  nbRevisions=5722682  nbUselessRevisions=5412937
3.90	     nbAssignments=1617  nbFailedAssignments=373  nbBacktracks=773  nbVisitedNodes=2481  nbRestartNogoods=19
3.90	     mapSize=659  nbInferences=140  nbTooLargeKeys=0
3.90	       =>  wckTime=2.825  cpuTime=2.73  mem=18M668
5.01	   
5.01	   search
5.01	     run=9  nbConstraintChecks=91859431  nbPropagations=316679  nbRevisions=7821313  nbUselessRevisions=7382546
5.01	     nbAssignments=2400  nbFailedAssignments=498  nbBacktracks=1157  nbVisitedNodes=3738  nbRestartNogoods=23
5.01	     mapSize=963  nbInferences=375  nbTooLargeKeys=0
5.01	       =>  wckTime=3.928  cpuTime=3.81  mem=18M668
6.14	   
6.14	   search
6.14	     run=10  nbConstraintChecks=119561671  nbPropagations=436798  nbRevisions=10561306  nbUselessRevisions=9954909
6.14	     nbAssignments=3523  nbFailedAssignments=903  nbBacktracks=1734  nbVisitedNodes=5636  nbRestartNogoods=29
6.14	     mapSize=1472  nbInferences=476  nbTooLargeKeys=0
6.14	       =>  wckTime=5.063  cpuTime=4.93  mem=19M643
7.66	   
7.66	   search
7.66	     run=11  nbConstraintChecks=156474526  nbPropagations=596245  nbRevisions=14158247  nbUselessRevisions=13329636
7.66	     nbAssignments=5087  nbFailedAssignments=1391  nbBacktracks=2598  nbVisitedNodes=8215  nbRestartNogoods=35
7.66	     mapSize=2132  nbInferences=653  nbTooLargeKeys=0
7.66	       =>  wckTime=6.576  cpuTime=6.43  mem=19M643
9.94	   
9.94	   search
9.94	     run=12  nbConstraintChecks=213390276  nbPropagations=816090  nbRevisions=19080643  nbUselessRevisions=17952667
9.94	     nbAssignments=7483  nbFailedAssignments=2193  nbBacktracks=3896  nbVisitedNodes=12221  nbRestartNogoods=41
9.95	     mapSize=3184  nbInferences=914  nbTooLargeKeys=0
9.95	       =>  wckTime=8.866  cpuTime=8.69  mem=20M618
11.36	   
11.36	   search
11.36	     run=13  nbConstraintChecks=244991025  nbPropagations=1069714  nbRevisions=24743274  nbUselessRevisions=23267984
11.36	     nbAssignments=10178  nbFailedAssignments=2472  nbBacktracks=5844  nbVisitedNodes=15789  nbRestartNogoods=48
11.36	     mapSize=3831  nbInferences=1337  nbTooLargeKeys=0
11.36	       =>  wckTime=10.279  cpuTime=10.09  mem=22M569
16.36	   
16.36	   search
16.36	     run=14  nbConstraintChecks=365873855  nbPropagations=1459873  nbRevisions=33241091  nbUselessRevisions=31222060
16.36	     nbAssignments=15272  nbFailedAssignments=3589  nbBacktracks=8769  nbVisitedNodes=23836  nbRestartNogoods=55
16.36	     mapSize=5781  nbInferences=2347  nbTooLargeKeys=0
16.36	       =>  wckTime=15.283  cpuTime=15.05  mem=24M519
29.02	   
29.02	   search
29.02	     run=15  nbConstraintChecks=683345287  nbPropagations=2230076  nbRevisions=49080667  nbUselessRevisions=46052898
29.02	     nbAssignments=24131  nbFailedAssignments=5137  nbBacktracks=13147  nbVisitedNodes=38390  nbRestartNogoods=61
29.02	     mapSize=9105  nbInferences=5239  nbTooLargeKeys=0
29.02	       =>  wckTime=27.941  cpuTime=27.6  mem=30M370
36.48	   
36.48	   search
36.48	     run=16  nbConstraintChecks=856146697  nbPropagations=3157605  nbRevisions=69098362  nbUselessRevisions=64881851
36.48	     nbAssignments=36804  nbFailedAssignments=7544  nbBacktracks=19715  nbVisitedNodes=58981  nbRestartNogoods=72
36.48	     mapSize=14338  nbInferences=8876  nbTooLargeKeys=0
36.48	       =>  wckTime=35.397  cpuTime=34.97  mem=37M196
55.15	   
55.15	   search
55.15	     run=17  nbConstraintChecks=1313135856  nbPropagations=4565983  nbRevisions=99947988  nbUselessRevisions=93954212
55.15	     nbAssignments=58467  nbFailedAssignments=13203  nbBacktracks=29571  nbVisitedNodes=96308  nbRestartNogoods=82
55.15	     mapSize=22713  nbInferences=14985  nbTooLargeKeys=0
55.15	       =>  wckTime=54.069  cpuTime=53.48  mem=48M898
80.78	   
80.78	   search
80.78	     run=18  nbConstraintChecks=1917597861  nbPropagations=6644981  nbRevisions=145242087  nbUselessRevisions=136646424
80.78	     nbAssignments=86960  nbFailedAssignments=20703  nbBacktracks=44349  nbVisitedNodes=143294  nbRestartNogoods=86
80.78	     mapSize=33814  nbInferences=21161  nbTooLargeKeys=0
80.78	       =>  wckTime=79.701  cpuTime=78.81  mem=35M732
111.91	   
111.91	   search
111.91	     run=19  nbConstraintChecks=2652803593  nbPropagations=9604155  nbRevisions=208158741  nbUselessRevisions=195819449
111.91	     nbAssignments=127627  nbFailedAssignments=29933  nbBacktracks=66519  nbVisitedNodes=208285  nbRestartNogoods=101
111.91	     mapSize=47266  nbInferences=30383  nbTooLargeKeys=0
111.91	       =>  wckTime=110.832  cpuTime=109.66  mem=56M621
175.69	   
175.69	   search
175.69	     run=20  nbConstraintChecks=4190585758  nbPropagations=14296178  nbRevisions=306951146  nbUselessRevisions=288828682
175.69	     nbAssignments=193310  nbFailedAssignments=36875  nbBacktracks=99771  nbVisitedNodes=312819  nbRestartNogoods=108
175.69	     mapSize=68786  nbInferences=55828  nbTooLargeKeys=0
175.69	       =>  wckTime=174.613  cpuTime=172.76  mem=69M617
282.88	   
282.88	   search
282.88	     run=21  nbConstraintChecks=6804083253  nbPropagations=22138168  nbRevisions=467832162  nbUselessRevisions=439971698
282.88	     nbAssignments=297609  nbFailedAssignments=64887  nbBacktracks=149649  nbVisitedNodes=490691  nbRestartNogoods=122
282.88	     mapSize=107908  nbInferences=82199  nbTooLargeKeys=0
282.88	       =>  wckTime=281.797  cpuTime=278.88  mem=101M679
376.00	   
376.00	   search
376.00	     run=22  nbConstraintChecks=9015771026  nbPropagations=32331265  nbRevisions=681133001  nbUselessRevisions=640711311
376.00	     nbAssignments=432083  nbFailedAssignments=88395  nbBacktracks=224467  nbVisitedNodes=702219  nbRestartNogoods=131
376.00	     mapSize=158145  nbInferences=118279  nbTooLargeKeys=0
376.00	       =>  wckTime=374.921  cpuTime=370.95  mem=122M691
506.54	   
506.54	   search
506.54	     run=23  nbConstraintChecks=12090838662  nbPropagations=46161708  nbRevisions=968679257
506.54	     nbUselessRevisions=911063732  nbAssignments=617993  nbFailedAssignments=126316  nbBacktracks=336697
506.54	     nbVisitedNodes=994692  nbRestartNogoods=151  mapSize=234805  nbInferences=153991  nbTooLargeKeys=0
506.54	       =>  wckTime=505.462  cpuTime=500.06  mem=177M68
690.25	   
690.25	   search
690.25	     run=24  nbConstraintChecks=16481645083  nbPropagations=64827435  nbRevisions=1360396565
690.25	     nbUselessRevisions=1280040223  nbAssignments=927035  nbFailedAssignments=169048  nbBacktracks=505038
690.25	     nbVisitedNodes=1479284  nbRestartNogoods=166  mapSize=339041  nbInferences=251894  nbTooLargeKeys=0
690.25	       =>  wckTime=689.172  cpuTime=681.81  mem=262M188
923.61	   
923.61	   search
923.61	     run=25  nbConstraintChecks=21907874031  nbPropagations=89028045  nbRevisions=1882107134
923.61	     nbUselessRevisions=1772805306  nbAssignments=1373877  nbFailedAssignments=235375  nbBacktracks=757551
923.61	     nbVisitedNodes=2172511  nbRestartNogoods=183  mapSize=518445  nbInferences=379839  nbTooLargeKeys=0
923.61	       =>  wckTime=922.53  cpuTime=913.21  mem=393M871
1433.24	   
1433.24	   search
1433.24	     run=26  nbConstraintChecks=34401852054  nbPropagations=124492302  nbRevisions=2693893092
1433.24	     nbUselessRevisions=2543333017  nbAssignments=2165321  nbFailedAssignments=349738  nbBacktracks=1136318
1433.24	     nbVisitedNodes=3463674  nbRestartNogoods=193  mapSize=784975  nbInferences=678103  nbTooLargeKeys=0
1433.24	       =>  wckTime=1432.16  cpuTime=1419.29  mem=564M14
1467.16	   
1467.16	   INFO : Stopping hyperNogood (mapSize=807641, nbTooLargekeys=0, mem=601M20)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node61/watcher-238890-1168083641 -o ROOT/results/node61/solver-238890-1168083641 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/238890-1168083641/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.89 1.71 1.70 4/80 7933
/proc/meminfo: memFree=1167296/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=9748 CPUtime=0
/proc/7932/stat : 7932 (java) D 7930 7932 7065 0 -1 0 637 0 0 0 0 0 0 0 18 0 1 0 156762061 9981952 412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10384164 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/7932/statm: 2487 472 386 14 0 1142 0

[startup+0.103046 s]
/proc/loadavg: 1.89 1.71 1.70 4/80 7933
/proc/meminfo: memFree=1167296/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=906644 CPUtime=0.03
/proc/7932/stat : 7932 (java) R 7930 7932 7065 0 -1 0 2111 0 1 0 2 1 0 0 18 0 2 0 156762061 928403456 1860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155477469 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/7932/statm: 226661 1860 1059 14 0 214244 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 906644

[startup+0.511119 s]
/proc/loadavg: 1.89 1.71 1.70 4/80 7933
/proc/meminfo: memFree=1167296/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=915328 CPUtime=0.43
/proc/7932/stat : 7932 (java) R 7930 7932 7065 0 -1 0 6256 0 1 0 39 4 0 0 18 0 8 0 156762061 937295872 5995 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7932/statm: 228832 5995 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 915328

[startup+1.33226 s]
/proc/loadavg: 1.90 1.71 1.70 3/87 7940
/proc/meminfo: memFree=1136008/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=915572 CPUtime=1.23
/proc/7932/stat : 7932 (java) R 7930 7932 7065 0 -1 0 10537 0 1 0 116 7 0 0 23 0 8 0 156762061 937545728 10275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073923473 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7932/statm: 228893 10275 2511 14 0 215363 0
[pid=7932/tid=7934] ppid=7930 vsize=915572 CPUtime=0.05
/proc/7932/task/7934/stat : 7934 (java) S 7930 7932 7065 0 -1 64 719 0 0 0 5 0 0 0 16 0 8 0 156762071 937545728 10275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7935] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7935/stat : 7935 (java) S 7930 7932 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 10275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7936] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7936/stat : 7936 (java) S 7930 7932 7065 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 10275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7937] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7937/stat : 7937 (java) S 7930 7932 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156762075 937545728 10275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7938] ppid=7930 vsize=915572 CPUtime=0.25
/proc/7932/task/7938/stat : 7938 (java) S 7930 7932 7065 0 -1 64 407 0 0 0 24 1 0 0 16 0 8 0 156762075 937545728 10275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7939] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7939/stat : 7939 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156762075 937545728 10275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7940] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7940/stat : 7940 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156762075 937545728 10275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 915572

[startup+2.97655 s]
/proc/loadavg: 1.90 1.71 1.70 3/87 7940
/proc/meminfo: memFree=1135944/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=915572 CPUtime=2.88
/proc/7932/stat : 7932 (java) R 7930 7932 7065 0 -1 0 10548 0 1 0 280 8 0 0 25 0 8 0 156762061 937545728 10285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073923431 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7932/statm: 228893 10285 2513 14 0 215363 0
[pid=7932/tid=7934] ppid=7930 vsize=915572 CPUtime=0.05
/proc/7932/task/7934/stat : 7934 (java) S 7930 7932 7065 0 -1 64 719 0 0 0 5 0 0 0 17 0 8 0 156762071 937545728 10285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7935] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7935/stat : 7935 (java) S 7930 7932 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 10285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7936] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7936/stat : 7936 (java) S 7930 7932 7065 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 10285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7937] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7937/stat : 7937 (java) S 7930 7932 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156762075 937545728 10285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7938] ppid=7930 vsize=915572 CPUtime=0.27
/proc/7932/task/7938/stat : 7938 (java) S 7930 7932 7065 0 -1 64 413 0 0 0 26 1 0 0 15 0 8 0 156762075 937545728 10285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7939] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7939/stat : 7939 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156762075 937545728 10285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7940] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7940/stat : 7940 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156762075 937545728 10285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 915572

[startup+6.27212 s]
/proc/loadavg: 1.90 1.71 1.70 3/87 7940
/proc/meminfo: memFree=1135752/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=915572 CPUtime=6.13
/proc/7932/stat : 7932 (java) R 7930 7932 7065 0 -1 0 10567 0 1 0 605 8 0 0 25 0 8 0 156762061 937545728 10300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073944926 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7932/statm: 228893 10300 2514 14 0 215363 0
[pid=7932/tid=7934] ppid=7930 vsize=915572 CPUtime=0.05
/proc/7932/task/7934/stat : 7934 (java) S 7930 7932 7065 0 -1 64 719 0 0 0 5 0 0 0 17 0 8 0 156762071 937545728 10300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7935] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7935/stat : 7935 (java) S 7930 7932 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 10300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7936] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7936/stat : 7936 (java) S 7930 7932 7065 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 10300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7937] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7937/stat : 7937 (java) S 7930 7932 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156762075 937545728 10300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7938] ppid=7930 vsize=915572 CPUtime=0.29
/proc/7932/task/7938/stat : 7938 (java) S 7930 7932 7065 0 -1 64 427 0 0 0 28 1 0 0 16 0 8 0 156762075 937545728 10300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7939] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7939/stat : 7939 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156762075 937545728 10300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7940] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7940/stat : 7940 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156762075 937545728 10300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 915572

[startup+12.7483 s]
/proc/loadavg: 1.91 1.72 1.70 3/87 7940
/proc/meminfo: memFree=1135632/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=915572 CPUtime=12.54
/proc/7932/stat : 7932 (java) R 7930 7932 7065 0 -1 0 10634 0 1 0 1246 8 0 0 25 0 8 0 156762061 937545728 10367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928422 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7932/statm: 228893 10367 2514 14 0 215363 0
[pid=7932/tid=7934] ppid=7930 vsize=915572 CPUtime=0.05
/proc/7932/task/7934/stat : 7934 (java) S 7930 7932 7065 0 -1 64 719 0 0 0 5 0 0 0 16 0 8 0 156762071 937545728 10367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7935] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7935/stat : 7935 (java) S 7930 7932 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 10367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7936] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7936/stat : 7936 (java) S 7930 7932 7065 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 10367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7937] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7937/stat : 7937 (java) S 7930 7932 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156762075 937545728 10367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7938] ppid=7930 vsize=915572 CPUtime=0.3
/proc/7932/task/7938/stat : 7938 (java) S 7930 7932 7065 0 -1 64 430 0 0 0 29 1 0 0 15 0 8 0 156762075 937545728 10367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7939] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7939/stat : 7939 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156762075 937545728 10367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7940] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7940/stat : 7940 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156762075 937545728 10367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 915572

[startup+25.6125 s]
/proc/loadavg: 1.92 1.73 1.71 3/87 7940
/proc/meminfo: memFree=1107408/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=915572 CPUtime=25.3
/proc/7932/stat : 7932 (java) R 7930 7932 7065 0 -1 0 12024 0 1 0 2520 10 0 0 25 0 8 0 156762061 937545728 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928397 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7932/statm: 228893 11757 2514 14 0 215363 0
[pid=7932/tid=7934] ppid=7930 vsize=915572 CPUtime=0.05
/proc/7932/task/7934/stat : 7934 (java) S 7930 7932 7065 0 -1 64 719 0 0 0 5 0 0 0 16 0 8 0 156762071 937545728 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7935] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7935/stat : 7935 (java) S 7930 7932 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7936] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7936/stat : 7936 (java) S 7930 7932 7065 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7937] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7937/stat : 7937 (java) S 7930 7932 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156762075 937545728 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7938] ppid=7930 vsize=915572 CPUtime=0.3
/proc/7932/task/7938/stat : 7938 (java) S 7930 7932 7065 0 -1 64 430 0 0 0 29 1 0 0 15 0 8 0 156762075 937545728 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7939] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7939/stat : 7939 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156762075 937545728 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7940] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7940/stat : 7940 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156762075 937545728 11757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 915572

[startup+51.224 s]
/proc/loadavg: 1.95 1.75 1.71 3/87 7940
/proc/meminfo: memFree=1090064/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=915572 CPUtime=50.67
/proc/7932/stat : 7932 (java) R 7930 7932 7065 0 -1 0 16316 0 1 0 5055 12 0 0 25 0 8 0 156762061 937545728 16049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928513 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7932/statm: 228893 16049 2514 14 0 215363 0
[pid=7932/tid=7934] ppid=7930 vsize=915572 CPUtime=0.05
/proc/7932/task/7934/stat : 7934 (java) S 7930 7932 7065 0 -1 64 719 0 0 0 5 0 0 0 16 0 8 0 156762071 937545728 16049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7935] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7935/stat : 7935 (java) S 7930 7932 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 16049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7936] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7936/stat : 7936 (java) S 7930 7932 7065 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 16049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7937] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7937/stat : 7937 (java) S 7930 7932 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156762075 937545728 16049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7938] ppid=7930 vsize=915572 CPUtime=0.3
/proc/7932/task/7938/stat : 7938 (java) S 7930 7932 7065 0 -1 64 430 0 0 0 29 1 0 0 15 0 8 0 156762075 937545728 16049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7939] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7939/stat : 7939 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156762075 937545728 16049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7940] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7940/stat : 7940 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156762075 937545728 16049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 915572

[startup+102.442 s]
/proc/loadavg: 1.98 1.79 1.73 3/87 7940
/proc/meminfo: memFree=1041360/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=915572 CPUtime=101.42
/proc/7932/stat : 7932 (java) R 7930 7932 7065 0 -1 0 22386 0 1 0 10128 14 0 0 25 0 8 0 156762061 937545728 22118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073940940 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7932/statm: 228893 22118 2518 14 0 215363 0
[pid=7932/tid=7934] ppid=7930 vsize=915572 CPUtime=0.11
/proc/7932/task/7934/stat : 7934 (java) S 7930 7932 7065 0 -1 64 5362 0 0 0 10 1 0 0 16 0 8 0 156762071 937545728 22118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7935] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7935/stat : 7935 (java) S 7930 7932 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 22118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7936] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7936/stat : 7936 (java) S 7930 7932 7065 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 22118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7937] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7937/stat : 7937 (java) S 7930 7932 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156762075 937545728 22118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7938] ppid=7930 vsize=915572 CPUtime=0.3
/proc/7932/task/7938/stat : 7938 (java) S 7930 7932 7065 0 -1 64 430 0 0 0 29 1 0 0 15 0 8 0 156762075 937545728 22118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7939] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7939/stat : 7939 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156762075 937545728 22118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7940] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7940/stat : 7940 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156762075 937545728 22118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 915572

[startup+162.505 s]
/proc/loadavg: 1.99 1.82 1.74 3/87 7940
/proc/meminfo: memFree=990160/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=915572 CPUtime=160.93
/proc/7932/stat : 7932 (java) R 7930 7932 7065 0 -1 0 29239 0 1 0 16077 16 0 0 25 0 8 0 156762061 937545728 28970 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073923480 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1483.39 s]
/proc/loadavg: 2.04 2.02 1.92 3/87 8138
/proc/meminfo: memFree=98256/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=915572 CPUtime=1472.7
/proc/7932/stat : 7932 (java) R 7930 7932 7065 0 -1 0 154776 0 1 0 147209 61 0 0 25 0 8 0 156762061 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073944806 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7932/statm: 228893 154484 2518 14 0 215363 0
[pid=7932/tid=7934] ppid=7930 vsize=915572 CPUtime=2.47
/proc/7932/task/7934/stat : 7934 (java) S 7930 7932 7065 0 -1 64 137728 0 0 0 201 46 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7935] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7935/stat : 7935 (java) S 7930 7932 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7936] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7936/stat : 7936 (java) S 7930 7932 7065 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7937] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7937/stat : 7937 (java) S 7930 7932 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7938] ppid=7930 vsize=915572 CPUtime=0.3
/proc/7932/task/7938/stat : 7938 (java) S 7930 7932 7065 0 -1 64 430 0 0 0 29 1 0 0 16 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7939] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7939/stat : 7939 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7940] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7940/stat : 7940 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1472.7
Current children cumulated vsize (KiB) 915572

[startup+1543.39 s]
/proc/loadavg: 2.09 2.03 1.93 3/87 8138
/proc/meminfo: memFree=98192/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=915572 CPUtime=1532.42
/proc/7932/stat : 7932 (java) R 7930 7932 7065 0 -1 0 154776 0 1 0 153181 61 0 0 25 0 8 0 156762061 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928474 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7932/statm: 228893 154484 2518 14 0 215363 0
[pid=7932/tid=7934] ppid=7930 vsize=915572 CPUtime=2.47
/proc/7932/task/7934/stat : 7934 (java) S 7930 7932 7065 0 -1 64 137728 0 0 0 201 46 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7935] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7935/stat : 7935 (java) S 7930 7932 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7936] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7936/stat : 7936 (java) S 7930 7932 7065 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7937] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7937/stat : 7937 (java) S 7930 7932 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7938] ppid=7930 vsize=915572 CPUtime=0.3
/proc/7932/task/7938/stat : 7938 (java) S 7930 7932 7065 0 -1 64 430 0 0 0 29 1 0 0 16 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7939] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7939/stat : 7939 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7940] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7940/stat : 7940 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.42
Current children cumulated vsize (KiB) 915572

[startup+1603.4 s]
/proc/loadavg: 1.96 2.01 1.92 2/75 8148
/proc/meminfo: memFree=708976/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=915572 CPUtime=1592.2
/proc/7932/stat : 7932 (java) R 7930 7932 7065 0 -1 0 154776 0 1 0 159158 62 0 0 25 0 8 0 156762061 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073938799 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7932/statm: 228893 154484 2518 14 0 215363 0
[pid=7932/tid=7934] ppid=7930 vsize=915572 CPUtime=2.47
/proc/7932/task/7934/stat : 7934 (java) S 7930 7932 7065 0 -1 64 137728 0 0 0 201 46 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7935] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7935/stat : 7935 (java) S 7930 7932 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7936] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7936/stat : 7936 (java) S 7930 7932 7065 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7937] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7937/stat : 7937 (java) S 7930 7932 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7938] ppid=7930 vsize=915572 CPUtime=0.3
/proc/7932/task/7938/stat : 7938 (java) S 7930 7932 7065 0 -1 64 430 0 0 0 29 1 0 0 16 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7939] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7939/stat : 7939 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7940] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7940/stat : 7940 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.2
Current children cumulated vsize (KiB) 915572

[startup+1663.5 s]
/proc/loadavg: 1.35 1.82 1.86 2/75 8151
/proc/meminfo: memFree=710320/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=915572 CPUtime=1652.27
/proc/7932/stat : 7932 (java) R 7930 7932 7065 0 -1 0 154776 0 1 0 165165 62 0 0 25 0 8 0 156762061 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073947478 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7932/statm: 228893 154484 2518 14 0 215363 0
[pid=7932/tid=7934] ppid=7930 vsize=915572 CPUtime=2.47
/proc/7932/task/7934/stat : 7934 (java) S 7930 7932 7065 0 -1 64 137728 0 0 0 201 46 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7935] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7935/stat : 7935 (java) S 7930 7932 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7936] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7936/stat : 7936 (java) S 7930 7932 7065 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7937] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7937/stat : 7937 (java) S 7930 7932 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7938] ppid=7930 vsize=915572 CPUtime=0.3
/proc/7932/task/7938/stat : 7938 (java) S 7930 7932 7065 0 -1 64 430 0 0 0 29 1 0 0 16 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7939] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7939/stat : 7939 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7940] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7940/stat : 7940 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.27
Current children cumulated vsize (KiB) 915572

[startup+1723.6 s]
/proc/loadavg: 1.13 1.67 1.80 2/75 8204
/proc/meminfo: memFree=708592/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=915572 CPUtime=1712.32
/proc/7932/stat : 7932 (java) R 7930 7932 7065 0 -1 0 154776 0 1 0 171170 62 0 0 25 0 8 0 156762061 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073923635 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7932/statm: 228893 154484 2518 14 0 215363 0
[pid=7932/tid=7934] ppid=7930 vsize=915572 CPUtime=2.47
/proc/7932/task/7934/stat : 7934 (java) S 7930 7932 7065 0 -1 64 137728 0 0 0 201 46 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7935] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7935/stat : 7935 (java) S 7930 7932 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7936] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7936/stat : 7936 (java) S 7930 7932 7065 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7937] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7937/stat : 7937 (java) S 7930 7932 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7938] ppid=7930 vsize=915572 CPUtime=0.3
/proc/7932/task/7938/stat : 7938 (java) S 7930 7932 7065 0 -1 64 430 0 0 0 29 1 0 0 16 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7939] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7939/stat : 7939 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7940] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7940/stat : 7940 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.32
Current children cumulated vsize (KiB) 915572

[startup+1783.7 s]
/proc/loadavg: 1.04 1.55 1.75 2/75 8207
/proc/meminfo: memFree=710256/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=915572 CPUtime=1772.4
/proc/7932/stat : 7932 (java) R 7930 7932 7065 0 -1 0 154776 0 1 0 177178 62 0 0 25 0 8 0 156762061 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928513 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7932/statm: 228893 154484 2518 14 0 215363 0
[pid=7932/tid=7934] ppid=7930 vsize=915572 CPUtime=2.47
/proc/7932/task/7934/stat : 7934 (java) S 7930 7932 7065 0 -1 64 137728 0 0 0 201 46 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7935] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7935/stat : 7935 (java) S 7930 7932 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7936] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7936/stat : 7936 (java) S 7930 7932 7065 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7937] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7937/stat : 7937 (java) S 7930 7932 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7938] ppid=7930 vsize=915572 CPUtime=0.3
/proc/7932/task/7938/stat : 7938 (java) S 7930 7932 7065 0 -1 64 430 0 0 0 29 1 0 0 16 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7939] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7939/stat : 7939 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7940] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7940/stat : 7940 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.4
Current children cumulated vsize (KiB) 915572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.33 s]
/proc/loadavg: 1.03 1.49 1.72 2/75 8252
/proc/meminfo: memFree=708264/2055920 swapFree=4192812/4192956
[pid=7932] ppid=7930 vsize=915572 CPUtime=1800.01
/proc/7932/stat : 7932 (java) R 7930 7932 7065 0 -1 0 154776 0 1 0 179938 63 0 0 25 0 8 0 156762061 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073940919 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7932/statm: 228893 154484 2518 14 0 215363 0
[pid=7932/tid=7934] ppid=7930 vsize=915572 CPUtime=2.47
/proc/7932/task/7934/stat : 7934 (java) S 7930 7932 7065 0 -1 64 137728 0 0 0 201 46 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7935] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7935/stat : 7935 (java) S 7930 7932 7065 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7936] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7936/stat : 7936 (java) S 7930 7932 7065 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156762071 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7937] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7937/stat : 7937 (java) S 7930 7932 7065 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7938] ppid=7930 vsize=915572 CPUtime=0.3
/proc/7932/task/7938/stat : 7938 (java) S 7930 7932 7065 0 -1 64 430 0 0 0 29 1 0 0 16 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7939] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7939/stat : 7939 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7932/tid=7940] ppid=7930 vsize=915572 CPUtime=0
/proc/7932/task/7940/stat : 7940 (java) S 7930 7932 7065 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156762075 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915572

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

Child status: 143
Real time (s): 1811.44
CPU time (s): 1800.12
CPU user time (s): 1799.39
CPU system time (s): 0.725889
CPU usage (%): 99.3753
Max. virtual memory (cumulated for all children) (KiB): 915572

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

runsolver used 1.85272 s user time and 5.33119 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Sat Jan  6 11:40:42 UTC 2007


IDJOB= 238890
IDBENCH= 7026
FILE ID= node61/238890-1168083641

PBS_JOBID= 3476190

Free space on /tmp= 66508 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 mac.xml 1 XSax /tmp/evaluation/238890-1168083641/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-238890-1168083641 -o ROOT/results/node61/solver-238890-1168083641 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/238890-1168083641/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  811accd700d628ecbc30bc8faaf190de

RANDOM SEED= 510660913

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1167712 kB
Buffers:         49032 kB
Cached:         583232 kB
SwapCached:          0 kB
Active:         255912 kB
Inactive:       547784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1167712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2076 kB
Writeback:           0 kB
Mapped:         191628 kB
Slab:            69672 kB
Committed_AS:  3851220 kB
PageTables:       2084 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= 66508 MiB



End job on node61 on Sat Jan  6 12:11:01 UTC 2007