Trace number 203080

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.14 1806.38

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-25_ext.xml
MD5SUMf45cb2f0ecffb2c2a8e653eeedeabf31
Bench CategoryN-ARY-EXT (n-ary 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 variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.40	   
0.40	Abscon 109 (November, 2006)
0.40	   
0.40	   configuration
0.40	     name=mac.xml
0.44	   
0.44	   instance
0.44	     name=/tmp/evaluation/203080-1168072825/unknown.xml
0.47	   
0.47	   domains being loaded...
0.47	   
0.47	   variables being loaded...
0.51	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.51	       =>  wckTime=0.099  cpuTime=0.08  mem=6M951
0.51	   
0.51	   relations being loaded...
1.63	   
1.63	   constraints being loaded...
2.39	     nbConstraints=92  nbRelationTypes=93  nbMergedConstraints=1  nbExtensionStructures=92
2.39	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
2.39	     nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=3
2.39	       =>  wckTime=1.985  cpuTime=1.59  mem=58M79
2.55	   
2.55	   solver IterativeSystematicSolver being built... 
2.71	       =>  wckTime=2.307  cpuTime=1.72  mem=65M859
2.72	   
2.72	   preprocessing
2.72	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.72	     detectedInconsistency=no
2.72	       =>  wckTime=0.0040  cpuTime=0.01  mem=65M859
2.86	   
2.86	   search
2.86	     run=0  nbConstraintChecks=42502  nbValidityChecks=73628  nbPropagations=361  nbRevisions=3776
2.86	     nbUselessRevisions=3010  nbAssignments=33  nbFailedAssignments=13  nbBacktracks=14  nbVisitedNodes=52
2.86	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
2.86	       =>  wckTime=0.144  cpuTime=0.11  mem=65M859
3.01	   
3.01	   search
3.01	     run=1  nbConstraintChecks=124469  nbValidityChecks=235105  nbPropagations=1357  nbRevisions=15638
3.01	     nbUselessRevisions=12480  nbAssignments=92  nbFailedAssignments=50  nbBacktracks=29  nbVisitedNodes=158
3.01	     nbRestartNogoods=2  mapSize=21  nbInferences=0  nbTooLargeKeys=0
3.01	       =>  wckTime=0.297  cpuTime=0.26  mem=65M859
3.20	   
3.20	   search
3.20	     run=2  nbConstraintChecks=237654  nbValidityChecks=443765  nbPropagations=3150  nbRevisions=37484
3.20	     nbUselessRevisions=29786  nbAssignments=164  nbFailedAssignments=92  nbBacktracks=51  nbVisitedNodes=289
3.20	     nbRestartNogoods=8  mapSize=42  nbInferences=0  nbTooLargeKeys=0
3.20	       =>  wckTime=0.489  cpuTime=0.44  mem=65M859
3.45	   
3.45	   search
3.45	     run=3  nbConstraintChecks=383041  nbValidityChecks=726860  nbPropagations=6270  nbRevisions=75754
3.45	     nbUselessRevisions=59843  nbAssignments=255  nbFailedAssignments=143  nbBacktracks=84  nbVisitedNodes=460
3.45	     nbRestartNogoods=15  mapSize=75  nbInferences=0  nbTooLargeKeys=0
3.45	       =>  wckTime=0.734  cpuTime=0.68  mem=65M859
3.74	   
3.74	   search
3.74	     run=4  nbConstraintChecks=559491  nbValidityChecks=1084017  nbPropagations=11071  nbRevisions=134348
3.74	     nbUselessRevisions=105716  nbAssignments=385  nbFailedAssignments=216  nbBacktracks=134  nbVisitedNodes=697
3.74	     nbRestartNogoods=17  mapSize=120  nbInferences=0  nbTooLargeKeys=0
3.74	       =>  wckTime=1.025  cpuTime=0.97  mem=65M859
4.15	   
4.15	   search
4.15	     run=5  nbConstraintChecks=804938  nbValidityChecks=1556196  nbPropagations=17945  nbRevisions=219210
4.15	     nbUselessRevisions=172538  nbAssignments=554  nbFailedAssignments=302  nbBacktracks=211  nbVisitedNodes=1000
4.15	     nbRestartNogoods=23  mapSize=185  nbInferences=0  nbTooLargeKeys=0
4.15	       =>  wckTime=1.43  cpuTime=1.37  mem=65M859
4.73	   
4.74	   search
4.74	     run=6  nbConstraintChecks=1168415  nbValidityChecks=2283505  nbPropagations=28436  nbRevisions=348229
4.74	     nbUselessRevisions=273994  nbAssignments=832  nbFailedAssignments=458  nbBacktracks=325  nbVisitedNodes=1509
4.74	     nbRestartNogoods=30  mapSize=284  nbInferences=0  nbTooLargeKeys=0
4.74	       =>  wckTime=2.02  cpuTime=1.95  mem=65M859
5.61	   
5.61	   search
5.61	     run=7  nbConstraintChecks=1710482  nbValidityChecks=3360511  nbPropagations=44093  nbRevisions=540820
5.61	     nbUselessRevisions=425808  nbAssignments=1241  nbFailedAssignments=688  nbBacktracks=497  nbVisitedNodes=2260
5.61	     nbRestartNogoods=40  mapSize=444  nbInferences=0  nbTooLargeKeys=0
5.61	       =>  wckTime=2.891  cpuTime=2.81  mem=65M859
6.98	   
6.98	   search
6.98	     run=8  nbConstraintChecks=2548440  nbValidityChecks=5067662  nbPropagations=68390  nbRevisions=836858
6.98	     nbUselessRevisions=658521  nbAssignments=1927  nbFailedAssignments=1108  nbBacktracks=754  nbVisitedNodes=3543
6.98	     nbRestartNogoods=45  mapSize=678  nbInferences=0  nbTooLargeKeys=0
6.98	       =>  wckTime=4.263  cpuTime=4.16  mem=65M859
8.66	   
8.66	   search
8.66	     run=9  nbConstraintChecks=3597438  nbValidityChecks=7139981  nbPropagations=101674  nbRevisions=1242551
8.66	     nbUselessRevisions=978567  nbAssignments=2706  nbFailedAssignments=1494  nbBacktracks=1141  nbVisitedNodes=4896
8.66	     nbRestartNogoods=63  mapSize=978  nbInferences=0  nbTooLargeKeys=0
8.66	       =>  wckTime=5.944  cpuTime=5.82  mem=66M851
8.97	   
8.97	   INFO : Stopping hyperNogood (mapSize=1030, nbTooLargekeys=0, mem=66M851)
11.61	   
11.61	   search
11.61	     run=10  nbConstraintChecks=5417734  nbValidityChecks=10729975  nbPropagations=152651  nbRevisions=1865884
11.61	     nbUselessRevisions=1470235  nbAssignments=4024  nbFailedAssignments=2228  nbBacktracks=1717  nbVisitedNodes=7343
11.61	     nbRestartNogoods=74
11.61	       =>  wckTime=8.893  cpuTime=8.76  mem=66M851
15.45	   
15.45	   search
15.45	     run=11  nbConstraintChecks=7872129  nbValidityChecks=15529430  nbPropagations=226985  nbRevisions=2778604
15.45	     nbUselessRevisions=2191008  nbAssignments=5832  nbFailedAssignments=3164  nbBacktracks=2581  nbVisitedNodes=10609
15.45	     nbRestartNogoods=84
15.45	       =>  wckTime=12.731  cpuTime=12.58  mem=66M851
22.51	   
22.51	   search
22.51	     run=12  nbConstraintChecks=12352629  nbValidityChecks=24608178  nbPropagations=346352  nbRevisions=4241963
22.51	     nbUselessRevisions=3343300  nbAssignments=9153  nbFailedAssignments=5179  nbBacktracks=3878  nbVisitedNodes=16856
22.51	     nbRestartNogoods=96
22.51	       =>  wckTime=19.795  cpuTime=19.61  mem=66M851
30.57	   
30.57	   search
30.57	     run=13  nbConstraintChecks=17547799  nbValidityChecks=34798395  nbPropagations=510712  nbRevisions=6270482
30.57	     nbUselessRevisions=4946589  nbAssignments=12988  nbFailedAssignments=7060  nbBacktracks=5825  nbVisitedNodes=23613
30.57	     nbRestartNogoods=113
30.57	       =>  wckTime=27.853  cpuTime=27.62  mem=66M851
47.78	   
47.78	   search
47.78	     run=14  nbConstraintChecks=28575228  nbValidityChecks=56978980  nbPropagations=783032  nbRevisions=9634357
47.78	     nbUselessRevisions=7594803  nbAssignments=21073  nbFailedAssignments=12219  nbBacktracks=8744  nbVisitedNodes=38914
47.78	     nbRestartNogoods=137
47.78	       =>  wckTime=45.06  cpuTime=44.74  mem=66M851
68.63	   
68.63	   search
68.63	     run=15  nbConstraintChecks=42033233  nbValidityChecks=83151449  nbPropagations=1175671  nbRevisions=14487195
68.63	     nbUselessRevisions=11425930  nbAssignments=30544  nbFailedAssignments=17305  nbBacktracks=13122
68.63	     nbVisitedNodes=56158  nbRestartNogoods=146
68.63	       =>  wckTime=65.916  cpuTime=65.5  mem=66M851
105.09	   
105.09	   search
105.09	     run=16  nbConstraintChecks=65425514  nbValidityChecks=130351139  nbPropagations=1796016  nbRevisions=22144904
105.09	     nbUselessRevisions=17458988  nbAssignments=48034  nbFailedAssignments=28219  nbBacktracks=19690
105.09	     nbVisitedNodes=89147  nbRestartNogoods=158
105.09	       =>  wckTime=102.378  cpuTime=101.79  mem=66M851
156.52	   
156.52	   search
156.52	     run=17  nbConstraintChecks=98246685  nbValidityChecks=195144212  nbPropagations=2705305  nbRevisions=33423639
156.52	     nbUselessRevisions=26359481  nbAssignments=70810  nbFailedAssignments=41134  nbBacktracks=29544
156.52	     nbVisitedNodes=131152  nbRestartNogoods=173
156.52	       =>  wckTime=153.804  cpuTime=152.96  mem=66M851
236.78	   
236.78	   search
236.78	     run=18  nbConstraintChecks=149849018  nbValidityChecks=299174505  nbPropagations=4117759  nbRevisions=50894782
236.78	     nbUselessRevisions=40119010  nbAssignments=109526  nbFailedAssignments=65065  nbBacktracks=44322
236.78	     nbVisitedNodes=203873  nbRestartNogoods=186
236.78	       =>  wckTime=234.065  cpuTime=232.83  mem=66M851
358.94	   
358.94	   search
358.94	     run=19  nbConstraintChecks=228816529  nbValidityChecks=456308541  nbPropagations=6226886  nbRevisions=77011809
358.94	     nbUselessRevisions=60722020  nbAssignments=165238  nbFailedAssignments=98600  nbBacktracks=66490
358.94	     nbVisitedNodes=308768  nbRestartNogoods=204
358.94	       =>  wckTime=356.221  cpuTime=354.41  mem=66M851
544.15	   
544.15	   search
544.15	     run=20  nbConstraintChecks=347372642  nbValidityChecks=696361883  nbPropagations=9491216  nbRevisions=117431259
544.15	     nbUselessRevisions=92550178  nbAssignments=252592  nbFailedAssignments=152696  nbBacktracks=99743
544.15	     nbVisitedNodes=472938  nbRestartNogoods=221
544.15	       =>  wckTime=541.436  cpuTime=538.73  mem=66M851
778.16	   
778.16	   search
778.16	     run=21  nbConstraintChecks=497802102  nbValidityChecks=995252945  nbPropagations=14177731  nbRevisions=175802271
778.16	     nbUselessRevisions=138701033  nbAssignments=367396  nbFailedAssignments=217616  nbBacktracks=149621
778.16	     nbVisitedNodes=684325  nbRestartNogoods=233
778.16	       =>  wckTime=775.445  cpuTime=771.62  mem=66M851
1137.85	   
1137.85	   search
1137.85	     run=22  nbConstraintChecks=728635375  nbValidityChecks=1453843717  nbPropagations=21039740  nbRevisions=261318415
1137.85	     nbUselessRevisions=206402083  nbAssignments=537551  nbFailedAssignments=312945  nbBacktracks=224440
1137.85	     nbVisitedNodes=998625  nbRestartNogoods=271
1137.85	       =>  wckTime=1135.138  cpuTime=1129.71  mem=66M851
1650.39	   
1650.39	   search
1650.39	     run=23  nbConstraintChecks=1067619264  nbValidityChecks=2122814585  nbPropagations=31017798  nbRevisions=387345633
1650.39	     nbUselessRevisions=306773908  nbAssignments=781312  nbFailedAssignments=444473  nbBacktracks=336668
1650.39	     nbVisitedNodes=1443020  nbRestartNogoods=297
1650.39	       =>  wckTime=1647.676  cpuTime=1641.62  mem=66M851

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/node33/watcher-203080-1168072825 -o ROOT/results/node33/solver-203080-1168072825 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203080-1168072825/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.93 1.89 1.51 4/80 10250
/proc/meminfo: memFree=1080728/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=11820 CPUtime=0
/proc/10249/stat : 10249 (java) D 10247 10249 9965 0 -1 0 760 0 1 0 0 0 0 0 16 0 1 0 155676365 12103680 510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10945316 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/10249/statm: 2955 510 421 14 0 1602 0

[startup+0.103054 s]
/proc/loadavg: 1.93 1.89 1.51 4/80 10250
/proc/meminfo: memFree=1080728/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=47976 CPUtime=0.01
/proc/10249/stat : 10249 (java) D 10247 10249 9965 0 -1 0 1223 0 1 0 1 0 0 0 17 0 1 0 155676365 49127424 972 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/10249/statm: 11994 972 769 14 0 1707 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47976

[startup+0.511138 s]
/proc/loadavg: 1.93 1.89 1.51 4/80 10250
/proc/meminfo: memFree=1080728/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=915328 CPUtime=0.4
/proc/10249/stat : 10249 (java) R 10247 10249 9965 0 -1 0 6113 0 1 0 36 4 0 0 18 0 8 0 155676365 937295872 5852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151974727 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 228832 5852 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 915328

[startup+1.33731 s]
/proc/loadavg: 1.93 1.89 1.51 3/87 10257
/proc/meminfo: memFree=1013728/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=915328 CPUtime=1.22
/proc/10249/stat : 10249 (java) R 10247 10249 9965 0 -1 0 19098 0 1 0 112 10 0 0 25 0 8 0 155676365 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565375 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 228832 18836 2149 14 0 215302 0
[pid=10249/tid=10251] ppid=10247 vsize=915328 CPUtime=0.05
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 9965 0 -1 64 2681 0 0 0 4 1 0 0 17 0 8 0 155676378 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10252] ppid=10247 vsize=915328 CPUtime=0
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 9965 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155676378 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=915328 CPUtime=0
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 9965 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155676378 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=915328 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 9965 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155676382 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=915328 CPUtime=0.08
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 9965 0 -1 64 308 0 0 0 8 0 0 0 16 0 8 0 155676382 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=915328 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155676382 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=915328 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155676382 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 915328

