Trace number 206229

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 1805.28

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-43_ext.xml
MD5SUMb48645c8da06904d02bd36c48da994b9
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/206229-1168073534/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.41	       =>  wckTime=0.099  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
1.56	   
1.56	   constraints being loaded...
2.34	     nbConstraints=92  nbRelationTypes=93  nbMergedConstraints=1  nbExtensionStructures=92
2.34	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
2.34	     nbSharedBinaryRepresentations=0  maxDegree=17  maxArity=3
2.34	       =>  wckTime=2.026  cpuTime=1.62  mem=57M998
2.50	   
2.50	   solver IterativeSystematicSolver being built... 
2.67	       =>  wckTime=2.355  cpuTime=1.75  mem=65M859
2.67	   
2.67	   preprocessing
2.67	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.67	     detectedInconsistency=no
2.67	       =>  wckTime=0.0040  cpuTime=0.0  mem=65M859
2.86	   
2.86	   search
2.86	     run=0  nbConstraintChecks=66155  nbValidityChecks=116955  nbPropagations=525  nbRevisions=6138
2.86	     nbUselessRevisions=4929  nbAssignments=36  nbFailedAssignments=18  nbBacktracks=13  nbVisitedNodes=65
2.86	     nbRestartNogoods=0  mapSize=12  nbInferences=0  nbTooLargeKeys=0
2.86	       =>  wckTime=0.187  cpuTime=0.15  mem=65M859
2.96	   
2.96	   search
2.96	     run=1  nbConstraintChecks=118202  nbValidityChecks=209694  nbPropagations=1457  nbRevisions=17029
2.96	     nbUselessRevisions=13622  nbAssignments=79  nbFailedAssignments=37  nbBacktracks=29  nbVisitedNodes=133
2.96	     nbRestartNogoods=4  mapSize=21  nbInferences=0  nbTooLargeKeys=0
2.96	       =>  wckTime=0.29  cpuTime=0.25  mem=65M859
3.21	   
3.21	   search
3.21	     run=2  nbConstraintChecks=255145  nbValidityChecks=486811  nbPropagations=3296  nbRevisions=41416
3.21	     nbUselessRevisions=33288  nbAssignments=183  nbFailedAssignments=110  nbBacktracks=51  nbVisitedNodes=326
3.21	     nbRestartNogoods=11  mapSize=42  nbInferences=0  nbTooLargeKeys=0
3.21	       =>  wckTime=0.538  cpuTime=0.48  mem=65M859
3.34	   
3.34	   search
3.34	     run=3  nbConstraintChecks=335129  nbValidityChecks=628560  nbPropagations=5774  nbRevisions=73256
3.34	     nbUselessRevisions=58870  nbAssignments=242  nbFailedAssignments=131  nbBacktracks=85  nbVisitedNodes=421
3.34	     nbRestartNogoods=15  mapSize=64  nbInferences=0  nbTooLargeKeys=0
3.34	       =>  wckTime=0.667  cpuTime=0.61  mem=65M859
3.54	   
3.54	   search
3.54	     run=4  nbConstraintChecks=458356  nbValidityChecks=865901  nbPropagations=9478  nbRevisions=118690
3.54	     nbUselessRevisions=95285  nbAssignments=358  nbFailedAssignments=187  nbBacktracks=136  nbVisitedNodes=619
3.54	     nbRestartNogoods=23  mapSize=99  nbInferences=0  nbTooLargeKeys=0
3.54	       =>  wckTime=0.873  cpuTime=0.81  mem=65M859
3.84	   
3.84	   search
3.84	     run=5  nbConstraintChecks=640554  nbValidityChecks=1216162  nbPropagations=14849  nbRevisions=183233
3.84	     nbUselessRevisions=146997  nbAssignments=516  nbFailedAssignments=264  nbBacktracks=213  nbVisitedNodes=891
3.84	     nbRestartNogoods=31  mapSize=150  nbInferences=0  nbTooLargeKeys=0
3.84	       =>  wckTime=1.168  cpuTime=1.1  mem=65M859
4.42	   
4.42	   search
4.42	     run=6  nbConstraintChecks=1014974  nbValidityChecks=1906842  nbPropagations=22988  nbRevisions=282822
4.43	     nbUselessRevisions=226822  nbAssignments=786  nbFailedAssignments=414  nbBacktracks=328  nbVisitedNodes=1363
4.43	     nbRestartNogoods=35  mapSize=234  nbInferences=0  nbTooLargeKeys=0
4.43	       =>  wckTime=1.756  cpuTime=1.68  mem=65M859
5.10	   
5.10	   search
5.10	     run=7  nbConstraintChecks=1416504  nbValidityChecks=2709966  nbPropagations=35406  nbRevisions=429926
5.10	     nbUselessRevisions=344007  nbAssignments=1128  nbFailedAssignments=579  nbBacktracks=498  nbVisitedNodes=1971
5.10	     nbRestartNogoods=44  mapSize=371  nbInferences=0  nbTooLargeKeys=0
5.10	       =>  wckTime=2.433  cpuTime=2.35  mem=65M859
6.11	   
6.11	   search
6.11	     run=8  nbConstraintChecks=2013189  nbValidityChecks=3905825  nbPropagations=53958  nbRevisions=646086
6.11	     nbUselessRevisions=515577  nbAssignments=1639  nbFailedAssignments=828  nbBacktracks=754  nbVisitedNodes=2863
6.11	     nbRestartNogoods=60  mapSize=562  nbInferences=0  nbTooLargeKeys=0
6.11	       =>  wckTime=3.444  cpuTime=3.34  mem=65M859
9.74	   
9.74	   search
9.74	     run=9  nbConstraintChecks=4351591  nbValidityChecks=8309334  nbPropagations=86015  nbRevisions=1072593
9.74	     nbUselessRevisions=859658  nbAssignments=3018  nbFailedAssignments=1817  nbBacktracks=1138  nbVisitedNodes=5523
9.74	     nbRestartNogoods=68  mapSize=910  nbInferences=0  nbTooLargeKeys=0
9.75	       =>  wckTime=7.075  cpuTime=6.94  mem=66M851
10.39	   
10.39	   INFO : Stopping hyperNogood (mapSize=1022, nbTooLargekeys=0, mem=66M851)
11.82	   
11.82	   search
11.82	     run=10  nbConstraintChecks=5645229  nbValidityChecks=10829006  nbPropagations=130136  nbRevisions=1636005
11.82	     nbUselessRevisions=1311664  nbAssignments=4101  nbFailedAssignments=2320  nbBacktracks=1714  nbVisitedNodes=7364
11.82	     nbRestartNogoods=86
11.82	       =>  wckTime=9.154  cpuTime=9.01  mem=66M851
15.58	   
15.58	   search
15.58	     run=11  nbConstraintChecks=8013935  nbValidityChecks=15553791  nbPropagations=196478  nbRevisions=2457858
15.58	     nbUselessRevisions=1966868  nbAssignments=5994  nbFailedAssignments=3341  nbBacktracks=2579  nbVisitedNodes=10720
15.58	     nbRestartNogoods=97
15.58	       =>  wckTime=12.908  cpuTime=12.75  mem=66M851
20.36	   
20.36	   search
20.36	     run=12  nbConstraintChecks=11006348  nbValidityChecks=21387280  nbPropagations=291598  nbRevisions=3604199
20.36	     nbUselessRevisions=2877436  nbAssignments=8488  nbFailedAssignments=4533  nbBacktracks=3877  nbVisitedNodes=15013
20.36	     nbRestartNogoods=104
20.36	       =>  wckTime=17.691  cpuTime=17.51  mem=66M851
32.02	   
32.02	   search
32.02	     run=13  nbConstraintChecks=18500574  nbValidityChecks=35686240  nbPropagations=444680  nbRevisions=5482977
32.02	     nbUselessRevisions=4368345  nbAssignments=13129  nbFailedAssignments=7221  nbBacktracks=5824  nbVisitedNodes=23637
32.02	     nbRestartNogoods=115
32.02	       =>  wckTime=29.348  cpuTime=29.1  mem=66M851
45.23	   
45.23	   search
45.23	     run=14  nbConstraintChecks=26951791  nbValidityChecks=51532227  nbPropagations=666748  nbRevisions=8163700
45.23	     nbUselessRevisions=6497959  nbAssignments=19008  nbFailedAssignments=10177  nbBacktracks=8743  nbVisitedNodes=33971
45.23	     nbRestartNogoods=130
45.23	       =>  wckTime=42.558  cpuTime=42.24  mem=66M851
63.69	   
63.69	   search
63.69	     run=15  nbConstraintChecks=38371961  nbValidityChecks=74276024  nbPropagations=994956  nbRevisions=12121589
63.69	     nbUselessRevisions=9645963  nbAssignments=27999  nbFailedAssignments=14782  nbBacktracks=13121
63.69	     nbVisitedNodes=49907  nbRestartNogoods=142
63.69	       =>  wckTime=61.023  cpuTime=60.62  mem=66M851
93.32	   
93.32	   search
93.32	     run=16  nbConstraintChecks=57580356  nbValidityChecks=111139833  nbPropagations=1486104  nbRevisions=18014189
93.32	     nbUselessRevisions=14327825  nbAssignments=42290  nbFailedAssignments=22498  nbBacktracks=19690
93.32	     nbVisitedNodes=75328  nbRestartNogoods=160
93.32	       =>  wckTime=90.647  cpuTime=90.1  mem=66M851
153.21	   
153.21	   search
153.21	     run=17  nbConstraintChecks=95271129  nbValidityChecks=186363119  nbPropagations=2271263  nbRevisions=28000443
153.21	     nbUselessRevisions=22307600  nbAssignments=69003  nbFailedAssignments=39350  nbBacktracks=29543
153.21	     nbVisitedNodes=125135  nbRestartNogoods=171
153.21	       =>  wckTime=150.543  cpuTime=149.71  mem=66M851
218.58	   
218.58	   search
218.58	     run=18  nbConstraintChecks=137868402  nbValidityChecks=266393459  nbPropagations=3403958  nbRevisions=42147745
218.58	     nbUselessRevisions=33610845  nbAssignments=100624  nbFailedAssignments=56187  nbBacktracks=44322
218.58	     nbVisitedNodes=181062  nbRestartNogoods=200
218.58	       =>  wckTime=215.91  cpuTime=214.77  mem=66M851
327.34	   
327.34	   search
327.34	     run=19  nbConstraintChecks=207991533  nbValidityChecks=399615185  nbPropagations=5094585  nbRevisions=63027066
327.34	     nbUselessRevisions=50285662  nbAssignments=149481  nbFailedAssignments=82868  nbBacktracks=66494
327.34	     nbVisitedNodes=268500  nbRestartNogoods=222
327.34	       =>  wckTime=324.675  cpuTime=323.02  mem=66M851
480.88	   
480.88	   search
480.88	     run=20  nbConstraintChecks=304820164  nbValidityChecks=582127294  nbPropagations=7556942  nbRevisions=93218482
480.88	     nbUselessRevisions=74374694  nbAssignments=214905  nbFailedAssignments=115037  nbBacktracks=99746
480.88	     nbVisitedNodes=383510  nbRestartNogoods=237
480.88	       =>  wckTime=478.215  cpuTime=475.84  mem=66M851
698.34	   
698.34	   search
698.34	     run=21  nbConstraintChecks=443832407  nbValidityChecks=845772208  nbPropagations=11178555  nbRevisions=137087300
698.34	     nbUselessRevisions=109322898  nbAssignments=313189  nbFailedAssignments=163437  nbBacktracks=149625
698.34	     nbVisitedNodes=556409  nbRestartNogoods=257
698.34	       =>  wckTime=695.667  cpuTime=692.06  mem=66M851
1089.12	   
1089.12	   search
1089.12	     run=22  nbConstraintChecks=695053483  nbValidityChecks=1331097989  nbPropagations=16844660  nbRevisions=205935515
1089.12	     nbUselessRevisions=164120015  nbAssignments=481416  nbFailedAssignments=256838  nbBacktracks=224444
1089.12	     nbVisitedNodes=862336  nbRestartNogoods=286
1089.12	       =>  wckTime=1086.449  cpuTime=1081.38  mem=66M851
1782.61	   
1782.61	   search
1782.61	     run=23  nbConstraintChecks=1133732317  nbValidityChecks=2194652713  nbPropagations=25734938  nbRevisions=319730649
1782.61	     nbUselessRevisions=255350431  nbAssignments=774142  nbFailedAssignments=437327  nbBacktracks=336674
1782.61	     nbVisitedNodes=1405977  nbRestartNogoods=314
1782.61	       =>  wckTime=1779.944  cpuTime=1774.67  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/node35/watcher-206229-1168073534 -o ROOT/results/node35/solver-206229-1168073534 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206229-1168073534/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.08 0.98 1.12 5/73 13142
/proc/meminfo: memFree=1647344/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=1784 CPUtime=0
/proc/13141/stat : 13141 (java) D 13136 13141 13032 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 155747919 1826816 163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 1463076 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/13141/statm: 2435 400 321 14 0 1138 0

