Trace number 203158

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

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-27_ext.xml
MD5SUMed6a1a368f1d19d26870e598c1e4b517
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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/203158-1168072921/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.43	       =>  wckTime=0.107  cpuTime=0.09  mem=6M951
0.43	   
0.43	   relations being loaded...
1.61	   
1.61	   constraints being loaded...
2.38	     nbConstraints=92  nbRelationTypes=93  nbMergedConstraints=1  nbExtensionStructures=92
2.38	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
2.38	     nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
2.38	       =>  wckTime=2.054  cpuTime=1.63  mem=58M5
2.54	   
2.54	   solver IterativeSystematicSolver being built... 
2.71	       =>  wckTime=2.39  cpuTime=1.78  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.0  mem=65M859
2.87	   
2.87	   search
2.87	     run=0  nbConstraintChecks=43574  nbValidityChecks=85525  nbPropagations=444  nbRevisions=4803
2.87	     nbUselessRevisions=3889  nbAssignments=33  nbFailedAssignments=13  nbBacktracks=12  nbVisitedNodes=55
2.87	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
2.87	       =>  wckTime=0.152  cpuTime=0.11  mem=65M859
2.97	   
2.97	   search
2.97	     run=1  nbConstraintChecks=91423  nbValidityChecks=183910  nbPropagations=1440  nbRevisions=16141
2.97	     nbUselessRevisions=13015  nbAssignments=83  nbFailedAssignments=40  nbBacktracks=27  nbVisitedNodes=141
2.97	     nbRestartNogoods=3  mapSize=22  nbInferences=0  nbTooLargeKeys=0
2.97	       =>  wckTime=0.255  cpuTime=0.2  mem=65M859
3.12	   
3.12	   search
3.12	     run=2  nbConstraintChecks=170167  nbValidityChecks=351496  nbPropagations=3253  nbRevisions=37200
3.12	     nbUselessRevisions=29954  nbAssignments=160  nbFailedAssignments=86  nbBacktracks=49  nbVisitedNodes=277
3.12	     nbRestartNogoods=5  mapSize=39  nbInferences=0  nbTooLargeKeys=0
3.12	       =>  wckTime=0.407  cpuTime=0.34  mem=65M859
3.26	   
3.26	   search
3.26	     run=3  nbConstraintChecks=246295  nbValidityChecks=508032  nbPropagations=5923  nbRevisions=68584
3.26	     nbUselessRevisions=55260  nbAssignments=236  nbFailedAssignments=122  nbBacktracks=82  nbVisitedNodes=408
3.26	     nbRestartNogoods=18  mapSize=69  nbInferences=0  nbTooLargeKeys=0
3.26	       =>  wckTime=0.54  cpuTime=0.47  mem=65M859
3.46	   
3.46	   search
3.47	     run=4  nbConstraintChecks=364550  nbValidityChecks=730289  nbPropagations=9665  nbRevisions=113711
3.47	     nbUselessRevisions=91691  nbAssignments=332  nbFailedAssignments=160  nbBacktracks=134  nbVisitedNodes=571
3.47	     nbRestartNogoods=20  mapSize=110  nbInferences=0  nbTooLargeKeys=0
3.47	       =>  wckTime=0.747  cpuTime=0.67  mem=65M859
3.85	   
3.85	   search
3.85	     run=5  nbConstraintChecks=579696  nbValidityChecks=1170261  nbPropagations=15621  nbRevisions=187477
3.85	     nbUselessRevisions=151083  nbAssignments=499  nbFailedAssignments=242  nbBacktracks=210  nbVisitedNodes=865
3.85	     nbRestartNogoods=25  mapSize=174  nbInferences=0  nbTooLargeKeys=0
3.85	       =>  wckTime=1.129  cpuTime=1.05  mem=65M859
4.41	   
4.41	   search
4.41	     run=6  nbConstraintChecks=908395  nbValidityChecks=1852579  nbPropagations=25128  nbRevisions=306820
4.41	     nbUselessRevisions=247258  nbAssignments=806  nbFailedAssignments=427  nbBacktracks=324  nbVisitedNodes=1423
4.41	     nbRestartNogoods=32  mapSize=274  nbInferences=0  nbTooLargeKeys=0
4.41	       =>  wckTime=1.693  cpuTime=1.6  mem=65M859
5.06	   
5.06	   search
5.06	     run=7  nbConstraintChecks=1284809  nbValidityChecks=2606680  nbPropagations=38935  nbRevisions=479656
5.06	     nbUselessRevisions=386588  nbAssignments=1205  nbFailedAssignments=647  nbBacktracks=495  nbVisitedNodes=2128
5.06	     nbRestartNogoods=36  mapSize=410  nbInferences=0  nbTooLargeKeys=0
5.06	       =>  wckTime=2.34  cpuTime=2.23  mem=65M859
6.59	   
6.59	   search
6.59	     run=8  nbConstraintChecks=2173115  nbValidityChecks=4435853  nbPropagations=61503  nbRevisions=764789
6.59	     nbUselessRevisions=615407  nbAssignments=1931  nbFailedAssignments=1108  nbBacktracks=751  nbVisitedNodes=3495
6.59	     nbRestartNogoods=43  mapSize=642  nbInferences=0  nbTooLargeKeys=0
6.59	       =>  wckTime=3.872  cpuTime=3.74  mem=65M859
8.39	   
8.39	   search
8.39	     run=9  nbConstraintChecks=3236152  nbValidityChecks=6629563  nbPropagations=96391  nbRevisions=1196861
8.39	     nbUselessRevisions=959966  nbAssignments=2804  nbFailedAssignments=1590  nbBacktracks=1135  nbVisitedNodes=5119
8.39	     nbRestartNogoods=51  mapSize=992  nbInferences=0  nbTooLargeKeys=0
8.39	       =>  wckTime=5.67  cpuTime=5.51  mem=66M851
8.47	   
8.47	   INFO : Stopping hyperNogood (mapSize=1006, nbTooLargekeys=0, mem=66M851)
11.01	   
11.01	   search
11.01	     run=10  nbConstraintChecks=4873234  nbValidityChecks=9871025  nbPropagations=147997  nbRevisions=1837847
11.01	     nbUselessRevisions=1471766  nbAssignments=4143  nbFailedAssignments=2345  nbBacktracks=1711  nbVisitedNodes=7570
11.01	     nbRestartNogoods=62
11.01	       =>  wckTime=8.298  cpuTime=8.1  mem=66M851
15.64	   
15.64	   search
15.64	     run=11  nbConstraintChecks=7676401  nbValidityChecks=15693562  nbPropagations=228576  nbRevisions=2844777
15.64	     nbUselessRevisions=2275998  nbAssignments=6536  nbFailedAssignments=3866  nbBacktracks=2575  nbVisitedNodes=12061
15.64	     nbRestartNogoods=67
15.64	       =>  wckTime=12.924  cpuTime=12.69  mem=66M851
21.50	   
21.50	   search
21.50	     run=12  nbConstraintChecks=11262975  nbValidityChecks=22960485  nbPropagations=351163  nbRevisions=4351798
21.50	     nbUselessRevisions=3474796  nbAssignments=9731  nbFailedAssignments=5754  nbBacktracks=3873  nbVisitedNodes=18004
21.50	     nbRestartNogoods=73
21.50	       =>  wckTime=18.783  cpuTime=18.49  mem=66M851
30.32	   
30.32	   search
30.32	     run=13  nbConstraintChecks=16703022  nbValidityChecks=33958015  nbPropagations=532080  nbRevisions=6582534
30.32	     nbUselessRevisions=5249344  nbAssignments=14282  nbFailedAssignments=8351  nbBacktracks=5820  nbVisitedNodes=26394
30.32	     nbRestartNogoods=79
30.32	       =>  wckTime=27.608  cpuTime=27.23  mem=66M851
44.72	   
44.72	   search
44.72	     run=14  nbConstraintChecks=25545837  nbValidityChecks=51520030  nbPropagations=805846  nbRevisions=9969839
44.72	     nbUselessRevisions=7945752  nbAssignments=21070  nbFailedAssignments=12215  nbBacktracks=8739  nbVisitedNodes=38886
44.72	     nbRestartNogoods=85
44.72	       =>  wckTime=42.002  cpuTime=41.49  mem=66M851
63.95	   
63.95	   search
63.95	     run=15  nbConstraintChecks=37215210  nbValidityChecks=75439279  nbPropagations=1213002  nbRevisions=15010216
63.95	     nbUselessRevisions=11957069  nbAssignments=31383  nbFailedAssignments=18142  nbBacktracks=13117
63.95	     nbVisitedNodes=57917  nbRestartNogoods=90
63.95	       =>  wckTime=61.229  cpuTime=60.55  mem=66M851
101.22	   
101.22	   search
101.22	     run=16  nbConstraintChecks=59783766  nbValidityChecks=122430906  nbPropagations=1851239  nbRevisions=23006561
101.22	     nbUselessRevisions=18328522  nbAssignments=50843  nbFailedAssignments=31024  nbBacktracks=19685
101.22	     nbVisitedNodes=94801  nbRestartNogoods=105
101.22	       =>  wckTime=98.508  cpuTime=97.48  mem=66M851
146.87	   
146.87	   search
146.87	     run=17  nbConstraintChecks=87673163  nbValidityChecks=180192039  nbPropagations=2803249  nbRevisions=34885360
146.87	     nbUselessRevisions=27778762  nbAssignments=75494  nbFailedAssignments=45815  nbBacktracks=29539
146.87	     nbVisitedNodes=140939  nbRestartNogoods=127
146.87	       =>  wckTime=144.155  cpuTime=142.7  mem=66M851
204.93	   
204.93	   search
204.93	     run=18  nbConstraintChecks=123066948  nbValidityChecks=250781653  nbPropagations=4159363  nbRevisions=51745914
204.93	     nbUselessRevisions=41202329  nbAssignments=107235  nbFailedAssignments=62770  nbBacktracks=44317
204.93	     nbVisitedNodes=198220  nbRestartNogoods=134
204.93	       =>  wckTime=202.211  cpuTime=200.23  mem=66M851
300.13	   
300.13	   search
300.13	     run=19  nbConstraintChecks=181006920  nbValidityChecks=365032080  nbPropagations=6119595  nbRevisions=76188925
300.13	     nbUselessRevisions=60671895  nbAssignments=155516  nbFailedAssignments=88875  nbBacktracks=66486
300.13	     nbVisitedNodes=285281  nbRestartNogoods=151
300.13	       =>  wckTime=297.411  cpuTime=294.55  mem=66M851
488.27	   
488.27	   search
488.27	     run=20  nbConstraintChecks=295121524  nbValidityChecks=602290032  nbPropagations=9258763  nbRevisions=115485304
488.27	     nbUselessRevisions=91990798  nbAssignments=249279  nbFailedAssignments=149377  nbBacktracks=99739
488.27	     nbVisitedNodes=462377  nbRestartNogoods=174
488.27	       =>  wckTime=485.553  cpuTime=481.05  mem=66M851
702.01	   
702.01	   search
702.01	     run=21  nbConstraintChecks=435578570  nbValidityChecks=891920456  nbPropagations=14006688  nbRevisions=174527243
702.01	     nbUselessRevisions=138957347  nbAssignments=370959  nbFailedAssignments=221171  nbBacktracks=149617
702.01	     nbVisitedNodes=689221  nbRestartNogoods=184
702.01	       =>  wckTime=699.293  cpuTime=694.24  mem=66M851
991.34	   
991.34	   search
991.34	     run=22  nbConstraintChecks=624097281  nbValidityChecks=1271431870  nbPropagations=20911127  nbRevisions=260012758
991.34	     nbUselessRevisions=206946003  nbAssignments=536256  nbFailedAssignments=311643  nbBacktracks=224435
991.34	     nbVisitedNodes=990023  nbRestartNogoods=202
991.34	       =>  wckTime=988.621  cpuTime=983.26  mem=66M851
1550.76	   
1550.76	   search
1550.76	     run=23  nbConstraintChecks=983484516  nbValidityChecks=1993853796  nbPropagations=31376537  nbRevisions=390575220
1550.76	     nbUselessRevisions=310766198  nbAssignments=801387  nbFailedAssignments=464537  nbBacktracks=336664
1550.76	     nbVisitedNodes=1479696  nbRestartNogoods=210
1550.76	       =>  wckTime=1548.042  cpuTime=1541.98  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/node2/watcher-203158-1168072921 -o ROOT/results/node2/solver-203158-1168072921 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203158-1168072921/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: 2.02 1.97 1.97 4/93 3929
/proc/meminfo: memFree=1044192/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=18540 CPUtime=0
/proc/3928/stat : 3928 (runsolver) R 3926 3928 3637 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 155687816 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 206381313319 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3928/statm: 4635 279 244 17 0 2626 0