[startup+2.97765 s]
/proc/loadavg: 1.93 1.89 1.51 4/87 10257
/proc/meminfo: memFree=977888/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=915440 CPUtime=2.85
/proc/10249/stat : 10249 (java) R 10247 10249 9965 0 -1 0 32557 0 1 0 268 17 0 0 25 0 8 0 155676365 937410560 32291 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 228860 32291 2521 14 0 215330 0
[pid=10249/tid=10251] ppid=10247 vsize=915440 CPUtime=0.43
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 9965 0 -1 64 15583 0 0 0 37 6 0 0 16 0 8 0 155676378 937410560 32291 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10252] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 9965 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32291 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 9965 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32291 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 9965 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155676382 937410560 32291 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=915440 CPUtime=0.2
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 9965 0 -1 64 376 0 0 0 19 1 0 0 16 0 8 0 155676382 937410560 32291 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155676382 937410560 32291 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155676382 937410560 32291 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 915440

[startup+6.27533 s]
/proc/loadavg: 1.93 1.89 1.51 3/87 10257
/proc/meminfo: memFree=960992/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=915440 CPUtime=6.12
/proc/10249/stat : 10249 (java) R 10247 10249 9965 0 -1 0 32577 0 1 0 595 17 0 0 25 0 8 0 155676365 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665428 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 228860 32308 2521 14 0 215330 0
[pid=10249/tid=10251] ppid=10247 vsize=915440 CPUtime=0.43
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 9965 0 -1 64 15583 0 0 0 37 6 0 0 17 0 8 0 155676378 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10252] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 9965 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 9965 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 9965 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155676382 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=915440 CPUtime=0.24
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 9965 0 -1 64 395 0 0 0 23 1 0 0 16 0 8 0 155676382 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155676382 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155676382 937410560 32308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 915440