[startup+0.103109 s]
/proc/loadavg: 1.08 0.98 1.12 5/73 13142
/proc/meminfo: memFree=1647344/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=916012 CPUtime=0.09
/proc/13141/stat : 13141 (java) S 13136 13141 13032 0 -1 0 2998 0 1 0 8 1 0 0 17 0 8 0 155747919 937996288 2744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13141/statm: 229003 2744 1427 14 0 215498 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 916012

[startup+0.511163 s]
/proc/loadavg: 1.08 0.98 1.12 5/73 13142
/proc/meminfo: memFree=1647344/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=916352 CPUtime=0.49
/proc/13141/stat : 13141 (java) R 13136 13141 13032 0 -1 0 7649 0 1 0 45 4 0 0 18 0 8 0 155747919 938344448 7388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155769921 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13141/statm: 229088 7388 2137 14 0 215558 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 916352

[startup+1.33226 s]
/proc/loadavg: 1.16 1.00 1.12 3/87 13156
/proc/meminfo: memFree=1513344/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=916352 CPUtime=1.31
/proc/13141/stat : 13141 (java) R 13136 13141 13032 0 -1 0 19100 0 1 0 122 9 0 0 25 0 8 0 155747919 938344448 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565858 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13141/statm: 229088 18838 2149 14 0 215558 0
[pid=13141/tid=13144] ppid=13136 vsize=916352 CPUtime=0.05
/proc/13141/task/13144/stat : 13144 (java) S 13136 13141 13032 0 -1 64 2681 0 0 0 4 1 0 0 17 0 8 0 155747923 938344448 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13147] ppid=13136 vsize=916352 CPUtime=0
/proc/13141/task/13147/stat : 13147 (java) S 13136 13141 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155747923 938344448 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13148] ppid=13136 vsize=916352 CPUtime=0
/proc/13141/task/13148/stat : 13148 (java) S 13136 13141 13032 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155747923 938344448 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13153] ppid=13136 vsize=916352 CPUtime=0
/proc/13141/task/13153/stat : 13153 (java) S 13136 13141 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155747926 938344448 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13154] ppid=13136 vsize=916352 CPUtime=0.08
/proc/13141/task/13154/stat : 13154 (java) S 13136 13141 13032 0 -1 64 309 0 0 0 8 0 0 0 16 0 8 0 155747926 938344448 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13155] ppid=13136 vsize=916352 CPUtime=0
/proc/13141/task/13155/stat : 13155 (java) S 13136 13141 13032 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155747927 938344448 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13156] ppid=13136 vsize=916352 CPUtime=0
/proc/13141/task/13156/stat : 13156 (java) S 13136 13141 13032 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155747927 938344448 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 916352

