Trace number 195845

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.06 1800.87

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-33_ext.xml
MD5SUM3631fb31670115f93949060135ba5c0c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark150.29
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.36	   
0.36	Abscon 109 (November, 2006)
0.36	   
0.36	   configuration
0.36	     name=mac.xml
0.39	   
0.39	   instance
0.39	     name=/tmp/evaluation/195845-1168070032/unknown.xml
0.42	   
0.42	   domains being loaded...
0.42	   
0.42	   variables being loaded...
0.45	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.45	       =>  wckTime=0.091  cpuTime=0.09  mem=6M951
0.45	   
0.45	   relations being loaded...
1.06	   
1.07	   constraints being loaded...
1.33	     nbConstraints=76  nbRelationTypes=76  nbExtensionStructures=76  nbSharedExtensionStructures=0
1.33	     nbConflictsStructures=76  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=3
1.33	       =>  wckTime=0.972  cpuTime=0.86  mem=50M819
1.45	   
1.45	   solver IterativeSystematicSolver being built... 
1.60	       =>  wckTime=1.242  cpuTime=0.98  mem=34M593
1.61	   
1.61	   preprocessing
1.61	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.61	     detectedInconsistency=no
1.61	       =>  wckTime=0.0030  cpuTime=0.0  mem=34M593
1.70	   
1.70	   search
1.70	     run=0  nbConstraintChecks=24949  nbValidityChecks=44852  nbPropagations=286  nbRevisions=2799
1.70	     nbUselessRevisions=2242  nbAssignments=23  nbFailedAssignments=7  nbBacktracks=11  nbVisitedNodes=39
1.70	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
1.70	       =>  wckTime=0.097  cpuTime=0.06  mem=35M584
1.78	   
1.78	   search
1.78	     run=1  nbConstraintChecks=76288  nbValidityChecks=139268  nbPropagations=980  nbRevisions=11072
1.78	     nbUselessRevisions=8879  nbAssignments=66  nbFailedAssignments=27  nbBacktracks=27  nbVisitedNodes=111
1.78	     nbRestartNogoods=2  mapSize=21  nbInferences=0  nbTooLargeKeys=0
1.78	       =>  wckTime=0.179  cpuTime=0.14  mem=35M584
1.91	   
1.91	   search
1.91	     run=2  nbConstraintChecks=148361  nbValidityChecks=291689  nbPropagations=2588  nbRevisions=30631
1.91	     nbUselessRevisions=24555  nbAssignments=144  nbFailedAssignments=78  nbBacktracks=49  nbVisitedNodes=258
1.91	     nbRestartNogoods=6  mapSize=43  nbInferences=0  nbTooLargeKeys=0
1.91	       =>  wckTime=0.303  cpuTime=0.26  mem=35M584
2.03	   
2.03	   search
2.03	     run=3  nbConstraintChecks=240454  nbValidityChecks=470821  nbPropagations=5016  nbRevisions=60857
2.03	     nbUselessRevisions=48693  nbAssignments=225  nbFailedAssignments=120  nbBacktracks=84  nbVisitedNodes=403
2.03	     nbRestartNogoods=7  mapSize=75  nbInferences=0  nbTooLargeKeys=0
2.03	       =>  wckTime=0.43  cpuTime=0.38  mem=35M584
2.28	   
2.28	   search
2.28	     run=4  nbConstraintChecks=416491  nbValidityChecks=798259  nbPropagations=8875  nbRevisions=109327
2.28	     nbUselessRevisions=87143  nbAssignments=349  nbFailedAssignments=189  nbBacktracks=134  nbVisitedNodes=634
2.28	     nbRestartNogoods=8  mapSize=122  nbInferences=0  nbTooLargeKeys=0
2.28	       =>  wckTime=0.678  cpuTime=0.63  mem=35M584
2.56	   
2.56	   search
2.56	     run=5  nbConstraintChecks=612818  nbValidityChecks=1190094  nbPropagations=14705  nbRevisions=183637
2.56	     nbUselessRevisions=146254  nbAssignments=536  nbFailedAssignments=293  nbBacktracks=210  nbVisitedNodes=972
2.56	     nbRestartNogoods=18  mapSize=189  nbInferences=0  nbTooLargeKeys=0
2.56	       =>  wckTime=0.953  cpuTime=0.9  mem=35M584
3.05	   
3.05	   search
3.05	     run=6  nbConstraintChecks=968183  nbValidityChecks=1920956  nbPropagations=24257  nbRevisions=304581
3.05	     nbUselessRevisions=242924  nbAssignments=856  nbFailedAssignments=493  nbBacktracks=325  nbVisitedNodes=1580
3.05	     nbRestartNogoods=26  mapSize=295  nbInferences=0  nbTooLargeKeys=0
3.05	       =>  wckTime=1.445  cpuTime=1.39  mem=35M584
3.64	   
3.64	   search
3.64	     run=7  nbConstraintChecks=1390572  nbValidityChecks=2769558  nbPropagations=38074  nbRevisions=480501
3.64	     nbUselessRevisions=383521  nbAssignments=1267  nbFailedAssignments=727  nbBacktracks=495  nbVisitedNodes=2330
3.64	     nbRestartNogoods=30  mapSize=446  nbInferences=0  nbTooLargeKeys=0
3.64	       =>  wckTime=2.032  cpuTime=1.97  mem=35M584
4.85	   
4.85	   search
4.85	     run=8  nbConstraintChecks=2229226  nbValidityChecks=4384959  nbPropagations=58840  nbRevisions=746216
4.85	     nbUselessRevisions=595660  nbAssignments=1907  nbFailedAssignments=1105  nbBacktracks=751  nbVisitedNodes=3528
4.85	     nbRestartNogoods=36  mapSize=676  nbInferences=0  nbTooLargeKeys=0
4.85	       =>  wckTime=3.246  cpuTime=3.16  mem=35M584
6.07	   
6.07	   search
6.07	     run=9  nbConstraintChecks=3126411  nbValidityChecks=6130890  nbPropagations=88084  nbRevisions=1118571
6.07	     nbUselessRevisions=893459  nbAssignments=2698  nbFailedAssignments=1506  nbBacktracks=1135  nbVisitedNodes=4962
6.07	     nbRestartNogoods=43  mapSize=1015  nbInferences=0  nbTooLargeKeys=0
6.07	       =>  wckTime=4.468  cpuTime=4.37  mem=35M584
6.14	   
6.14	   INFO : Stopping hyperNogood (mapSize=1029, nbTooLargekeys=0, mem=35M584)
7.96	   
7.96	   search
7.96	     run=10  nbConstraintChecks=4454631  nbValidityChecks=8842923  nbPropagations=132645  nbRevisions=1671182
7.96	     nbUselessRevisions=1333150  nbAssignments=4043  nbFailedAssignments=2269  nbBacktracks=1713  nbVisitedNodes=7437
7.96	     nbRestartNogoods=53
7.96	       =>  wckTime=6.359  cpuTime=6.25  mem=35M584
11.07	   
11.07	   search
11.07	     run=11  nbConstraintChecks=6724791  nbValidityChecks=13385688  nbPropagations=198879  nbRevisions=2494791
11.07	     nbUselessRevisions=1990039  nbAssignments=6201  nbFailedAssignments=3559  nbBacktracks=2577  nbVisitedNodes=11455
11.07	     nbRestartNogoods=66
11.07	       =>  wckTime=9.47  cpuTime=9.36  mem=35M584
15.12	   
15.12	   search
15.12	     run=12  nbConstraintChecks=9754936  nbValidityChecks=19356009  nbPropagations=294003  nbRevisions=3687369
15.12	     nbUselessRevisions=2942745  nbAssignments=8937  nbFailedAssignments=4992  nbBacktracks=3874  nbVisitedNodes=16433
15.12	     nbRestartNogoods=84
15.12	       =>  wckTime=13.518  cpuTime=13.41  mem=35M584
22.39	   
22.39	   search
22.39	     run=13  nbConstraintChecks=14850905  nbValidityChecks=29671278  nbPropagations=438016  nbRevisions=5495860
22.39	     nbUselessRevisions=4388972  nbAssignments=13419  nbFailedAssignments=7522  nbBacktracks=5821  nbVisitedNodes=24722
22.39	     nbRestartNogoods=96
22.39	       =>  wckTime=20.785  cpuTime=20.67  mem=35M584
31.11	   
31.11	   search
31.11	     run=14  nbConstraintChecks=21065348  nbValidityChecks=42290561  nbPropagations=652791  nbRevisions=8143424
31.11	     nbUselessRevisions=6498900  nbAssignments=19667  nbFailedAssignments=10843  nbBacktracks=8741  nbVisitedNodes=36092
31.11	     nbRestartNogoods=106
31.11	       =>  wckTime=29.508  cpuTime=29.39  mem=35M584
47.62	   
47.62	   search
47.62	     run=15  nbConstraintChecks=32603733  nbValidityChecks=66061510  nbPropagations=980608  nbRevisions=12222104
47.62	     nbUselessRevisions=9761141  nbAssignments=30279  nbFailedAssignments=17070  nbBacktracks=13121
47.62	     nbVisitedNodes=55804  nbRestartNogoods=116
47.62	       =>  wckTime=46.014  cpuTime=45.89  mem=35M584
67.91	   
67.91	   search
67.91	     run=16  nbConstraintChecks=47593838  nbValidityChecks=95922892  nbPropagations=1459283  nbRevisions=18203082
67.91	     nbUselessRevisions=14544397  nbAssignments=44212  nbFailedAssignments=24429  nbBacktracks=19689
67.91	     nbVisitedNodes=81098  nbRestartNogoods=136
67.91	       =>  wckTime=66.303  cpuTime=66.18  mem=35M584
103.21	   
103.21	   search
103.21	     run=17  nbConstraintChecks=72623858  nbValidityChecks=146948869  nbPropagations=2189803  nbRevisions=27387454
103.21	     nbUselessRevisions=21901767  nbAssignments=66678  nbFailedAssignments=37038  nbBacktracks=29541
103.21	     nbVisitedNodes=122512  nbRestartNogoods=147
103.21	       =>  wckTime=101.608  cpuTime=101.47  mem=35M584
149.31	   
149.31	   search
149.31	     run=18  nbConstraintChecks=106599160  nbValidityChecks=214638950  nbPropagations=3264525  nbRevisions=40867286
149.31	     nbUselessRevisions=32682623  nbAssignments=98749  nbFailedAssignments=54322  nbBacktracks=44320
149.31	     nbVisitedNodes=180722  nbRestartNogoods=170
149.31	       =>  wckTime=147.702  cpuTime=147.55  mem=35M584
230.15	   
230.15	   search
230.15	     run=19  nbConstraintChecks=163338313  nbValidityChecks=332156273  nbPropagations=4940637  nbRevisions=61862718
230.15	     nbUselessRevisions=49485574  nbAssignments=150123  nbFailedAssignments=83521  nbBacktracks=66490
230.15	     nbVisitedNodes=276017  nbRestartNogoods=181
230.15	       =>  wckTime=228.549  cpuTime=228.36  mem=35M584
332.52	   
332.52	   search
332.52	     run=20  nbConstraintChecks=238727705  nbValidityChecks=481710857  nbPropagations=7375096  nbRevisions=92478477
332.52	     nbUselessRevisions=73974287  nbAssignments=220682  nbFailedAssignments=120822  nbBacktracks=99743
332.52	     nbVisitedNodes=403704  nbRestartNogoods=197
332.52	       =>  wckTime=330.916  cpuTime=330.69  mem=35M584
510.70	   
510.70	   search
510.70	     run=21  nbConstraintChecks=363989518  nbValidityChecks=739035832  nbPropagations=11130460  nbRevisions=139507361
510.70	     nbUselessRevisions=111597043  nbAssignments=332160  nbFailedAssignments=182420  nbBacktracks=149621
510.70	     nbVisitedNodes=609297  nbRestartNogoods=215
510.70	       =>  wckTime=509.099  cpuTime=508.73  mem=35M584
823.06	   
823.06	   search
823.06	     run=22  nbConstraintChecks=588383574  nbValidityChecks=1183313113  nbPropagations=16881714  nbRevisions=212511449
823.06	     nbUselessRevisions=170031874  nbAssignments=513715  nbFailedAssignments=289151  nbBacktracks=224439
823.06	     nbVisitedNodes=947055  nbRestartNogoods=227
823.06	       =>  wckTime=821.458  cpuTime=820.96  mem=35M584
1173.42	   
1173.42	   search
1173.42	     run=23  nbConstraintChecks=840818378  nbValidityChecks=1689158427  nbPropagations=25224638  nbRevisions=317985641
1173.42	     nbUselessRevisions=254462324  nbAssignments=743353  nbFailedAssignments=406557  nbBacktracks=336666
1173.42	     nbVisitedNodes=1360708  nbRestartNogoods=254
1173.42	       =>  wckTime=1171.816  cpuTime=1171.2  mem=35M584

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/node25/watcher-195845-1168070032 -o ROOT/results/node25/solver-195845-1168070032 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195845-1168070032/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.02 1.06 1.34 2/78 28954
/proc/meminfo: memFree=1696264/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=1784 CPUtime=0
/proc/28953/stat : 28953 (java) D 28951 28953 28702 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 155395615 1826816 158 18446744073709551615 134512640 134570532 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/28953/statm: 446 158 123 14 0 91 0