[startup+12.7597 s]
/proc/loadavg: 1.94 1.89 1.52 3/87 10257
/proc/meminfo: memFree=961120/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=915440 CPUtime=12.58
/proc/10249/stat : 10249 (java) R 10247 10249 9965 0 -1 0 32588 0 1 0 1240 18 0 0 25 0 8 0 155676365 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 228860 32316 2521 14 0 215330 0
[pid=10249/tid=10251] ppid=10247 vsize=915440 CPUtime=0.43
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 9965 0 -1 64 15583 0 0 0 37 6 0 0 16 0 8 0 155676378 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10252] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 9965 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 9965 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 9965 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155676382 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=915440 CPUtime=0.26
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 9965 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155676382 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155676382 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155676382 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 915440

[startup+25.6183 s]
/proc/loadavg: 1.95 1.90 1.52 3/87 10257
/proc/meminfo: memFree=961312/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=915440 CPUtime=25.38
/proc/10249/stat : 10249 (java) R 10247 10249 9965 0 -1 0 32588 0 1 0 2520 18 0 0 25 0 8 0 155676365 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665396 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 228860 32316 2521 14 0 215330 0
[pid=10249/tid=10251] ppid=10247 vsize=915440 CPUtime=0.43
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 9965 0 -1 64 15583 0 0 0 37 6 0 0 16 0 8 0 155676378 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10252] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 9965 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 9965 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 9965 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155676382 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=915440 CPUtime=0.26
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 9965 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155676382 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155676382 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155676382 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 915440