[startup+0.107855 s]
/proc/loadavg: 2.02 1.97 1.97 4/93 3929
/proc/meminfo: memFree=1044192/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=914988 CPUtime=0.09
/proc/3928/stat : 3928 (java) R 3926 3928 3637 0 -1 0 2980 0 1 0 8 1 0 0 17 0 8 0 155687816 936947712 2726 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072927237 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3928/statm: 228747 2726 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.519929 s]
/proc/loadavg: 2.02 1.97 1.97 4/93 3929
/proc/meminfo: memFree=1044192/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=915328 CPUtime=0.49
/proc/3928/stat : 3928 (java) R 3926 3928 3637 0 -1 0 7354 0 1 0 45 4 0 0 18 0 8 0 155687816 937295872 7093 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073456117 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3928/statm: 228832 7093 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34308 s]
/proc/loadavg: 2.10 1.99 1.97 3/100 3936
/proc/meminfo: memFree=977000/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=915328 CPUtime=1.31
/proc/3928/stat : 3928 (java) R 3926 3928 3637 0 -1 0 19099 0 1 0 120 11 0 0 25 0 8 0 155687816 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073445396 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3928/statm: 228832 18837 2149 14 0 215302 0
[pid=3928/tid=3930] ppid=3926 vsize=915328 CPUtime=0.06
/proc/3928/task/3930/stat : 3930 (java) S 3926 3928 3637 0 -1 64 2680 0 0 0 5 1 0 0 17 0 8 0 155687820 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3931] ppid=3926 vsize=915328 CPUtime=0
/proc/3928/task/3931/stat : 3931 (java) S 3926 3928 3637 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155687821 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3932] ppid=3926 vsize=915328 CPUtime=0
/proc/3928/task/3932/stat : 3932 (java) S 3926 3928 3637 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155687821 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3933] ppid=3926 vsize=915328 CPUtime=0
/proc/3928/task/3933/stat : 3933 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155687824 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3934] ppid=3926 vsize=915328 CPUtime=0.08
/proc/3928/task/3934/stat : 3934 (java) S 3926 3928 3637 0 -1 64 308 0 0 0 8 0 0 0 16 0 8 0 155687824 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3935] ppid=3926 vsize=915328 CPUtime=0
/proc/3928/task/3935/stat : 3935 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155687824 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3936] ppid=3926 vsize=915328 CPUtime=0
/proc/3928/task/3936/stat : 3936 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155687824 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915328