[startup+0.103512 s]
/proc/loadavg: 1.02 1.06 1.34 2/78 28954
/proc/meminfo: memFree=1696264/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=907676 CPUtime=0.03
/proc/28953/stat : 28953 (java) R 28951 28953 28702 0 -1 0 2159 0 1 0 2 1 0 0 19 0 3 0 155395615 929460224 1908 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/28953/statm: 226919 1908 1084 14 0 214502 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 907676

[startup+0.511576 s]
/proc/loadavg: 1.02 1.06 1.34 2/78 28954
/proc/meminfo: memFree=1696264/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=915328 CPUtime=0.43
/proc/28953/stat : 28953 (java) R 28951 28953 28702 0 -1 0 6882 0 1 0 39 4 0 0 17 0 8 0 155395615 937295872 6621 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28953/statm: 228832 6621 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 915328

[startup+1.33171 s]
/proc/loadavg: 1.02 1.06 1.34 2/85 28961
/proc/meminfo: memFree=1629136/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=915328 CPUtime=1.26
/proc/28953/stat : 28953 (java) R 28951 28953 28702 0 -1 0 19115 0 1 0 116 10 0 0 18 0 8 0 155395615 937295872 18853 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073654719 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28953/statm: 228832 18853 2161 14 0 215302 0
[pid=28953/tid=28955] ppid=28951 vsize=915328 CPUtime=0.05
/proc/28953/task/28955/stat : 28955 (java) S 28951 28953 28702 0 -1 64 2651 0 0 0 4 1 0 0 17 0 8 0 155395625 937295872 18853 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28956] ppid=28951 vsize=915328 CPUtime=0
/proc/28953/task/28956/stat : 28956 (java) S 28951 28953 28702 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155395626 937295872 18853 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28957] ppid=28951 vsize=915332 CPUtime=0
/proc/28953/task/28957/stat : 28957 (java) S 28951 28953 28702 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155395626 937299968 18853 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28958] ppid=28951 vsize=915328 CPUtime=0
/proc/28953/task/28958/stat : 28958 (java) S 28951 28953 28702 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155395629 937295872 18853 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28959] ppid=28951 vsize=915328 CPUtime=0.09
/proc/28953/task/28959/stat : 28959 (java) S 28951 28953 28702 0 -1 64 322 0 0 0 9 0 0 0 15 0 8 0 155395629 937295872 18854 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28960] ppid=28951 vsize=915328 CPUtime=0
/proc/28953/task/28960/stat : 28960 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155395629 937295872 18854 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28961] ppid=28951 vsize=915328 CPUtime=0
/proc/28953/task/28961/stat : 28961 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155395629 937295872 18854 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915328