[startup+2.97845 s]
/proc/loadavg: 1.16 1.00 1.12 5/87 13156
/proc/meminfo: memFree=1431880/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=916460 CPUtime=2.95
/proc/13141/stat : 13141 (java) R 13136 13141 13032 0 -1 0 32558 0 1 0 279 16 0 0 25 0 8 0 155747919 938455040 32292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629997 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13141/statm: 229115 32292 2521 14 0 215585 0
[pid=13141/tid=13144] ppid=13136 vsize=916460 CPUtime=0.46
/proc/13141/task/13144/stat : 13144 (java) S 13136 13141 13032 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 155747923 938455040 32292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13147] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13147/stat : 13147 (java) S 13136 13141 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13148] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13148/stat : 13148 (java) S 13136 13141 13032 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13153] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13153/stat : 13153 (java) S 13136 13141 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155747926 938455040 32292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13154] ppid=13136 vsize=916460 CPUtime=0.21
/proc/13141/task/13154/stat : 13154 (java) S 13136 13141 13032 0 -1 64 376 0 0 0 20 1 0 0 15 0 8 0 155747926 938455040 32292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13155] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13155/stat : 13155 (java) S 13136 13141 13032 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155747927 938455040 32292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13156] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13156/stat : 13156 (java) S 13136 13141 13032 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155747927 938455040 32292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 916460

