Trace number 213911

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.1 1803.35

General information on the benchmark

NamepseudoSeries/par/
par-32-2.xml
MD5SUM89f67149918449318ae1436861450fd0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables6352
Number of constraints13288
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13288
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.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/213911-1168077521/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.62	     nbVariables=6352  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2
0.62	       =>  wckTime=0.304  cpuTime=0.23  mem=17M615
0.62	   
0.62	   predicates being loaded...
0.63	   
0.63	   constraints being loaded...
2.28	     nbConstraints=13288  nbSingletonDomainVariables=141  nbConvertedConstraints=6248  nbConvertConstraintsChecks=62
2.28	     nbExtensionStructures=5  nbSharedExtensionStructures=6243  nbConflictsStructures=15
2.28	     nbSharedConflictsStructures=13273  nbSharedBinaryRepresentations=13  nbEvaluationManagers=10
2.28	     nbSharedEvaluationManagers=7030  maxDegree=81  maxArity=3
2.28	       =>  wckTime=1.959  cpuTime=1.72  mem=49M364
2.45	   
2.45	   solver IterativeSystematicSolver being built... 
2.97	       =>  wckTime=2.651  cpuTime=2.15  mem=40M749
3.07	   
3.07	   preprocessing
3.07	     nbConstraintChecks=5480  nbValidityChecks=1007  nbPropagations=7674  nbRevisions=6212  nbUselessRevisions=4785
3.07	     nbRemovedValues=1427  detectedInconsistency=no
3.07	       =>  wckTime=0.084  cpuTime=0.06  mem=40M749
3.59	   
3.59	   search
3.59	     run=0  nbConstraintChecks=39939  nbValidityChecks=12610  nbPropagations=20150  nbRevisions=47834
3.59	     nbUselessRevisions=33926  nbAssignments=74  nbFailedAssignments=4  nbBacktracks=14  nbVisitedNodes=83
3.59	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
3.59	       =>  wckTime=0.606  cpuTime=0.55  mem=41M759
4.05	   
4.05	   search
4.05	     run=1  nbConstraintChecks=75144  nbValidityChecks=29585  nbPropagations=52328  nbRevisions=136039
4.05	     nbUselessRevisions=96190  nbAssignments=148  nbFailedAssignments=8  nbBacktracks=30  nbVisitedNodes=165
4.05	     nbRestartNogoods=1  mapSize=14  nbInferences=0  nbTooLargeKeys=0
4.05	       =>  wckTime=1.075  cpuTime=1.01  mem=41M759
4.66	   
4.66	   search
4.66	     run=2  nbConstraintChecks=134440  nbValidityChecks=58231  nbPropagations=104398  nbRevisions=291644
4.66	     nbUselessRevisions=205934  nbAssignments=237  nbFailedAssignments=15  nbBacktracks=52  nbVisitedNodes=268
4.66	     nbRestartNogoods=2  mapSize=25  nbInferences=0  nbTooLargeKeys=0
4.66	       =>  wckTime=1.684  cpuTime=1.62  mem=41M759
5.42	   
5.42	   search
5.42	     run=3  nbConstraintChecks=213796  nbValidityChecks=96691  nbPropagations=183074  nbRevisions=536973
5.42	     nbUselessRevisions=378756  nbAssignments=340  nbFailedAssignments=24  nbBacktracks=92  nbVisitedNodes=389
5.42	     nbRestartNogoods=5  mapSize=41  nbInferences=0  nbTooLargeKeys=0
5.42	       =>  wckTime=2.437  cpuTime=2.36  mem=41M759
6.35	   
6.35	   search
6.35	     run=4  nbConstraintChecks=323390  nbValidityChecks=150261  nbPropagations=298160  nbRevisions=906160
6.35	     nbUselessRevisions=638957  nbAssignments=463  nbFailedAssignments=37  nbBacktracks=142  nbVisitedNodes=538
6.35	     nbRestartNogoods=7  mapSize=64  nbInferences=0  nbTooLargeKeys=0
6.35	       =>  wckTime=3.369  cpuTime=3.28  mem=41M759
7.54	   
7.54	   search
7.54	     run=5  nbConstraintChecks=477815  nbValidityChecks=226371  nbPropagations=464704  nbRevisions=1450437
7.54	     nbUselessRevisions=1022656  nbAssignments=612  nbFailedAssignments=56  nbBacktracks=218  nbVisitedNodes=725
7.54	     nbRestartNogoods=10  mapSize=100  nbInferences=0  nbTooLargeKeys=0
7.54	       =>  wckTime=4.56  cpuTime=4.46  mem=41M759
9.22	   
9.22	   search
9.22	     run=6  nbConstraintChecks=701894  nbValidityChecks=335194  nbPropagations=705586  nbRevisions=2246732
9.22	     nbUselessRevisions=1583870  nbAssignments=813  nbFailedAssignments=84  nbBacktracks=335  nbVisitedNodes=982
9.22	     nbRestartNogoods=12  mapSize=153  nbInferences=0  nbTooLargeKeys=0
9.22	       =>  wckTime=6.237  cpuTime=6.12  mem=41M759
11.47	   
11.47	   search
11.47	     run=7  nbConstraintChecks=943773  nbValidityChecks=454019  nbPropagations=1026984  nbRevisions=3317436
11.47	     nbUselessRevisions=2338792  nbAssignments=1076  nbFailedAssignments=114  nbBacktracks=509  nbVisitedNodes=1305
11.47	     nbRestartNogoods=15  mapSize=210  nbInferences=0  nbTooLargeKeys=0
11.47	       =>  wckTime=8.489  cpuTime=8.35  mem=42M760
14.54	   
14.54	   search
14.54	     run=8  nbConstraintChecks=1232887  nbValidityChecks=595139  nbPropagations=1444292  nbRevisions=4713820
14.54	     nbUselessRevisions=3323234  nbAssignments=1434  nbFailedAssignments=150  nbBacktracks=768  nbVisitedNodes=1735
14.54	     nbRestartNogoods=18  mapSize=278  nbInferences=0  nbTooLargeKeys=0
14.54	       =>  wckTime=11.559  cpuTime=11.38  mem=42M760
19.10	   
19.11	   search
19.11	     run=9  nbConstraintChecks=1683422  nbValidityChecks=816091  nbPropagations=2011023  nbRevisions=6618707
19.11	     nbUselessRevisions=4666352  nbAssignments=1948  nbFailedAssignments=208  nbBacktracks=1156  nbVisitedNodes=2364
19.11	     nbRestartNogoods=22  mapSize=387  nbInferences=0  nbTooLargeKeys=0
19.11	       =>  wckTime=16.125  cpuTime=15.89  mem=42M760
25.42	   
25.42	   search
25.42	     run=10  nbConstraintChecks=2140800  nbValidityChecks=1044195  nbPropagations=2729602  nbRevisions=9051369
25.42	     nbUselessRevisions=6384950  nbAssignments=2672  nbFailedAssignments=293  nbBacktracks=1732  nbVisitedNodes=3230
25.42	     nbRestartNogoods=28  mapSize=527  nbInferences=0  nbTooLargeKeys=0
25.42	       =>  wckTime=22.444  cpuTime=22.13  mem=43M762
34.54	   
34.54	   search
34.54	     run=11  nbConstraintChecks=2752656  nbValidityChecks=1343460  nbPropagations=3650039  nbRevisions=12177463
34.54	     nbUselessRevisions=8594465  nbAssignments=3728  nbFailedAssignments=420  nbBacktracks=2598  nbVisitedNodes=4499
34.54	     nbRestartNogoods=30  mapSize=738  nbInferences=0  nbTooLargeKeys=0
34.54	       =>  wckTime=31.559  cpuTime=31.16  mem=43M762
48.00	   
48.00	   search
48.00	     run=12  nbConstraintChecks=3522619  nbValidityChecks=1710626  nbPropagations=4824035  nbRevisions=16161212
48.00	     nbUselessRevisions=11406793  nbAssignments=5243  nbFailedAssignments=549  nbBacktracks=3910  nbVisitedNodes=6278
48.00	     nbRestartNogoods=32  mapSize=998  nbInferences=0  nbTooLargeKeys=0
48.00	       =>  wckTime=45.018  cpuTime=44.49  mem=45M766
48.77	   
48.77	   INFO : Stopping hyperNogood (mapSize=1011, nbTooLargekeys=0, mem=45M766)
55.63	   
55.63	   search
55.63	     run=13  nbConstraintChecks=5933789  nbValidityChecks=2806650  nbPropagations=6813951  nbRevisions=22756104
55.63	     nbUselessRevisions=16010294  nbAssignments=7563  nbFailedAssignments=838  nbBacktracks=5858  nbVisitedNodes=9163
55.63	     nbRestartNogoods=36
55.63	       =>  wckTime=52.649  cpuTime=52.06  mem=45M766
65.21	   
65.21	   search
65.21	     run=14  nbConstraintChecks=8974026  nbValidityChecks=4244829  nbPropagations=9852625  nbRevisions=32750113
65.21	     nbUselessRevisions=22955498  nbAssignments=10862  nbFailedAssignments=1147  nbBacktracks=8778  nbVisitedNodes=13097
65.21	     nbRestartNogoods=42
65.21	       =>  wckTime=62.229  cpuTime=61.56  mem=45M766
82.68	   
82.68	   search
82.68	     run=15  nbConstraintChecks=15312442  nbValidityChecks=7247171  nbPropagations=15070577  nbRevisions=49805255
82.68	     nbUselessRevisions=34751596  nbAssignments=15968  nbFailedAssignments=1768  nbBacktracks=13175
82.68	     nbVisitedNodes=19463  nbRestartNogoods=47
82.68	       =>  wckTime=79.696  cpuTime=78.86  mem=45M766
102.79	   
102.79	   search
102.79	     run=16  nbConstraintChecks=20893405  nbValidityChecks=10048176  nbPropagations=22189993  nbRevisions=73407468
102.79	     nbUselessRevisions=51160953  nbAssignments=23340  nbFailedAssignments=2467  nbBacktracks=19754
102.79	     nbVisitedNodes=28274  nbRestartNogoods=50
102.79	       =>  wckTime=99.81  cpuTime=98.79  mem=45M766
137.27	   
137.27	   search
137.27	     run=17  nbConstraintChecks=31832399  nbValidityChecks=15407920  nbPropagations=33041355  nbRevisions=109596230
137.27	     nbUselessRevisions=76362122  nbAssignments=34641  nbFailedAssignments=3824  nbBacktracks=29606
137.27	     nbVisitedNodes=42362  nbRestartNogoods=55
137.27	       =>  wckTime=134.288  cpuTime=132.95  mem=45M766
193.54	   
193.54	   search
193.54	     run=18  nbConstraintChecks=52880880  nbValidityChecks=25766359  nbPropagations=51017170  nbRevisions=169785515
193.54	     nbUselessRevisions=118310564  nbAssignments=51708  nbFailedAssignments=6031  nbBacktracks=44384
193.54	     nbVisitedNodes=63800  nbRestartNogoods=62
193.54	       =>  wckTime=190.563  cpuTime=188.99  mem=45M766
264.56	   
264.56	   search
264.56	     run=19  nbConstraintChecks=77761056  nbValidityChecks=37945742  nbPropagations=77465961  nbRevisions=258314949
264.56	     nbUselessRevisions=180014252  nbAssignments=76173  nbFailedAssignments=8272  nbBacktracks=66556
264.56	     nbVisitedNodes=92725  nbRestartNogoods=69
264.56	       =>  wckTime=261.576  cpuTime=259.92  mem=45M766
365.17	   
365.17	   search
365.17	     run=20  nbConstraintChecks=110118458  nbValidityChecks=54371009  nbPropagations=114733405  nbRevisions=384683535
365.17	     nbUselessRevisions=268534649  nbAssignments=113023  nbFailedAssignments=11810  nbBacktracks=99812
365.17	     nbVisitedNodes=136843  nbRestartNogoods=75
365.17	       =>  wckTime=362.189  cpuTime=360.41  mem=45M766
518.15	   
518.15	   search
518.15	     run=21  nbConstraintChecks=160342924  nbValidityChecks=80905583  nbPropagations=168821357  nbRevisions=570433225
518.15	     nbUselessRevisions=399362763  nbAssignments=168305  nbFailedAssignments=17126  nbBacktracks=149703
518.15	     nbVisitedNodes=202700  nbRestartNogoods=83
518.15	       =>  wckTime=515.169  cpuTime=513.25  mem=45M766
726.58	   
726.58	   search
726.58	     run=22  nbConstraintChecks=223380999  nbValidityChecks=114455554  nbPropagations=243847579  nbRevisions=830303938
726.58	     nbUselessRevisions=582942856  nbAssignments=249949  nbFailedAssignments=23862  nbBacktracks=224548
726.58	     nbVisitedNodes=298063  nbRestartNogoods=90
726.58	       =>  wckTime=723.602  cpuTime=721.46  mem=45M766
1048.86	   
1048.86	   search
1048.86	     run=23  nbConstraintChecks=326546140  nbValidityChecks=170039996  nbPropagations=352710028  nbRevisions=1213498851
1048.86	     nbUselessRevisions=855480465  nbAssignments=370741  nbFailedAssignments=32329  nbBacktracks=336802
1048.86	     nbVisitedNodes=435793  nbRestartNogoods=98
1048.86	       =>  wckTime=1045.879  cpuTime=1043.41  mem=45M766
1478.04	   
1478.04	   search
1478.04	     run=24  nbConstraintChecks=437579239  nbValidityChecks=231522660  nbPropagations=498408379  nbRevisions=1733554472
1478.04	     nbUselessRevisions=1227268525  nbAssignments=553308  nbFailedAssignments=46451  nbBacktracks=505144
1478.04	     nbVisitedNodes=647049  nbRestartNogoods=107
1478.04	       =>  wckTime=1475.058  cpuTime=1472.13  mem=45M766

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/node10/watcher-213911-1168077521 -o ROOT/results/node10/solver-213911-1168077521 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213911-1168077521/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.81 1.85 1.93 4/93 28926
/proc/meminfo: memFree=838120/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=18540 CPUtime=0
/proc/28925/stat : 28925 (runsolver) R 28923 28925 28690 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 156147340 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 214919867687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/28925/statm: 4635 279 244 17 0 2626 0