[startup+2.97 s]
/proc/loadavg: 1.02 1.06 1.33 2/85 28961
/proc/meminfo: memFree=1612696/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=915420 CPUtime=2.89
/proc/28953/stat : 28953 (java) R 28951 28953 28702 0 -1 0 23551 0 1 0 276 13 0 0 17 0 8 0 155395615 937390080 23286 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073758729 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28953/statm: 228855 23286 2521 14 0 215325 0
[pid=28953/tid=28955] ppid=28951 vsize=915420 CPUtime=0.16
/proc/28953/task/28955/stat : 28955 (java) S 28951 28953 28702 0 -1 64 6586 0 0 0 14 2 0 0 16 0 8 0 155395625 937390080 23286 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28956] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28956/stat : 28956 (java) S 28951 28953 28702 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23286 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28957] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28957/stat : 28957 (java) S 28951 28953 28702 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23286 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28958] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28958/stat : 28958 (java) S 28951 28953 28702 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155395629 937390080 23286 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28959] ppid=28951 vsize=915420 CPUtime=0.19
/proc/28953/task/28959/stat : 28959 (java) S 28951 28953 28702 0 -1 64 373 0 0 0 18 1 0 0 16 0 8 0 155395629 937390080 23286 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28960] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28960/stat : 28960 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155395629 937390080 23286 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28961] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28961/stat : 28961 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155395629 937390080 23286 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 915420