[startup+51.2486 s]
/proc/loadavg: 1.97 1.91 1.54 3/87 10257
/proc/meminfo: memFree=961376/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=915440 CPUtime=50.88
/proc/10249/stat : 10249 (java) R 10247 10249 9965 0 -1 0 32588 0 1 0 5070 18 0 0 25 0 8 0 155676365 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800262 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 228860 32316 2521 14 0 215330 0
[pid=10249/tid=10251] ppid=10247 vsize=915440 CPUtime=0.43
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 9965 0 -1 64 15583 0 0 0 37 6 0 0 16 0 8 0 155676378 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10252] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 9965 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 9965 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 9965 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155676382 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=915440 CPUtime=0.26
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 9965 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155676382 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155676382 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155676382 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 915440

[startup+102.505 s]
/proc/loadavg: 1.98 1.92 1.56 3/87 10257
/proc/meminfo: memFree=961376/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=915440 CPUtime=101.89
/proc/10249/stat : 10249 (java) R 10247 10249 9965 0 -1 0 32588 0 1 0 10171 18 0 0 25 0 8 0 155676365 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665406 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 228860 32316 2521 14 0 215330 0
[pid=10249/tid=10251] ppid=10247 vsize=915440 CPUtime=0.43
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 9965 0 -1 64 15583 0 0 0 37 6 0 0 16 0 8 0 155676378 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10252] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 9965 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 9965 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 9965 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155676382 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=915440 CPUtime=0.26
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 9965 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155676382 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155676382 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155676382 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 915440