[startup+2.98139 s]
/proc/loadavg: 2.10 1.99 1.97 4/100 3936
/proc/meminfo: memFree=937256/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=915440 CPUtime=2.92
/proc/3928/stat : 3928 (java) R 3926 3928 3637 0 -1 0 32558 0 1 0 274 18 0 0 25 0 8 0 155687816 937410560 32292 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073820208 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3928/statm: 228860 32292 2521 14 0 215330 0
[pid=3928/tid=3930] ppid=3926 vsize=915440 CPUtime=0.45
/proc/3928/task/3930/stat : 3930 (java) S 3926 3928 3637 0 -1 64 15582 0 0 0 38 7 0 0 16 0 8 0 155687820 937410560 32292 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3931] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3931/stat : 3931 (java) S 3926 3928 3637 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32292 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3932] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3932/stat : 3932 (java) S 3926 3928 3637 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32292 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3933] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3933/stat : 3933 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155687824 937410560 32292 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3934] ppid=3926 vsize=915440 CPUtime=0.21
/proc/3928/task/3934/stat : 3934 (java) S 3926 3928 3637 0 -1 64 376 0 0 0 21 0 0 0 15 0 8 0 155687824 937410560 32292 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3935] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3935/stat : 3935 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155687824 937410560 32292 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3936] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3936/stat : 3936 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155687824 937410560 32292 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915440