[startup+6.26755 s]
/proc/loadavg: 1.02 1.06 1.33 2/85 28961
/proc/meminfo: memFree=1612632/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=915420 CPUtime=6.17
/proc/28953/stat : 28953 (java) R 28951 28953 28702 0 -1 0 23568 0 1 0 604 13 0 0 18 0 8 0 155395615 937390080 23301 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073758772 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28953/statm: 228855 23301 2521 14 0 215325 0
[pid=28953/tid=28955] ppid=28951 vsize=915420 CPUtime=0.16
/proc/28953/task/28955/stat : 28955 (java) S 28951 28953 28702 0 -1 64 6586 0 0 0 14 2 0 0 16 0 8 0 155395625 937390080 23301 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28956] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28956/stat : 28956 (java) S 28951 28953 28702 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23301 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28957] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28957/stat : 28957 (java) S 28951 28953 28702 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23301 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28958] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28958/stat : 28958 (java) S 28951 28953 28702 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155395629 937390080 23301 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28959] ppid=28951 vsize=915420 CPUtime=0.21
/proc/28953/task/28959/stat : 28959 (java) S 28951 28953 28702 0 -1 64 389 0 0 0 20 1 0 0 16 0 8 0 155395629 937390080 23301 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28960] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28960/stat : 28960 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155395629 937390080 23301 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28961] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28961/stat : 28961 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155395629 937390080 23301 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915420