[startup+6.18583 s]
/proc/loadavg: 1.22 1.02 1.13 3/87 13156
/proc/meminfo: memFree=1407952/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=916460 CPUtime=6.14
/proc/13141/stat : 13141 (java) R 13136 13141 13032 0 -1 0 32581 0 1 0 598 16 0 0 25 0 8 0 155747919 938455040 32312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800262 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13141/statm: 229115 32312 2521 14 0 215585 0
[pid=13141/tid=13144] ppid=13136 vsize=916460 CPUtime=0.46
/proc/13141/task/13144/stat : 13144 (java) S 13136 13141 13032 0 -1 64 15583 0 0 0 40 6 0 0 17 0 8 0 155747923 938455040 32312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13147] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13147/stat : 13147 (java) S 13136 13141 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13148] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13148/stat : 13148 (java) S 13136 13141 13032 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13153] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13153/stat : 13153 (java) S 13136 13141 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155747926 938455040 32312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13154] ppid=13136 vsize=916460 CPUtime=0.25
/proc/13141/task/13154/stat : 13154 (java) S 13136 13141 13032 0 -1 64 398 0 0 0 24 1 0 0 15 0 8 0 155747926 938455040 32312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13155] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13155/stat : 13155 (java) S 13136 13141 13032 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155747927 938455040 32312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13156] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13156/stat : 13156 (java) S 13136 13141 13032 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155747927 938455040 32312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 916460