[startup+6.18398 s]
/proc/loadavg: 2.10 1.99 1.97 3/100 3936
/proc/meminfo: memFree=924328/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=915440 CPUtime=6.1
/proc/3928/stat : 3928 (java) R 3926 3928 3637 0 -1 0 32578 0 1 0 591 19 0 0 25 0 8 0 155687816 937410560 32309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073806339 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3928/statm: 228860 32309 2521 14 0 215330 0
[pid=3928/tid=3930] ppid=3926 vsize=915440 CPUtime=0.45
/proc/3928/task/3930/stat : 3930 (java) S 3926 3928 3637 0 -1 64 15582 0 0 0 38 7 0 0 17 0 8 0 155687820 937410560 32309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3931] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3931/stat : 3931 (java) S 3926 3928 3637 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3932] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3932/stat : 3932 (java) S 3926 3928 3637 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3933] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3933/stat : 3933 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155687824 937410560 32309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3934] ppid=3926 vsize=915440 CPUtime=0.25
/proc/3928/task/3934/stat : 3934 (java) S 3926 3928 3637 0 -1 64 395 0 0 0 25 0 0 0 15 0 8 0 155687824 937410560 32309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3935] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3935/stat : 3935 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155687824 937410560 32309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3936] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3936/stat : 3936 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155687824 937410560 32309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 915440