[startup+162.606 s]
/proc/loadavg: 2.07 1.95 1.59 3/87 10257
/proc/meminfo: memFree=961376/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=915440 CPUtime=161.7
/proc/10249/stat : 10249 (java) R 10247 10249 9965 0 -1 0 32589 0 1 0 16152 18 0 0 25 0 8 0 155676365 937410560 32316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1417.39
Current children cumulated vsize (KiB) 915440

[startup+1483.24 s]
/proc/loadavg: 2.00 2.02 1.89 3/87 10513
/proc/meminfo: memFree=900376/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=915440 CPUtime=1477.34
/proc/10249/stat : 10249 (java) R 10247 10249 9965 0 -1 0 32590 0 1 0 147693 41 0 0 25 0 8 0 155676365 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665353 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10249/statm: 228860 32317 2521 14 0 215330 0
[pid=10249/tid=10251] ppid=10247 vsize=915440 CPUtime=0.43
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 9965 0 -1 64 15583 0 0 0 37 6 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10252] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 9965 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 9965 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 9965 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=915440 CPUtime=0.26
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 9965 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.34
Current children cumulated vsize (KiB) 915440

[startup+1543.25 s]
/proc/loadavg: 2.05 2.03 1.90 3/87 10513
/proc/meminfo: memFree=900376/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=915440 CPUtime=1537.29
/proc/10249/stat : 10249 (java) R 10247 10249 9965 0 -1 0 32590 0 1 0 153688 41 0 0 25 0 8 0 155676365 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10249/statm: 228860 32317 2521 14 0 215330 0
[pid=10249/tid=10251] ppid=10247 vsize=915440 CPUtime=0.43
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 9965 0 -1 64 15583 0 0 0 37 6 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10252] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 9965 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 9965 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 9965 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=915440 CPUtime=0.26
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 9965 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.29
Current children cumulated vsize (KiB) 915440