[startup+12.6606 s]
/proc/loadavg: 1.29 1.03 1.13 3/87 13156
/proc/meminfo: memFree=1407888/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=916460 CPUtime=12.58
/proc/13141/stat : 13141 (java) R 13136 13141 13032 0 -1 0 32589 0 1 0 1241 17 0 0 25 0 8 0 155747919 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13141/statm: 229115 32317 2521 14 0 215585 0
[pid=13141/tid=13144] ppid=13136 vsize=916460 CPUtime=0.46
/proc/13141/task/13144/stat : 13144 (java) S 13136 13141 13032 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13147] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13147/stat : 13147 (java) S 13136 13141 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13148] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13148/stat : 13148 (java) S 13136 13141 13032 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13153] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13153/stat : 13153 (java) S 13136 13141 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13154] ppid=13136 vsize=916460 CPUtime=0.27
/proc/13141/task/13154/stat : 13154 (java) S 13136 13141 13032 0 -1 64 403 0 0 0 26 1 0 0 16 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13155] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13155/stat : 13155 (java) S 13136 13141 13032 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13156] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13156/stat : 13156 (java) S 13136 13141 13032 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 916460

[startup+25.5311 s]
/proc/loadavg: 1.40 1.06 1.14 3/87 13156
/proc/meminfo: memFree=1407952/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=916460 CPUtime=25.39
/proc/13141/stat : 13141 (java) R 13136 13141 13032 0 -1 0 32589 0 1 0 2522 17 0 0 25 0 8 0 155747919 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664919 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13141/statm: 229115 32317 2521 14 0 215585 0
[pid=13141/tid=13144] ppid=13136 vsize=916460 CPUtime=0.46
/proc/13141/task/13144/stat : 13144 (java) S 13136 13141 13032 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13147] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13147/stat : 13147 (java) S 13136 13141 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13148] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13148/stat : 13148 (java) S 13136 13141 13032 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13153] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13153/stat : 13153 (java) S 13136 13141 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13154] ppid=13136 vsize=916460 CPUtime=0.27
/proc/13141/task/13154/stat : 13154 (java) S 13136 13141 13032 0 -1 64 403 0 0 0 26 1 0 0 16 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13155] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13155/stat : 13155 (java) S 13136 13141 13032 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13156] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13156/stat : 13156 (java) S 13136 13141 13032 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 916460

[startup+51.1652 s]
/proc/loadavg: 1.63 1.15 1.17 3/87 13156
/proc/meminfo: memFree=1407952/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=916460 CPUtime=50.89
/proc/13141/stat : 13141 (java) R 13136 13141 13032 0 -1 0 32590 0 1 0 5072 17 0 0 25 0 8 0 155747919 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807580 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13141/statm: 229115 32317 2521 14 0 215585 0
[pid=13141/tid=13144] ppid=13136 vsize=916460 CPUtime=0.46
/proc/13141/task/13144/stat : 13144 (java) S 13136 13141 13032 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13147] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13147/stat : 13147 (java) S 13136 13141 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13148] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13148/stat : 13148 (java) S 13136 13141 13032 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13153] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13153/stat : 13153 (java) S 13136 13141 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13154] ppid=13136 vsize=916460 CPUtime=0.27
/proc/13141/task/13154/stat : 13154 (java) S 13136 13141 13032 0 -1 64 403 0 0 0 26 1 0 0 16 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13155] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13155/stat : 13155 (java) S 13136 13141 13032 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13156] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13156/stat : 13156 (java) S 13136 13141 13032 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 916460