[startup+12.6662 s]
/proc/loadavg: 2.08 1.99 1.97 3/100 3936
/proc/meminfo: memFree=924456/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=915440 CPUtime=12.52
/proc/3928/stat : 3928 (java) R 3926 3928 3637 0 -1 0 32589 0 1 0 1233 19 0 0 25 0 8 0 155687816 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3928/statm: 228860 32317 2521 14 0 215330 0
[pid=3928/tid=3930] ppid=3926 vsize=915440 CPUtime=0.45
/proc/3928/task/3930/stat : 3930 (java) S 3926 3928 3637 0 -1 64 15582 0 0 0 38 7 0 0 16 0 8 0 155687820 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3931] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3931/stat : 3931 (java) S 3926 3928 3637 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3932] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3932/stat : 3932 (java) S 3926 3928 3637 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3933] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3933/stat : 3933 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155687824 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3934] ppid=3926 vsize=915440 CPUtime=0.27
/proc/3928/task/3934/stat : 3934 (java) S 3926 3928 3637 0 -1 64 405 0 0 0 27 0 0 0 16 0 8 0 155687824 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3935] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3935/stat : 3935 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155687824 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3936] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3936/stat : 3936 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155687824 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 915440

[startup+25.5365 s]
/proc/loadavg: 2.07 1.99 1.97 3/100 3936
/proc/meminfo: memFree=924648/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=915440 CPUtime=25.27
/proc/3928/stat : 3928 (java) R 3926 3928 3637 0 -1 0 32589 0 1 0 2508 19 0 0 25 0 8 0 155687816 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073820929 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3928/statm: 228860 32317 2521 14 0 215330 0
[pid=3928/tid=3930] ppid=3926 vsize=915440 CPUtime=0.45
/proc/3928/task/3930/stat : 3930 (java) S 3926 3928 3637 0 -1 64 15582 0 0 0 38 7 0 0 16 0 8 0 155687820 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3931] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3931/stat : 3931 (java) S 3926 3928 3637 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3932] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3932/stat : 3932 (java) S 3926 3928 3637 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3933] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3933/stat : 3933 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155687824 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3934] ppid=3926 vsize=915440 CPUtime=0.27
/proc/3928/task/3934/stat : 3934 (java) S 3926 3928 3637 0 -1 64 405 0 0 0 27 0 0 0 16 0 8 0 155687824 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3935] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3935/stat : 3935 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155687824 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3936] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3936/stat : 3936 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155687824 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 915440