[startup+0.109855 s]
/proc/loadavg: 1.81 1.85 1.93 4/93 28926
/proc/meminfo: memFree=838120/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=914988 CPUtime=0.08
/proc/28925/stat : 28925 (java) R 28923 28925 28690 0 -1 0 3046 0 1 0 7 1 0 0 20 0 8 0 156147340 936947712 2792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153799154 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228747 2792 1445 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.517904 s]
/proc/loadavg: 1.81 1.85 1.93 4/93 28926
/proc/meminfo: memFree=838120/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=915328 CPUtime=0.49
/proc/28925/stat : 28925 (java) R 28923 28925 28690 0 -1 0 6574 0 1 0 44 5 0 0 18 0 8 0 156147340 937295872 6313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380209 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228832 6313 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34188 s]
/proc/loadavg: 1.81 1.85 1.93 3/100 28933
/proc/meminfo: memFree=775792/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=915640 CPUtime=1.3
/proc/28925/stat : 28925 (java) R 28923 28925 28690 0 -1 0 17999 0 1 0 117 13 0 0 24 0 8 0 156147340 937615360 17737 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228910 17737 2178 14 0 215380 0
[pid=28925/tid=28927] ppid=28923 vsize=915640 CPUtime=0.06
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28690 0 -1 64 1385 0 0 0 6 0 0 0 17 0 8 0 156147344 937615360 17737 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915640 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28690 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147345 937615360 17737 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915640 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147345 937615360 17737 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915640 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147348 937615360 17737 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915640 CPUtime=0.18
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28690 0 -1 64 423 0 0 0 17 1 0 0 15 0 8 0 156147348 937615360 17737 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915640 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28690 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156147348 937615360 17737 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915640 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156147348 937615360 17737 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915640