[startup+1603.26 s]
/proc/loadavg: 2.02 2.02 1.91 4/87 10513
/proc/meminfo: memFree=900376/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=915440 CPUtime=1597.22
/proc/10249/stat : 10249 (java) R 10247 10249 9965 0 -1 0 32590 0 1 0 159681 41 0 0 25 0 8 0 155676365 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665526 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10249/statm: 228860 32317 2521 14 0 215330 0
[pid=10249/tid=10251] ppid=10247 vsize=915440 CPUtime=0.43
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 9965 0 -1 64 15583 0 0 0 37 6 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10252] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 9965 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 9965 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 9965 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=915440 CPUtime=0.26
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 9965 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.22
Current children cumulated vsize (KiB) 915440

[startup+1663.27 s]
/proc/loadavg: 2.00 2.02 1.91 3/87 10513
/proc/meminfo: memFree=900440/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=915440 CPUtime=1657.18
/proc/10249/stat : 10249 (java) R 10247 10249 9965 0 -1 0 32590 0 1 0 165677 41 0 0 25 0 8 0 155676365 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811157 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10249/statm: 228860 32317 2521 14 0 215330 0
[pid=10249/tid=10251] ppid=10247 vsize=915440 CPUtime=0.43
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 9965 0 -1 64 15583 0 0 0 37 6 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10252] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 9965 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 9965 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 9965 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=915440 CPUtime=0.26
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 9965 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.18
Current children cumulated vsize (KiB) 915440