[startup+102.424 s]
/proc/loadavg: 1.84 1.28 1.21 3/87 13156
/proc/meminfo: memFree=1408016/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=916460 CPUtime=101.91
/proc/13141/stat : 13141 (java) R 13136 13141 13032 0 -1 0 32590 0 1 0 10174 17 0 0 25 0 8 0 155747919 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073823103 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13141/statm: 229115 32317 2521 14 0 215585 0
[pid=13141/tid=13144] ppid=13136 vsize=916460 CPUtime=0.46
/proc/13141/task/13144/stat : 13144 (java) S 13136 13141 13032 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13147] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13147/stat : 13147 (java) S 13136 13141 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13148] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13148/stat : 13148 (java) S 13136 13141 13032 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13153] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13153/stat : 13153 (java) S 13136 13141 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13154] ppid=13136 vsize=916460 CPUtime=0.27
/proc/13141/task/13154/stat : 13154 (java) S 13136 13141 13032 0 -1 64 403 0 0 0 26 1 0 0 16 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13155] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13155/stat : 13155 (java) S 13136 13141 13032 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13156] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13156/stat : 13156 (java) S 13136 13141 13032 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 916460

[startup+162.431 s]
/proc/loadavg: 1.94 1.41 1.25 3/87 13156
/proc/meminfo: memFree=1408080/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=916460 CPUtime=161.64
/proc/13141/stat : 13141 (java) R 13136 13141 13032 0 -1 0 32590 0 1 0 16147 17 0 0 25 0 8 0 155747919 938455040 32317 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) 1418.05
Current children cumulated vsize (KiB) 916460

[startup+1483.19 s]
/proc/loadavg: 2.00 1.97 1.79 3/87 13354
/proc/meminfo: memFree=1407504/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=916460 CPUtime=1478.12
/proc/13141/stat : 13141 (java) R 13136 13141 13032 0 -1 0 32590 0 1 0 147791 21 0 0 25 0 8 0 155747919 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073869972 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13141/statm: 229115 32317 2521 14 0 215585 0
[pid=13141/tid=13144] ppid=13136 vsize=916460 CPUtime=0.46
/proc/13141/task/13144/stat : 13144 (java) S 13136 13141 13032 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13147] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13147/stat : 13147 (java) S 13136 13141 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13148] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13148/stat : 13148 (java) S 13136 13141 13032 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13153] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13153/stat : 13153 (java) S 13136 13141 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13154] ppid=13136 vsize=916460 CPUtime=0.27
/proc/13141/task/13154/stat : 13154 (java) S 13136 13141 13032 0 -1 64 403 0 0 0 26 1 0 0 16 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13155] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13155/stat : 13155 (java) S 13136 13141 13032 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13156] ppid=13136 vsize=916460 CPUtime=0.02
/proc/13141/task/13156/stat : 13156 (java) S 13136 13141 13032 0 -1 64 2 0 0 0 1 1 0 0 15 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.12
Current children cumulated vsize (KiB) 916460

[startup+1543.27 s]
/proc/loadavg: 2.00 1.97 1.81 3/87 13354
/proc/meminfo: memFree=1407568/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=916460 CPUtime=1538.18
/proc/13141/stat : 13141 (java) R 13136 13141 13032 0 -1 0 32590 0 1 0 153797 21 0 0 25 0 8 0 155747919 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630009 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13141/statm: 229115 32317 2521 14 0 215585 0
[pid=13141/tid=13144] ppid=13136 vsize=916460 CPUtime=0.46
/proc/13141/task/13144/stat : 13144 (java) S 13136 13141 13032 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13147] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13147/stat : 13147 (java) S 13136 13141 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13148] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13148/stat : 13148 (java) S 13136 13141 13032 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13153] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13153/stat : 13153 (java) S 13136 13141 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13154] ppid=13136 vsize=916460 CPUtime=0.27
/proc/13141/task/13154/stat : 13154 (java) S 13136 13141 13032 0 -1 64 403 0 0 0 26 1 0 0 16 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13155] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13155/stat : 13155 (java) S 13136 13141 13032 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13156] ppid=13136 vsize=916460 CPUtime=0.02
/proc/13141/task/13156/stat : 13156 (java) S 13136 13141 13032 0 -1 64 2 0 0 0 1 1 0 0 15 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.18
Current children cumulated vsize (KiB) 916460