[startup+12.7346 s]
/proc/loadavg: 1.01 1.06 1.33 2/85 28961
/proc/meminfo: memFree=1612640/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=915420 CPUtime=12.64
/proc/28953/stat : 28953 (java) R 28951 28953 28702 0 -1 0 23572 0 1 0 1251 13 0 0 25 0 8 0 155395615 937390080 23304 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073758739 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28953/statm: 228855 23304 2521 14 0 215325 0
[pid=28953/tid=28955] ppid=28951 vsize=915420 CPUtime=0.16
/proc/28953/task/28955/stat : 28955 (java) S 28951 28953 28702 0 -1 64 6586 0 0 0 14 2 0 0 16 0 8 0 155395625 937390080 23304 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28956] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28956/stat : 28956 (java) S 28951 28953 28702 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23304 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28957] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28957/stat : 28957 (java) S 28951 28953 28702 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23304 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28958] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28958/stat : 28958 (java) S 28951 28953 28702 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155395629 937390080 23304 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28959] ppid=28951 vsize=915420 CPUtime=0.22
/proc/28953/task/28959/stat : 28959 (java) S 28951 28953 28702 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155395629 937390080 23304 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28960] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28960/stat : 28960 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155395629 937390080 23304 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28961] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28961/stat : 28961 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155395629 937390080 23304 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915420

[startup+25.5838 s]
/proc/loadavg: 1.01 1.06 1.33 2/85 28961
/proc/meminfo: memFree=1612832/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=915420 CPUtime=25.48
/proc/28953/stat : 28953 (java) R 28951 28953 28702 0 -1 0 23572 0 1 0 2535 13 0 0 25 0 8 0 155395615 937390080 23304 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28953/statm: 228855 23304 2521 14 0 215325 0
[pid=28953/tid=28955] ppid=28951 vsize=915420 CPUtime=0.16
/proc/28953/task/28955/stat : 28955 (java) S 28951 28953 28702 0 -1 64 6586 0 0 0 14 2 0 0 16 0 8 0 155395625 937390080 23304 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28956] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28956/stat : 28956 (java) S 28951 28953 28702 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23304 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28957] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28957/stat : 28957 (java) S 28951 28953 28702 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23304 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28958] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28958/stat : 28958 (java) S 28951 28953 28702 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155395629 937390080 23304 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28959] ppid=28951 vsize=915420 CPUtime=0.22
/proc/28953/task/28959/stat : 28959 (java) S 28951 28953 28702 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155395629 937390080 23304 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28960] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28960/stat : 28960 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155395629 937390080 23304 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28961] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28961/stat : 28961 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155395629 937390080 23304 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 915420