[startup+2.99524 s]
/proc/loadavg: 1.81 1.85 1.93 3/100 28933
/proc/meminfo: memFree=775536/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=915740 CPUtime=2.92
/proc/28925/stat : 28925 (java) R 28923 28925 28690 0 -1 0 21579 0 1 0 224 68 0 0 25 0 8 0 156147340 937717760 21314 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072931685 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228935 21314 2524 14 0 215405 0
[pid=28925/tid=28927] ppid=28923 vsize=915740 CPUtime=0.22
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28690 0 -1 64 4507 0 0 0 21 1 0 0 16 0 8 0 156147344 937717760 21314 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28690 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156147345 937717760 21314 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147345 937717760 21314 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147348 937717760 21314 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915740 CPUtime=0.27
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28690 0 -1 64 477 0 0 0 26 1 0 0 15 0 8 0 156147348 937717760 21314 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28690 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156147348 937717760 21314 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156147348 937717760 21314 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) 915740

[startup+6.27669 s]
/proc/loadavg: 1.82 1.85 1.93 3/100 28933
/proc/meminfo: memFree=762416/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=915740 CPUtime=6.16
/proc/28925/stat : 28925 (java) R 28923 28925 28690 0 -1 0 21617 0 1 0 548 68 0 0 25 0 8 0 156147340 937717760 21350 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074145130 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228935 21350 2529 14 0 215405 0
[pid=28925/tid=28927] ppid=28923 vsize=915740 CPUtime=0.22
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28690 0 -1 64 4508 0 0 0 21 1 0 0 16 0 8 0 156147344 937717760 21350 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28690 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156147345 937717760 21350 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147345 937717760 21350 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147348 937717760 21350 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915740 CPUtime=0.33
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28690 0 -1 64 504 0 0 0 31 2 0 0 16 0 8 0 156147348 937717760 21350 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28690 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156147348 937717760 21350 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156147348 937717760 21350 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 915740