[startup+1603.36 s]
/proc/loadavg: 2.00 1.97 1.82 3/87 13354
/proc/meminfo: memFree=1407504/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=916460 CPUtime=1598.25
/proc/13141/stat : 13141 (java) R 13136 13141 13032 0 -1 0 32590 0 1 0 159804 21 0 0 25 0 8 0 155747919 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664874 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13141/statm: 229115 32317 2521 14 0 215585 0
[pid=13141/tid=13144] ppid=13136 vsize=916460 CPUtime=0.46
/proc/13141/task/13144/stat : 13144 (java) S 13136 13141 13032 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13147] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13147/stat : 13147 (java) S 13136 13141 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13148] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13148/stat : 13148 (java) S 13136 13141 13032 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13153] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13153/stat : 13153 (java) S 13136 13141 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13154] ppid=13136 vsize=916460 CPUtime=0.27
/proc/13141/task/13154/stat : 13154 (java) S 13136 13141 13032 0 -1 64 403 0 0 0 26 1 0 0 16 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13155] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13155/stat : 13155 (java) S 13136 13141 13032 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13156] ppid=13136 vsize=916460 CPUtime=0.02
/proc/13141/task/13156/stat : 13156 (java) S 13136 13141 13032 0 -1 64 2 0 0 0 1 1 0 0 15 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.25
Current children cumulated vsize (KiB) 916460

[startup+1663.44 s]
/proc/loadavg: 2.04 1.99 1.83 3/87 13356
/proc/meminfo: memFree=1407376/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=916460 CPUtime=1658.31
/proc/13141/stat : 13141 (java) R 13136 13141 13032 0 -1 0 32590 0 1 0 165810 21 0 0 25 0 8 0 155747919 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073861972 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13141/statm: 229115 32317 2521 14 0 215585 0
[pid=13141/tid=13144] ppid=13136 vsize=916460 CPUtime=0.46
/proc/13141/task/13144/stat : 13144 (java) S 13136 13141 13032 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13147] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13147/stat : 13147 (java) S 13136 13141 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13148] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13148/stat : 13148 (java) S 13136 13141 13032 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13153] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13153/stat : 13153 (java) S 13136 13141 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13154] ppid=13136 vsize=916460 CPUtime=0.27
/proc/13141/task/13154/stat : 13154 (java) S 13136 13141 13032 0 -1 64 403 0 0 0 26 1 0 0 16 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13155] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13155/stat : 13155 (java) S 13136 13141 13032 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13156] ppid=13136 vsize=916460 CPUtime=0.02
/proc/13141/task/13156/stat : 13156 (java) S 13136 13141 13032 0 -1 64 2 0 0 0 1 1 0 0 15 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.31
Current children cumulated vsize (KiB) 916460

[startup+1723.52 s]
/proc/loadavg: 2.01 1.99 1.83 3/87 13356
/proc/meminfo: memFree=1407376/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=916460 CPUtime=1718.38
/proc/13141/stat : 13141 (java) R 13136 13141 13032 0 -1 0 32590 0 1 0 171817 21 0 0 25 0 8 0 155747919 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629987 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13141/statm: 229115 32317 2521 14 0 215585 0
[pid=13141/tid=13144] ppid=13136 vsize=916460 CPUtime=0.46
/proc/13141/task/13144/stat : 13144 (java) S 13136 13141 13032 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13147] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13147/stat : 13147 (java) S 13136 13141 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13148] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13148/stat : 13148 (java) S 13136 13141 13032 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13153] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13153/stat : 13153 (java) S 13136 13141 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13154] ppid=13136 vsize=916460 CPUtime=0.27
/proc/13141/task/13154/stat : 13154 (java) S 13136 13141 13032 0 -1 64 403 0 0 0 26 1 0 0 16 0 8 0 155747926 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13155] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13155/stat : 13155 (java) S 13136 13141 13032 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13156] ppid=13136 vsize=916460 CPUtime=0.02
/proc/13141/task/13156/stat : 13156 (java) S 13136 13141 13032 0 -1 64 2 0 0 0 1 1 0 0 15 0 8 0 155747927 938455040 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.38
Current children cumulated vsize (KiB) 916460