[startup+51.1683 s]
/proc/loadavg: 2.04 1.99 1.97 3/100 3936
/proc/meminfo: memFree=924648/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=915440 CPUtime=50.66
/proc/3928/stat : 3928 (java) R 3926 3928 3637 0 -1 0 32589 0 1 0 5047 19 0 0 25 0 8 0 155687816 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073818940 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3928/statm: 228860 32317 2521 14 0 215330 0
[pid=3928/tid=3930] ppid=3926 vsize=915440 CPUtime=0.45
/proc/3928/task/3930/stat : 3930 (java) S 3926 3928 3637 0 -1 64 15582 0 0 0 38 7 0 0 16 0 8 0 155687820 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3931] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3931/stat : 3931 (java) S 3926 3928 3637 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3932] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3932/stat : 3932 (java) S 3926 3928 3637 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3933] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3933/stat : 3933 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155687824 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3934] ppid=3926 vsize=915440 CPUtime=0.27
/proc/3928/task/3934/stat : 3934 (java) S 3926 3928 3637 0 -1 64 405 0 0 0 27 0 0 0 16 0 8 0 155687824 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3935] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3935/stat : 3935 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155687824 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3936] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3936/stat : 3936 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155687824 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 915440

[startup+102.429 s]
/proc/loadavg: 2.02 1.99 1.97 3/100 3936
/proc/meminfo: memFree=924648/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=915440 CPUtime=101.45
/proc/3928/stat : 3928 (java) R 3926 3928 3637 0 -1 0 32589 0 1 0 10125 20 0 0 25 0 8 0 155687816 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073800273 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3928/statm: 228860 32317 2521 14 0 215330 0
[pid=3928/tid=3930] ppid=3926 vsize=915440 CPUtime=0.45
/proc/3928/task/3930/stat : 3930 (java) S 3926 3928 3637 0 -1 64 15582 0 0 0 38 7 0 0 16 0 8 0 155687820 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3931] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3931/stat : 3931 (java) S 3926 3928 3637 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3932] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3932/stat : 3932 (java) S 3926 3928 3637 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3933] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3933/stat : 3933 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155687824 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3934] ppid=3926 vsize=915440 CPUtime=0.27
/proc/3928/task/3934/stat : 3934 (java) S 3926 3928 3637 0 -1 64 405 0 0 0 27 0 0 0 16 0 8 0 155687824 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3935] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3935/stat : 3935 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155687824 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3936] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3936/stat : 3936 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155687824 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 915440

[startup+162.435 s]
/proc/loadavg: 2.00 1.99 1.97 3/100 3936
/proc/meminfo: memFree=924712/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=915440 CPUtime=160.9
/proc/3928/stat : 3928 (java) R 3926 3928 3637 0 -1 0 32589 0 1 0 16070 20 0 0 25 0 8 0 155687816 937410560 32317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1482.97 s]
/proc/loadavg: 2.00 1.99 1.93 3/100 4394
/proc/meminfo: memFree=869816/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=915440 CPUtime=1477.05
/proc/3928/stat : 3928 (java) R 3926 3928 3637 0 -1 0 32591 0 1 0 147653 52 0 0 25 0 8 0 155687816 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073852701 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3928/statm: 228860 32318 2521 14 0 215330 0
[pid=3928/tid=3930] ppid=3926 vsize=915440 CPUtime=0.45
/proc/3928/task/3930/stat : 3930 (java) S 3926 3928 3637 0 -1 64 15582 0 0 0 38 7 0 0 16 0 8 0 155687820 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3931] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3931/stat : 3931 (java) S 3926 3928 3637 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3932] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3932/stat : 3932 (java) S 3926 3928 3637 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3933] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3933/stat : 3933 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3934] ppid=3926 vsize=915440 CPUtime=0.27
/proc/3928/task/3934/stat : 3934 (java) S 3926 3928 3637 0 -1 64 406 0 0 0 27 0 0 0 16 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3928/tid=3935] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3935/stat : 3935 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3936] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3936/stat : 3936 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.05
Current children cumulated vsize (KiB) 915440