[startup+51.2702 s]
/proc/loadavg: 1.01 1.05 1.32 2/85 28961
/proc/meminfo: memFree=1612832/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=915420 CPUtime=51.17
/proc/28953/stat : 28953 (java) R 28951 28953 28702 0 -1 0 23575 0 1 0 5103 14 0 0 25 0 8 0 155395615 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073760855 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28953/statm: 228855 23306 2521 14 0 215325 0
[pid=28953/tid=28955] ppid=28951 vsize=915420 CPUtime=0.16
/proc/28953/task/28955/stat : 28955 (java) S 28951 28953 28702 0 -1 64 6586 0 0 0 14 2 0 0 16 0 8 0 155395625 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28956] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28956/stat : 28956 (java) S 28951 28953 28702 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28957] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28957/stat : 28957 (java) S 28951 28953 28702 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28958] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28958/stat : 28958 (java) S 28951 28953 28702 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28959] ppid=28951 vsize=915420 CPUtime=0.22
/proc/28953/task/28959/stat : 28959 (java) S 28951 28953 28702 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28960] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28960/stat : 28960 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28961] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28961/stat : 28961 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 915420

[startup+102.532 s]
/proc/loadavg: 1.00 1.04 1.29 2/85 28961
/proc/meminfo: memFree=1612896/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=915420 CPUtime=102.4
/proc/28953/stat : 28953 (java) R 28951 28953 28702 0 -1 0 23575 0 1 0 10226 14 0 0 25 0 8 0 155395615 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073758772 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28953/statm: 228855 23306 2521 14 0 215325 0
[pid=28953/tid=28955] ppid=28951 vsize=915420 CPUtime=0.16
/proc/28953/task/28955/stat : 28955 (java) S 28951 28953 28702 0 -1 64 6586 0 0 0 14 2 0 0 16 0 8 0 155395625 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28956] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28956/stat : 28956 (java) S 28951 28953 28702 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28957] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28957/stat : 28957 (java) S 28951 28953 28702 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28958] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28958/stat : 28958 (java) S 28951 28953 28702 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28959] ppid=28951 vsize=915420 CPUtime=0.22
/proc/28953/task/28959/stat : 28959 (java) S 28951 28953 28702 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28960] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28960/stat : 28960 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28961] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28961/stat : 28961 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 915420

[startup+162.534 s]
/proc/loadavg: 1.00 1.03 1.27 2/85 28961
/proc/meminfo: memFree=1612832/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=915420 CPUtime=162.39
/proc/28953/stat : 28953 (java) R 28951 28953 28702 0 -1 0 23575 0 1 0 16224 15 0 0 25 0 8 0 155395615 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073628083 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1423.13
Current children cumulated vsize (KiB) 915420

[startup+1483.93 s]
/proc/loadavg: 1.00 1.00 1.05 2/85 29159
/proc/meminfo: memFree=1612384/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=915420 CPUtime=1483.22
/proc/28953/stat : 28953 (java) R 28951 28953 28702 0 -1 0 23575 0 1 0 148295 27 0 0 25 0 8 0 155395615 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073793551 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28953/statm: 228855 23306 2521 14 0 215325 0
[pid=28953/tid=28955] ppid=28951 vsize=915420 CPUtime=0.16
/proc/28953/task/28955/stat : 28955 (java) S 28951 28953 28702 0 -1 64 6586 0 0 0 14 2 0 0 16 0 8 0 155395625 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28956] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28956/stat : 28956 (java) S 28951 28953 28702 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28957] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28957/stat : 28957 (java) S 28951 28953 28702 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28958] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28958/stat : 28958 (java) S 28951 28953 28702 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28959] ppid=28951 vsize=915420 CPUtime=0.22
/proc/28953/task/28959/stat : 28959 (java) S 28951 28953 28702 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28960] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28960/stat : 28960 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28961] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28961/stat : 28961 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.22
Current children cumulated vsize (KiB) 915420