[startup+12.7726 s]
/proc/loadavg: 1.84 1.85 1.93 3/100 28933
/proc/meminfo: memFree=762416/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=915740 CPUtime=12.59
/proc/28925/stat : 28925 (java) R 28923 28925 28690 0 -1 0 21621 0 1 0 1191 68 0 0 25 0 8 0 156147340 937717760 21353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074145955 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228935 21353 2529 14 0 215405 0
[pid=28925/tid=28927] ppid=28923 vsize=915740 CPUtime=0.22
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28690 0 -1 64 4508 0 0 0 21 1 0 0 16 0 8 0 156147344 937717760 21353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28690 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156147345 937717760 21353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147345 937717760 21353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147348 937717760 21353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915740 CPUtime=0.34
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28690 0 -1 64 507 0 0 0 32 2 0 0 15 0 8 0 156147348 937717760 21353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28690 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156147348 937717760 21353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156147348 937717760 21353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 915740

[startup+25.6243 s]
/proc/loadavg: 1.86 1.86 1.93 3/100 28933
/proc/meminfo: memFree=762544/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=915740 CPUtime=25.33
/proc/28925/stat : 28925 (java) R 28923 28925 28690 0 -1 0 21641 0 1 0 2464 69 0 0 25 0 8 0 156147340 937717760 21366 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074135978 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228935 21366 2529 14 0 215405 0
[pid=28925/tid=28927] ppid=28923 vsize=915740 CPUtime=0.22
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28690 0 -1 64 4508 0 0 0 21 1 0 0 16 0 8 0 156147344 937717760 21366 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28690 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156147345 937717760 21366 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147345 937717760 21366 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147348 937717760 21366 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915740 CPUtime=0.36
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28690 0 -1 64 522 0 0 0 34 2 0 0 17 0 8 0 156147348 937717760 21366 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28690 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156147348 937717760 21366 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156147348 937717760 21366 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 915740