[startup+1723.28 s]
/proc/loadavg: 2.00 2.01 1.91 3/87 10513
/proc/meminfo: memFree=900568/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=915440 CPUtime=1717.13
/proc/10249/stat : 10249 (java) R 10247 10249 9965 0 -1 0 32590 0 1 0 171672 41 0 0 25 0 8 0 155676365 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073808446 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10249/statm: 228860 32317 2521 14 0 215330 0
[pid=10249/tid=10251] ppid=10247 vsize=915440 CPUtime=0.43
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 9965 0 -1 64 15583 0 0 0 37 6 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10252] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 9965 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 9965 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 9965 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=915440 CPUtime=0.26
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 9965 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.13
Current children cumulated vsize (KiB) 915440

[startup+1783.28 s]
/proc/loadavg: 2.13 2.05 1.93 3/87 10513
/proc/meminfo: memFree=900504/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=915440 CPUtime=1777.04
/proc/10249/stat : 10249 (java) R 10247 10249 9965 0 -1 0 32590 0 1 0 177663 41 0 0 25 0 8 0 155676365 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819610 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10249/statm: 228860 32317 2521 14 0 215330 0
[pid=10249/tid=10251] ppid=10247 vsize=915440 CPUtime=0.43
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 9965 0 -1 64 15583 0 0 0 37 6 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10252] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 9965 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 9965 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 9965 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=915440 CPUtime=0.26
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 9965 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.04
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.34 s]
/proc/loadavg: 2.08 2.05 1.93 3/87 10513
/proc/meminfo: memFree=900504/2055920 swapFree=4192224/4192956
[pid=10249] ppid=10247 vsize=915440 CPUtime=1800.1
/proc/10249/stat : 10249 (java) R 10247 10249 9965 0 -1 0 32590 0 1 0 179969 41 0 0 25 0 8 0 155676365 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10249/statm: 228860 32317 2521 14 0 215330 0
[pid=10249/tid=10251] ppid=10247 vsize=915440 CPUtime=0.43
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 9965 0 -1 64 15583 0 0 0 37 6 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10252] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 9965 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 9965 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155676378 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 9965 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=915440 CPUtime=0.26
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 9965 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=915440 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 9965 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155676382 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 915440

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

Child status: 143
Real time (s): 1806.38
CPU time (s): 1800.14
CPU user time (s): 1799.7
CPU system time (s): 0.439933
CPU usage (%): 99.6549
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.439933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32607
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= 37701
involuntary context switches= 47467

runsolver used 2.22866 s user time and 5.81312 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sat Jan  6 08:40:25 UTC 2007


IDJOB= 203080
IDBENCH= 3909
FILE ID= node33/203080-1168072825

PBS_JOBID= 3475967

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28-fcd/rand-3-28-28-93-632-fcd-25_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203080-1168072825/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-203080-1168072825 -o ROOT/results/node33/solver-203080-1168072825 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203080-1168072825/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f45cb2f0ecffb2c2a8e653eeedeabf31

RANDOM SEED= 167473586

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.281
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.281
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:       1081144 kB
Buffers:         42780 kB
Cached:         757336 kB
SwapCached:        448 kB
Active:         183348 kB
Inactive:       707808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1081144 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            7480 kB
Writeback:           0 kB
Mapped:         110572 kB
Slab:            68824 kB
Committed_AS:  3445440 kB
PageTables:       1960 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= 66542 MiB



End job on node33 on Sat Jan  6 09:10:32 UTC 2007