[startup+1544.02 s]
/proc/loadavg: 1.00 1.00 1.04 2/85 29161
/proc/meminfo: memFree=1612184/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=915420 CPUtime=1543.29
/proc/28953/stat : 28953 (java) R 28951 28953 28702 0 -1 0 23575 0 1 0 154302 27 0 0 25 0 8 0 155395615 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073632864 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28953/statm: 228855 23306 2521 14 0 215325 0
[pid=28953/tid=28955] ppid=28951 vsize=915420 CPUtime=0.16
/proc/28953/task/28955/stat : 28955 (java) S 28951 28953 28702 0 -1 64 6586 0 0 0 14 2 0 0 16 0 8 0 155395625 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28956] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28956/stat : 28956 (java) S 28951 28953 28702 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28957] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28957/stat : 28957 (java) S 28951 28953 28702 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28958] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28958/stat : 28958 (java) S 28951 28953 28702 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28959] ppid=28951 vsize=915420 CPUtime=0.22
/proc/28953/task/28959/stat : 28959 (java) S 28951 28953 28702 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28960] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28960/stat : 28960 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28961] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28961/stat : 28961 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.29
Current children cumulated vsize (KiB) 915420

[startup+1604.11 s]
/proc/loadavg: 1.00 1.00 1.04 2/85 29161
/proc/meminfo: memFree=1612192/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=915420 CPUtime=1603.36
/proc/28953/stat : 28953 (java) R 28951 28953 28702 0 -1 0 23575 0 1 0 160308 28 0 0 25 0 8 0 155395615 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073769008 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28953/statm: 228855 23306 2521 14 0 215325 0
[pid=28953/tid=28955] ppid=28951 vsize=915420 CPUtime=0.16
/proc/28953/task/28955/stat : 28955 (java) S 28951 28953 28702 0 -1 64 6586 0 0 0 14 2 0 0 16 0 8 0 155395625 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28956] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28956/stat : 28956 (java) S 28951 28953 28702 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28957] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28957/stat : 28957 (java) S 28951 28953 28702 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28958] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28958/stat : 28958 (java) S 28951 28953 28702 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28959] ppid=28951 vsize=915420 CPUtime=0.22
/proc/28953/task/28959/stat : 28959 (java) S 28951 28953 28702 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28960] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28960/stat : 28960 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28961] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28961/stat : 28961 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.36
Current children cumulated vsize (KiB) 915420

[startup+1664.2 s]
/proc/loadavg: 1.00 1.00 1.03 2/85 29161
/proc/meminfo: memFree=1612192/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=915420 CPUtime=1663.42
/proc/28953/stat : 28953 (java) R 28951 28953 28702 0 -1 0 23575 0 1 0 166314 28 0 0 25 0 8 0 155395615 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073627981 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28953/statm: 228855 23306 2521 14 0 215325 0
[pid=28953/tid=28955] ppid=28951 vsize=915420 CPUtime=0.16
/proc/28953/task/28955/stat : 28955 (java) S 28951 28953 28702 0 -1 64 6586 0 0 0 14 2 0 0 16 0 8 0 155395625 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28956] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28956/stat : 28956 (java) S 28951 28953 28702 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28957] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28957/stat : 28957 (java) S 28951 28953 28702 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28958] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28958/stat : 28958 (java) S 28951 28953 28702 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28959] ppid=28951 vsize=915420 CPUtime=0.22
/proc/28953/task/28959/stat : 28959 (java) S 28951 28953 28702 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28960] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28960/stat : 28960 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28961] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28961/stat : 28961 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.42
Current children cumulated vsize (KiB) 915420

[startup+1724.2 s]
/proc/loadavg: 1.00 1.00 1.02 2/85 29161
/proc/meminfo: memFree=1612192/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=915420 CPUtime=1723.41
/proc/28953/stat : 28953 (java) R 28951 28953 28702 0 -1 0 23575 0 1 0 172312 29 0 0 25 0 8 0 155395615 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073784092 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28953/statm: 228855 23306 2521 14 0 215325 0
[pid=28953/tid=28955] ppid=28951 vsize=915420 CPUtime=0.16
/proc/28953/task/28955/stat : 28955 (java) S 28951 28953 28702 0 -1 64 6586 0 0 0 14 2 0 0 16 0 8 0 155395625 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28956] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28956/stat : 28956 (java) S 28951 28953 28702 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28957] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28957/stat : 28957 (java) S 28951 28953 28702 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28958] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28958/stat : 28958 (java) S 28951 28953 28702 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28959] ppid=28951 vsize=915420 CPUtime=0.22
/proc/28953/task/28959/stat : 28959 (java) S 28951 28953 28702 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28960] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28960/stat : 28960 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28961] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28961/stat : 28961 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.41
Current children cumulated vsize (KiB) 915420