[startup+51.2572 s]
/proc/loadavg: 1.91 1.87 1.93 4/100 28933
/proc/meminfo: memFree=762672/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=915740 CPUtime=50.72
/proc/28925/stat : 28925 (java) R 28923 28925 28690 0 -1 0 21645 0 1 0 5003 69 0 0 25 0 8 0 156147340 937717760 21367 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074070499 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228935 21367 2529 14 0 215405 0
[pid=28925/tid=28927] ppid=28923 vsize=915740 CPUtime=0.22
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28690 0 -1 64 4508 0 0 0 21 1 0 0 16 0 8 0 156147344 937717760 21367 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28690 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156147345 937717760 21367 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147345 937717760 21367 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147348 937717760 21367 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915740 CPUtime=0.37
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28690 0 -1 64 523 0 0 0 35 2 0 0 16 0 8 0 156147348 937717760 21367 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28690 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156147348 937717760 21367 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156147348 937717760 21367 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915740

[startup+102.519 s]
/proc/loadavg: 1.96 1.89 1.93 3/100 28933
/proc/meminfo: memFree=762736/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=915740 CPUtime=101.52
/proc/28925/stat : 28925 (java) R 28923 28925 28690 0 -1 0 21648 0 1 0 10083 69 0 0 25 0 8 0 156147340 937717760 21368 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074135931 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 228935 21368 2529 14 0 215405 0
[pid=28925/tid=28927] ppid=28923 vsize=915740 CPUtime=0.22
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28690 0 -1 64 4508 0 0 0 21 1 0 0 16 0 8 0 156147344 937717760 21368 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28690 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156147345 937717760 21368 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147345 937717760 21368 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147348 937717760 21368 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915740 CPUtime=0.37
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28690 0 -1 64 525 0 0 0 35 2 0 0 17 0 8 0 156147348 937717760 21368 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28690 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156147348 937717760 21368 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156147348 937717760 21368 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 915740