[startup+1542.98 s]
/proc/loadavg: 2.00 1.99 1.93 3/100 4394
/proc/meminfo: memFree=869816/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=915440 CPUtime=1536.98
/proc/3928/stat : 3928 (java) R 3926 3928 3637 0 -1 0 32591 0 1 0 153645 53 0 0 25 0 8 0 155687816 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073664851 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3928/statm: 228860 32318 2521 14 0 215330 0
[pid=3928/tid=3930] ppid=3926 vsize=915440 CPUtime=0.45
/proc/3928/task/3930/stat : 3930 (java) S 3926 3928 3637 0 -1 64 15582 0 0 0 38 7 0 0 16 0 8 0 155687820 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3931] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3931/stat : 3931 (java) S 3926 3928 3637 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3932] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3932/stat : 3932 (java) S 3926 3928 3637 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3933] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3933/stat : 3933 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3934] ppid=3926 vsize=915440 CPUtime=0.27
/proc/3928/task/3934/stat : 3934 (java) S 3926 3928 3637 0 -1 64 406 0 0 0 27 0 0 0 16 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3928/tid=3935] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3935/stat : 3935 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3936] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3936/stat : 3936 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.98
Current children cumulated vsize (KiB) 915440

[startup+1603 s]
/proc/loadavg: 2.00 1.99 1.93 3/100 4394
/proc/meminfo: memFree=869880/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=915440 CPUtime=1596.95
/proc/3928/stat : 3928 (java) R 3926 3928 3637 0 -1 0 32591 0 1 0 159642 53 0 0 25 0 8 0 155687816 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3928/statm: 228860 32318 2521 14 0 215330 0
[pid=3928/tid=3930] ppid=3926 vsize=915440 CPUtime=0.45
/proc/3928/task/3930/stat : 3930 (java) S 3926 3928 3637 0 -1 64 15582 0 0 0 38 7 0 0 16 0 8 0 155687820 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3931] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3931/stat : 3931 (java) S 3926 3928 3637 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3932] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3932/stat : 3932 (java) S 3926 3928 3637 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3933] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3933/stat : 3933 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3934] ppid=3926 vsize=915440 CPUtime=0.27
/proc/3928/task/3934/stat : 3934 (java) S 3926 3928 3637 0 -1 64 406 0 0 0 27 0 0 0 16 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3928/tid=3935] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3935/stat : 3935 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3936] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3936/stat : 3936 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.95
Current children cumulated vsize (KiB) 915440

[startup+1663.02 s]
/proc/loadavg: 2.03 2.00 1.93 3/100 4394
/proc/meminfo: memFree=869880/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=915440 CPUtime=1656.91
/proc/3928/stat : 3928 (java) R 3926 3928 3637 0 -1 0 32591 0 1 0 165638 53 0 0 25 0 8 0 155687816 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3928/statm: 228860 32318 2521 14 0 215330 0
[pid=3928/tid=3930] ppid=3926 vsize=915440 CPUtime=0.45
/proc/3928/task/3930/stat : 3930 (java) S 3926 3928 3637 0 -1 64 15582 0 0 0 38 7 0 0 16 0 8 0 155687820 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3931] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3931/stat : 3931 (java) S 3926 3928 3637 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3932] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3932/stat : 3932 (java) S 3926 3928 3637 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3933] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3933/stat : 3933 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3934] ppid=3926 vsize=915440 CPUtime=0.27
/proc/3928/task/3934/stat : 3934 (java) S 3926 3928 3637 0 -1 64 406 0 0 0 27 0 0 0 16 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3928/tid=3935] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3935/stat : 3935 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3936] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3936/stat : 3936 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.91
Current children cumulated vsize (KiB) 915440

[startup+1723.03 s]
/proc/loadavg: 2.01 2.00 1.93 3/100 4394
/proc/meminfo: memFree=869944/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=915440 CPUtime=1716.84
/proc/3928/stat : 3928 (java) R 3926 3928 3637 0 -1 0 32591 0 1 0 171631 53 0 0 25 0 8 0 155687816 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073808408 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3928/statm: 228860 32318 2521 14 0 215330 0
[pid=3928/tid=3930] ppid=3926 vsize=915440 CPUtime=0.45
/proc/3928/task/3930/stat : 3930 (java) S 3926 3928 3637 0 -1 64 15582 0 0 0 38 7 0 0 16 0 8 0 155687820 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3931] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3931/stat : 3931 (java) S 3926 3928 3637 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3932] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3932/stat : 3932 (java) S 3926 3928 3637 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3933] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3933/stat : 3933 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3934] ppid=3926 vsize=915440 CPUtime=0.27
/proc/3928/task/3934/stat : 3934 (java) S 3926 3928 3637 0 -1 64 406 0 0 0 27 0 0 0 16 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3928/tid=3935] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3935/stat : 3935 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3936] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3936/stat : 3936 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.84
Current children cumulated vsize (KiB) 915440