[startup+1784.2 s]
/proc/loadavg: 1.00 1.00 1.02 2/85 29161
/proc/meminfo: memFree=1612192/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=915420 CPUtime=1783.39
/proc/28953/stat : 28953 (java) R 28951 28953 28702 0 -1 0 23575 0 1 0 178309 30 0 0 25 0 8 0 155395615 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28953/statm: 228855 23306 2521 14 0 215325 0
[pid=28953/tid=28955] ppid=28951 vsize=915420 CPUtime=0.16
/proc/28953/task/28955/stat : 28955 (java) S 28951 28953 28702 0 -1 64 6586 0 0 0 14 2 0 0 16 0 8 0 155395625 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28956] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28956/stat : 28956 (java) S 28951 28953 28702 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28957] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28957/stat : 28957 (java) S 28951 28953 28702 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28958] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28958/stat : 28958 (java) S 28951 28953 28702 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28959] ppid=28951 vsize=915420 CPUtime=0.22
/proc/28953/task/28959/stat : 28959 (java) S 28951 28953 28702 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28960] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28960/stat : 28960 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28961] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28961/stat : 28961 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.39
Current children cumulated vsize (KiB) 915420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.84 s]
/proc/loadavg: 1.00 1.00 1.02 2/85 29161
/proc/meminfo: memFree=1612192/2055920 swapFree=4192812/4192956
[pid=28953] ppid=28951 vsize=915420 CPUtime=1800.03
/proc/28953/stat : 28953 (java) R 28951 28953 28702 0 -1 0 23575 0 1 0 179973 30 0 0 25 0 8 0 155395615 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073627999 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28953/statm: 228855 23306 2521 14 0 215325 0
[pid=28953/tid=28955] ppid=28951 vsize=915420 CPUtime=0.16
/proc/28953/task/28955/stat : 28955 (java) S 28951 28953 28702 0 -1 64 6586 0 0 0 14 2 0 0 16 0 8 0 155395625 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28956] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28956/stat : 28956 (java) S 28951 28953 28702 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28957] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28957/stat : 28957 (java) S 28951 28953 28702 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155395626 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28958] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28958/stat : 28958 (java) S 28951 28953 28702 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28959] ppid=28951 vsize=915420 CPUtime=0.22
/proc/28953/task/28959/stat : 28959 (java) S 28951 28953 28702 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28953/tid=28960] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28960/stat : 28960 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28953/tid=28961] ppid=28951 vsize=915420 CPUtime=0
/proc/28953/task/28961/stat : 28961 (java) S 28951 28953 28702 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155395629 937390080 23306 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915420

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

Child status: 143
Real time (s): 1800.87
CPU time (s): 1800.06
CPU user time (s): 1799.74
CPU system time (s): 0.317951
CPU usage (%): 99.9549
Max. virtual memory (cumulated for all children) (KiB): 915420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.317951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23592
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= 37292
involuntary context switches= 4536

runsolver used 1.59976 s user time and 4.82527 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sat Jan  6 07:53:52 UTC 2007


IDJOB= 195845
IDBENCH= 3306
FILE ID= node25/195845-1168070032

PBS_JOBID= 3475682

Free space on /tmp= 66547 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3631fb31670115f93949060135ba5c0c

RANDOM SEED= 41666323

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.279
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.279
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:       1696744 kB
Buffers:         40944 kB
Cached:         203720 kB
SwapCached:          0 kB
Active:          61188 kB
Inactive:       227204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1696744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4672 kB
Writeback:           0 kB
Mapped:          62748 kB
Slab:            56160 kB
Committed_AS:  2816976 kB
PageTables:       1936 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 node25 on Sat Jan  6 08:23:53 UTC 2007