[startup+162.533 s]
/proc/loadavg: 1.78 1.86 1.91 3/106 29093
/proc/meminfo: memFree=1491800/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=915740 CPUtime=161.04
/proc/28925/stat : 28925 (java) R 28923 28925 28690 0 -1 0 21648 0 1 0 16030 74 0 0 25 0 8 0 156147340 937717760 21368 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074211518 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1420.74
Current children cumulated vsize (KiB) 915740

[startup+1483.63 s]
/proc/loadavg: 2.04 2.01 1.94 3/100 29191
/proc/meminfo: memFree=1492968/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=915740 CPUtime=1480.73
/proc/28925/stat : 28925 (java) R 28923 28925 28690 0 -1 0 21650 0 1 0 147984 89 0 0 25 0 8 0 156147340 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074111593 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28925/statm: 228935 21369 2529 14 0 215405 0
[pid=28925/tid=28927] ppid=28923 vsize=915740 CPUtime=0.22
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28690 0 -1 64 4508 0 0 0 21 1 0 0 16 0 8 0 156147344 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28690 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156147345 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147345 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915740 CPUtime=0.37
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28690 0 -1 64 526 0 0 0 35 2 0 0 16 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28690 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.73
Current children cumulated vsize (KiB) 915740

[startup+1543.68 s]
/proc/loadavg: 2.08 2.02 1.95 3/100 29191
/proc/meminfo: memFree=1493032/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=915740 CPUtime=1540.69
/proc/28925/stat : 28925 (java) R 28923 28925 28690 0 -1 0 21650 0 1 0 153980 89 0 0 25 0 8 0 156147340 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074157163 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28925/statm: 228935 21369 2529 14 0 215405 0
[pid=28925/tid=28927] ppid=28923 vsize=915740 CPUtime=0.22
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28690 0 -1 64 4508 0 0 0 21 1 0 0 16 0 8 0 156147344 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28690 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156147345 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147345 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915740 CPUtime=0.37
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28690 0 -1 64 526 0 0 0 35 2 0 0 16 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28690 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.69
Current children cumulated vsize (KiB) 915740

[startup+1603.72 s]
/proc/loadavg: 2.03 2.02 1.95 3/100 29191
/proc/meminfo: memFree=1493032/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=915740 CPUtime=1600.68
/proc/28925/stat : 28925 (java) R 28923 28925 28690 0 -1 0 21650 0 1 0 159979 89 0 0 25 0 8 0 156147340 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074131808 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28925/statm: 228935 21369 2529 14 0 215405 0
[pid=28925/tid=28927] ppid=28923 vsize=915740 CPUtime=0.22
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28690 0 -1 64 4508 0 0 0 21 1 0 0 16 0 8 0 156147344 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28690 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156147345 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147345 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915740 CPUtime=0.37
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28690 0 -1 64 526 0 0 0 35 2 0 0 16 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28690 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.68
Current children cumulated vsize (KiB) 915740

[startup+1663.77 s]
/proc/loadavg: 2.01 2.01 1.95 3/100 29191
/proc/meminfo: memFree=1493032/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=915740 CPUtime=1660.68
/proc/28925/stat : 28925 (java) R 28923 28925 28690 0 -1 0 21650 0 1 0 165978 90 0 0 25 0 8 0 156147340 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074072694 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28925/statm: 228935 21369 2529 14 0 215405 0
[pid=28925/tid=28927] ppid=28923 vsize=915740 CPUtime=0.22
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28690 0 -1 64 4508 0 0 0 21 1 0 0 16 0 8 0 156147344 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28690 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156147345 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147345 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915740 CPUtime=0.37
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28690 0 -1 64 526 0 0 0 35 2 0 0 16 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28690 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.68
Current children cumulated vsize (KiB) 915740