[startup+1783.04 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 4394
/proc/meminfo: memFree=869880/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=915440 CPUtime=1776.79
/proc/3928/stat : 3928 (java) R 3926 3928 3637 0 -1 0 32591 0 1 0 177626 53 0 0 25 0 8 0 155687816 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073629906 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3928/statm: 228860 32318 2521 14 0 215330 0
[pid=3928/tid=3930] ppid=3926 vsize=915440 CPUtime=0.45
/proc/3928/task/3930/stat : 3930 (java) S 3926 3928 3637 0 -1 64 15582 0 0 0 38 7 0 0 16 0 8 0 155687820 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3931] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3931/stat : 3931 (java) S 3926 3928 3637 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3932] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3932/stat : 3932 (java) S 3926 3928 3637 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3933] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3933/stat : 3933 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3934] ppid=3926 vsize=915440 CPUtime=0.27
/proc/3928/task/3934/stat : 3934 (java) S 3926 3928 3637 0 -1 64 406 0 0 0 27 0 0 0 16 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3928/tid=3935] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3935/stat : 3935 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3936] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3936/stat : 3936 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.79
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 4394
/proc/meminfo: memFree=869880/2055920 swapFree=4191880/4192956
[pid=3928] ppid=3926 vsize=915440 CPUtime=1800.04
/proc/3928/stat : 3928 (java) R 3926 3928 3637 0 -1 0 32591 0 1 0 179951 53 0 0 25 0 8 0 155687816 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073629948 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3928/statm: 228860 32318 2521 14 0 215330 0
[pid=3928/tid=3930] ppid=3926 vsize=915440 CPUtime=0.45
/proc/3928/task/3930/stat : 3930 (java) S 3926 3928 3637 0 -1 64 15582 0 0 0 38 7 0 0 16 0 8 0 155687820 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3931] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3931/stat : 3931 (java) S 3926 3928 3637 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3932] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3932/stat : 3932 (java) S 3926 3928 3637 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155687821 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3933] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3933/stat : 3933 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3934] ppid=3926 vsize=915440 CPUtime=0.27
/proc/3928/task/3934/stat : 3934 (java) S 3926 3928 3637 0 -1 64 406 0 0 0 27 0 0 0 16 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3928/tid=3935] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3935/stat : 3935 (java) S 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3928/tid=3936] ppid=3926 vsize=915440 CPUtime=0
/proc/3928/task/3936/stat : 3936 (java) R 3926 3928 3637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155687824 937410560 32318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 915440

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

Child status: 143
Real time (s): 1806.39
CPU time (s): 1800.13
CPU user time (s): 1799.57
CPU system time (s): 0.560914
CPU usage (%): 99.6533
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.560914
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= 37697
involuntary context switches= 46608

runsolver used 2.10768 s user time and 5.86911 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sat Jan  6 08:42:02 UTC 2007


IDJOB= 203158
IDBENCH= 3921
FILE ID= node2/203158-1168072921

PBS_JOBID= 3475753

Free space on /tmp= 66315 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ed6a1a368f1d19d26870e598c1e4b517

RANDOM SEED= 253985948

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1044672 kB
Buffers:         73616 kB
Cached:         695536 kB
SwapCached:        268 kB
Active:         386724 kB
Inactive:       527188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1044672 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            7516 kB
Writeback:           0 kB
Mapped:         173012 kB
Slab:            81920 kB
Committed_AS:  4265804 kB
PageTables:       2592 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= 66313 MiB



End job on node2 on Sat Jan  6 09:12:08 UTC 2007