[startup+1783.6 s]
/proc/loadavg: 2.00 1.99 1.84 3/87 13356
/proc/meminfo: memFree=1407440/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=916460 CPUtime=1778.44
/proc/13141/stat : 13141 (java) R 13136 13141 13032 0 -1 0 32591 0 1 0 177823 21 0 0 25 0 8 0 155747919 938455040 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634879 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13141/statm: 229115 32318 2521 14 0 215585 0
[pid=13141/tid=13144] ppid=13136 vsize=916460 CPUtime=0.46
/proc/13141/task/13144/stat : 13144 (java) S 13136 13141 13032 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 155747923 938455040 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13147] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13147/stat : 13147 (java) S 13136 13141 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13148] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13148/stat : 13148 (java) S 13136 13141 13032 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13153] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13153/stat : 13153 (java) S 13136 13141 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155747926 938455040 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13154] ppid=13136 vsize=916460 CPUtime=0.27
/proc/13141/task/13154/stat : 13154 (java) S 13136 13141 13032 0 -1 64 404 0 0 0 26 1 0 0 16 0 8 0 155747926 938455040 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13155] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13155/stat : 13155 (java) S 13136 13141 13032 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155747927 938455040 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13156] ppid=13136 vsize=916460 CPUtime=0.02
/proc/13141/task/13156/stat : 13156 (java) S 13136 13141 13032 0 -1 64 2 0 0 0 1 1 0 0 15 0 8 0 155747927 938455040 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.44
Current children cumulated vsize (KiB) 916460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.22 s]
/proc/loadavg: 2.00 1.99 1.84 3/87 13356
/proc/meminfo: memFree=1407440/2055920 swapFree=4192812/4192956
[pid=13141] ppid=13136 vsize=916460 CPUtime=1800.06
/proc/13141/stat : 13141 (java) R 13136 13141 13032 0 -1 0 32591 0 1 0 179985 21 0 0 25 0 8 0 155747919 938455040 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13141/statm: 229115 32318 2521 14 0 215585 0
[pid=13141/tid=13144] ppid=13136 vsize=916460 CPUtime=0.46
/proc/13141/task/13144/stat : 13144 (java) S 13136 13141 13032 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 155747923 938455040 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13147] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13147/stat : 13147 (java) S 13136 13141 13032 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13148] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13148/stat : 13148 (java) S 13136 13141 13032 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155747923 938455040 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13153] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13153/stat : 13153 (java) S 13136 13141 13032 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155747926 938455040 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13154] ppid=13136 vsize=916460 CPUtime=0.27
/proc/13141/task/13154/stat : 13154 (java) S 13136 13141 13032 0 -1 64 404 0 0 0 26 1 0 0 16 0 8 0 155747926 938455040 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13155] ppid=13136 vsize=916460 CPUtime=0
/proc/13141/task/13155/stat : 13155 (java) S 13136 13141 13032 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155747927 938455040 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13141/tid=13156] ppid=13136 vsize=916460 CPUtime=0.02
/proc/13141/task/13156/stat : 13156 (java) S 13136 13141 13032 0 -1 64 2 0 0 0 1 1 0 0 15 0 8 0 155747927 938455040 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 916460

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

Child status: 143
Real time (s): 1805.28
CPU time (s): 1800.12
CPU user time (s): 1799.88
CPU system time (s): 0.239963
CPU usage (%): 99.7141
Max. virtual memory (cumulated for all children) (KiB): 916460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32605
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= 37681
involuntary context switches= 15862

runsolver used 2.14567 s user time and 5.39918 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Sat Jan  6 08:52:18 UTC 2007


IDJOB= 206229
IDBENCH= 4192
FILE ID= node35/206229-1168073534

PBS_JOBID= 3476001

Free space on /tmp= 66547 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b48645c8da06904d02bd36c48da994b9

RANDOM SEED= 313784384

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.234
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.234
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:       1648440 kB
Buffers:         26148 kB
Cached:         285088 kB
SwapCached:          0 kB
Active:          91764 kB
Inactive:       239500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           15252 kB
Writeback:           0 kB
Mapped:          30184 kB
Slab:            61920 kB
Committed_AS:  3029728 kB
PageTables:       1620 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= 66547 MiB



End job on node35 on Sat Jan  6 09:22:28 UTC 2007