[startup+1723.82 s]
/proc/loadavg: 2.10 2.04 1.96 3/100 29191
/proc/meminfo: memFree=1493032/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=915740 CPUtime=1720.65
/proc/28925/stat : 28925 (java) R 28923 28925 28690 0 -1 0 21650 0 1 0 171975 90 0 0 25 0 8 0 156147340 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074132903 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28925/statm: 228935 21369 2529 14 0 215405 0
[pid=28925/tid=28927] ppid=28923 vsize=915740 CPUtime=0.22
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28690 0 -1 64 4508 0 0 0 21 1 0 0 16 0 8 0 156147344 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28690 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156147345 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147345 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915740 CPUtime=0.37
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28690 0 -1 64 526 0 0 0 35 2 0 0 16 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28690 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.65
Current children cumulated vsize (KiB) 915740

[startup+1783.86 s]
/proc/loadavg: 2.03 2.03 1.96 3/100 29191
/proc/meminfo: memFree=1493032/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=915740 CPUtime=1780.64
/proc/28925/stat : 28925 (java) R 28923 28925 28690 0 -1 0 21650 0 1 0 177974 90 0 0 25 0 8 0 156147340 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074079213 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28925/statm: 228935 21369 2529 14 0 215405 0
[pid=28925/tid=28927] ppid=28923 vsize=915740 CPUtime=0.22
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28690 0 -1 64 4508 0 0 0 21 1 0 0 16 0 8 0 156147344 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28690 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156147345 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147345 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915740 CPUtime=0.37
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28690 0 -1 64 526 0 0 0 35 2 0 0 16 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28690 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.64
Current children cumulated vsize (KiB) 915740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.29 s]
/proc/loadavg: 2.02 2.03 1.96 3/100 29191
/proc/meminfo: memFree=1493032/2055920 swapFree=4178332/4192956
[pid=28925] ppid=28923 vsize=915740 CPUtime=1800.04
/proc/28925/stat : 28925 (java) R 28923 28925 28690 0 -1 0 21650 0 1 0 179914 90 0 0 25 0 8 0 156147340 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074135931 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28925/statm: 228935 21369 2529 14 0 215405 0
[pid=28925/tid=28927] ppid=28923 vsize=915740 CPUtime=0.22
/proc/28925/task/28927/stat : 28927 (java) S 28923 28925 28690 0 -1 64 4508 0 0 0 21 1 0 0 16 0 8 0 156147344 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28925/tid=28928] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28923 28925 28690 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156147345 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28923 28925 28690 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147345 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28923 vsize=915740 CPUtime=0.37
/proc/28925/task/28931/stat : 28931 (java) S 28923 28925 28690 0 -1 64 526 0 0 0 35 2 0 0 16 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28925/tid=28932] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28923 28925 28690 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156147348 937717760 21369 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28923 vsize=915740 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28923 28925 28690 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156147348 937717760 21369 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) 915740

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

Child status: 143
Real time (s): 1803.35
CPU time (s): 1800.1
CPU user time (s): 1799.18
CPU system time (s): 0.91786
CPU usage (%): 99.8199
Max. virtual memory (cumulated for all children) (KiB): 915772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 0.91786
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21665
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= 38147
involuntary context switches= 54484

runsolver used 2.14967 s user time and 5.85111 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sat Jan  6 09:58:42 UTC 2007


IDJOB= 213911
IDBENCH= 4884
FILE ID= node10/213911-1168077521

PBS_JOBID= 3475817

Free space on /tmp= 66348 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/par/par-32-2.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213911-1168077521/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-213911-1168077521 -o ROOT/results/node10/solver-213911-1168077521 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213911-1168077521/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  89f67149918449318ae1436861450fd0

RANDOM SEED= 412831937

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.232
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.232
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:        838600 kB
Buffers:         46240 kB
Cached:         260264 kB
SwapCached:       2420 kB
Active:         897252 kB
Inactive:       230472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        838600 kB
SwapTotal:     4192956 kB
SwapFree:      4178332 kB
Dirty:            3928 kB
Writeback:           0 kB
Mapped:         840832 kB
Slab:            72772 kB
Committed_AS:  4383944 kB
PageTables:       3792 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= 66354 MiB



End job on node10 on Sat Jan  6 10:28:46 UTC 2007