Trace number 214054

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 1811.86

General information on the benchmark

NamepseudoSeries/par/
par-32-5.xml
MD5SUM853fd9c1db4150eb8cba125f7d53a091
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 constraints13360
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13360
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/214054-1168077585/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.63	     nbVariables=6352  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2
0.63	       =>  wckTime=0.31  cpuTime=0.23  mem=17M615
0.63	   
0.63	   predicates being loaded...
0.63	   
0.63	   constraints being loaded...
2.30	     nbConstraints=13360  nbSingletonDomainVariables=141  nbConvertedConstraints=6176  nbConvertConstraintsChecks=62
2.30	     nbExtensionStructures=5  nbSharedExtensionStructures=6171  nbConflictsStructures=15
2.30	     nbSharedConflictsStructures=13345  nbSharedBinaryRepresentations=13  nbEvaluationManagers=10
2.30	     nbSharedEvaluationManagers=7174  maxDegree=85  maxArity=3
2.30	       =>  wckTime=1.978  cpuTime=1.74  mem=49M358
2.44	   
2.45	   solver IterativeSystematicSolver being built... 
2.97	       =>  wckTime=2.653  cpuTime=2.17  mem=41M841
3.07	   
3.07	   preprocessing
3.07	     nbConstraintChecks=5561  nbValidityChecks=1007  nbPropagations=7665  nbRevisions=6269  nbUselessRevisions=4828
3.07	     nbRemovedValues=1441  detectedInconsistency=no
3.07	       =>  wckTime=0.083  cpuTime=0.06  mem=41M841
3.60	   
3.60	   search
3.60	     run=0  nbConstraintChecks=50065  nbValidityChecks=18219  nbPropagations=23743  nbRevisions=59540
3.60	     nbUselessRevisions=42014  nbAssignments=74  nbFailedAssignments=4  nbBacktracks=14  nbVisitedNodes=83
3.60	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
3.60	       =>  wckTime=0.615  cpuTime=0.56  mem=42M875
4.08	   
4.08	   search
4.08	     run=1  nbConstraintChecks=96511  nbValidityChecks=41462  nbPropagations=63432  nbRevisions=172591
4.08	     nbUselessRevisions=121587  nbAssignments=148  nbFailedAssignments=8  nbBacktracks=30  nbVisitedNodes=165
4.08	     nbRestartNogoods=1  mapSize=14  nbInferences=0  nbTooLargeKeys=0
4.08	       =>  wckTime=1.094  cpuTime=1.03  mem=42M875
4.70	   
4.70	   search
4.70	     run=2  nbConstraintChecks=176357  nbValidityChecks=81524  nbPropagations=130253  nbRevisions=376578
4.70	     nbUselessRevisions=264935  nbAssignments=237  nbFailedAssignments=15  nbBacktracks=52  nbVisitedNodes=268
4.70	     nbRestartNogoods=2  mapSize=25  nbInferences=0  nbTooLargeKeys=0
4.70	       =>  wckTime=1.715  cpuTime=1.65  mem=42M875
5.45	   
5.45	   search
5.45	     run=3  nbConstraintChecks=274963  nbValidityChecks=131174  nbPropagations=230612  nbRevisions=693245
5.45	     nbUselessRevisions=487382  nbAssignments=340  nbFailedAssignments=24  nbBacktracks=92  nbVisitedNodes=389
5.45	     nbRestartNogoods=5  mapSize=41  nbInferences=0  nbTooLargeKeys=0
5.45	       =>  wckTime=2.467  cpuTime=2.39  mem=42M875
6.40	   
6.40	   search
6.40	     run=4  nbConstraintChecks=419897  nbValidityChecks=203873  nbPropagations=379941  nbRevisions=1174374
6.40	     nbUselessRevisions=825245  nbAssignments=463  nbFailedAssignments=37  nbBacktracks=142  nbVisitedNodes=538
6.40	     nbRestartNogoods=7  mapSize=64  nbInferences=0  nbTooLargeKeys=0
6.40	       =>  wckTime=3.419  cpuTime=3.33  mem=42M875
7.61	   
7.61	   search
7.61	     run=5  nbConstraintChecks=621509  nbValidityChecks=306932  nbPropagations=597436  nbRevisions=1886312
7.61	     nbUselessRevisions=1325628  nbAssignments=612  nbFailedAssignments=56  nbBacktracks=218  nbVisitedNodes=725
7.62	     nbRestartNogoods=10  mapSize=100  nbInferences=0  nbTooLargeKeys=0
7.62	       =>  wckTime=4.633  cpuTime=4.53  mem=42M875
9.35	   
9.35	   search
9.35	     run=6  nbConstraintChecks=933142  nbValidityChecks=465218  nbPropagations=919965  nbRevisions=2952897
9.35	     nbUselessRevisions=2075427  nbAssignments=817  nbFailedAssignments=85  nbBacktracks=334  nbVisitedNodes=988
9.35	     nbRestartNogoods=12  mapSize=154  nbInferences=0  nbTooLargeKeys=0
9.35	       =>  wckTime=6.371  cpuTime=6.25  mem=42M875
11.41	   
11.41	   search
11.41	     run=7  nbConstraintChecks=1219220  nbValidityChecks=610496  nbPropagations=1339062  nbRevisions=4344727
11.41	     nbUselessRevisions=3053726  nbAssignments=1066  nbFailedAssignments=112  nbBacktracks=504  nbVisitedNodes=1291
11.41	     nbRestartNogoods=16  mapSize=206  nbInferences=0  nbTooLargeKeys=0
11.41	       =>  wckTime=8.427  cpuTime=8.29  mem=42M875
14.50	   
14.50	   search
14.50	     run=8  nbConstraintChecks=1654538  nbValidityChecks=831470  nbPropagations=1904705  nbRevisions=6230742
14.50	     nbUselessRevisions=4379376  nbAssignments=1431  nbFailedAssignments=153  nbBacktracks=761  nbVisitedNodes=1738
14.50	     nbRestartNogoods=18  mapSize=284  nbInferences=0  nbTooLargeKeys=0
14.50	       =>  wckTime=11.514  cpuTime=11.34  mem=43M877
18.84	   
18.84	   search
18.84	     run=9  nbConstraintChecks=2233541  nbValidityChecks=1125258  nbPropagations=2665479  nbRevisions=8774042
18.84	     nbUselessRevisions=6166779  nbAssignments=1942  nbFailedAssignments=209  nbBacktracks=1157  nbVisitedNodes=2360
18.84	     nbRestartNogoods=22  mapSize=393  nbInferences=0  nbTooLargeKeys=0
18.84	       =>  wckTime=15.853  cpuTime=15.62  mem=43M877
25.34	   
25.34	   search
25.34	     run=10  nbConstraintChecks=3133928  nbValidityChecks=1589535  nbPropagations=3729818  nbRevisions=12357541
25.34	     nbUselessRevisions=8690047  nbAssignments=2691  nbFailedAssignments=318  nbBacktracks=1742  nbVisitedNodes=3319
25.34	     nbRestartNogoods=24  mapSize=602  nbInferences=0  nbTooLargeKeys=0
25.34	       =>  wckTime=22.36  cpuTime=22.05  mem=44M878
34.73	   
34.73	   search
34.73	     run=11  nbConstraintChecks=4402808  nbValidityChecks=2236518  nbPropagations=5223834  nbRevisions=17395548
34.73	     nbUselessRevisions=12237178  nbAssignments=3775  nbFailedAssignments=463  nbBacktracks=2610  nbVisitedNodes=4676
34.73	     nbRestartNogoods=25  mapSize=870  nbInferences=0  nbTooLargeKeys=0
34.73	       =>  wckTime=31.747  cpuTime=31.35  mem=44M878
40.85	   
40.85	   INFO : Stopping hyperNogood (mapSize=1007, nbTooLargekeys=0, mem=45M880)
43.04	   
43.04	   search
43.04	     run=12  nbConstraintChecks=5627829  nbValidityChecks=2860486  nbPropagations=7133609  nbRevisions=23838116
43.04	     nbUselessRevisions=16771849  nbAssignments=5305  nbFailedAssignments=610  nbBacktracks=3923  nbVisitedNodes=6476
43.04	     nbRestartNogoods=30
43.04	       =>  wckTime=40.062  cpuTime=39.59  mem=45M880
48.35	   
48.35	   search
48.35	     run=13  nbConstraintChecks=6762555  nbValidityChecks=3445161  nbPropagations=9430387  nbRevisions=31601429
48.35	     nbUselessRevisions=22238483  nbAssignments=7520  nbFailedAssignments=794  nbBacktracks=5888  nbVisitedNodes=9029
48.35	     nbRestartNogoods=33
48.35	       =>  wckTime=45.371  cpuTime=44.85  mem=45M880
56.33	   
56.33	   search
56.33	     run=14  nbConstraintChecks=8608339  nbValidityChecks=4368157  nbPropagations=12357000  nbRevisions=41484035
56.33	     nbUselessRevisions=29189316  nbAssignments=10763  nbFailedAssignments=1051  nbBacktracks=8811  nbVisitedNodes=12764
56.33	     nbRestartNogoods=37
56.33	       =>  wckTime=53.347  cpuTime=52.76  mem=45M880
71.85	   
71.85	   search
71.85	     run=15  nbConstraintChecks=13446743  nbValidityChecks=6798496  nbPropagations=16946992  nbRevisions=56931703
71.85	     nbUselessRevisions=40009712  nbAssignments=15678  nbFailedAssignments=1485  nbBacktracks=13192
71.85	     nbVisitedNodes=18547  nbRestartNogoods=41
71.85	       =>  wckTime=68.869  cpuTime=68.13  mem=45M880
93.94	   
93.94	   search
93.94	     run=16  nbConstraintChecks=19726166  nbValidityChecks=10163481  nbPropagations=23693002  nbRevisions=79993282
93.94	     nbUselessRevisions=56242546  nbAssignments=22960  nbFailedAssignments=2119  nbBacktracks=19765
93.94	     nbVisitedNodes=27098  nbRestartNogoods=46
93.94	       =>  wckTime=90.962  cpuTime=89.94  mem=45M880
125.30	   
125.30	   search
125.30	     run=17  nbConstraintChecks=28448522  nbValidityChecks=14455008  nbPropagations=33375227  nbRevisions=112947067
125.30	     nbUselessRevisions=79378529  nbAssignments=33874  nbFailedAssignments=3100  nbBacktracks=29620
125.30	     nbVisitedNodes=39970  nbRestartNogoods=50
125.30	       =>  wckTime=122.316  cpuTime=120.94  mem=45M880
176.01	   
176.01	   search
176.01	     run=18  nbConstraintChecks=43177406  nbValidityChecks=22303144  nbPropagations=48090614  nbRevisions=163606470
176.01	     nbUselessRevisions=115101152  nbAssignments=50195  nbFailedAssignments=4529  nbBacktracks=44412
176.01	     nbVisitedNodes=59180  nbRestartNogoods=52
176.01	       =>  wckTime=173.033  cpuTime=171.11  mem=45M880
243.03	   
243.03	   search
243.03	     run=19  nbConstraintChecks=61100315  nbValidityChecks=31473761  nbPropagations=68982161  nbRevisions=235109685
243.03	     nbUselessRevisions=165394132  nbAssignments=74276  nbFailedAssignments=6343  nbBacktracks=66582
243.03	     nbVisitedNodes=86859  nbRestartNogoods=57
243.03	       =>  wckTime=240.053  cpuTime=237.53  mem=45M880
371.46	   
371.46	   search
371.46	     run=20  nbConstraintChecks=101586740  nbValidityChecks=53311947  nbPropagations=103501531  nbRevisions=354976831
371.46	     nbUselessRevisions=250098054  nbAssignments=112442  nbFailedAssignments=11193  nbBacktracks=99844
371.46	     nbVisitedNodes=134900  nbRestartNogoods=66
371.46	       =>  wckTime=368.478  cpuTime=364.79  mem=45M880
532.98	   
532.98	   search
532.98	     run=21  nbConstraintChecks=147423405  nbValidityChecks=77720967  nbPropagations=153539246  nbRevisions=529016582
532.98	     nbUselessRevisions=373239923  nbAssignments=167116  nbFailedAssignments=15923  nbBacktracks=149722
532.98	     nbVisitedNodes=199120  nbRestartNogoods=69
532.98	       =>  wckTime=529.998  cpuTime=524.84  mem=45M880
813.80	   
813.80	   search
813.80	     run=22  nbConstraintChecks=235554576  nbValidityChecks=126427036  nbPropagations=232760827  nbRevisions=808421880
813.80	     nbUselessRevisions=572076429  nbAssignments=252499  nbFailedAssignments=26418  nbBacktracks=224562
813.80	     nbVisitedNodes=306129  nbRestartNogoods=76
813.80	       =>  wckTime=810.82  cpuTime=803.12  mem=45M880
1248.35	   
1248.35	   search
1248.35	     run=23  nbConstraintChecks=361613481  nbValidityChecks=200761577  nbPropagations=353816990  nbRevisions=1247914669
1248.35	     nbUselessRevisions=888037318  nbAssignments=384277  nbFailedAssignments=45856  nbBacktracks=336796
1248.35	     nbVisitedNodes=476724  nbRestartNogoods=81
1248.35	       =>  wckTime=1245.364  cpuTime=1233.71  mem=45M880

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/node52/watcher-214054-1168077585 -o ROOT/results/node52/solver-214054-1168077585 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/214054-1168077585/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.94 2.01 1.83 4/80 28462
/proc/meminfo: memFree=1068752/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=18540 CPUtime=0
/proc/28461/stat : 28461 (runsolver) R 28459 28461 28148 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 156157026 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 273653755175 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/28461/statm: 4635 279 244 17 0 2626 0

[startup+0.107788 s]
/proc/loadavg: 1.94 2.01 1.83 4/80 28462
/proc/meminfo: memFree=1068752/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=914988 CPUtime=0.08
/proc/28461/stat : 28461 (java) R 28459 28461 28148 0 -1 0 2988 0 1 0 7 1 0 0 19 0 8 0 156157026 936947712 2734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28461/statm: 228747 2734 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515812 s]
/proc/loadavg: 1.94 2.01 1.83 4/80 28462
/proc/meminfo: memFree=1068752/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=915328 CPUtime=0.49
/proc/28461/stat : 28461 (java) R 28459 28461 28148 0 -1 0 6497 0 1 0 45 4 0 0 18 0 8 0 156157026 937295872 6236 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380209 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28461/statm: 228832 6236 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33688 s]
/proc/loadavg: 1.94 2.01 1.83 3/87 28469
/proc/meminfo: memFree=1006424/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=915644 CPUtime=1.3
/proc/28461/stat : 28461 (java) R 28459 28461 28148 0 -1 0 17996 0 1 0 117 13 0 0 24 0 8 0 156157026 937619456 17734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28461/statm: 228911 17734 2178 14 0 215381 0
[pid=28461/tid=28463] ppid=28459 vsize=915644 CPUtime=0.05
/proc/28461/task/28463/stat : 28463 (java) S 28459 28461 28148 0 -1 64 1384 0 0 0 5 0 0 0 17 0 8 0 156157030 937619456 17734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28464] ppid=28459 vsize=915644 CPUtime=0
/proc/28461/task/28464/stat : 28464 (java) S 28459 28461 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156157031 937619456 17734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28465] ppid=28459 vsize=915644 CPUtime=0
/proc/28461/task/28465/stat : 28465 (java) S 28459 28461 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156157031 937619456 17734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28466] ppid=28459 vsize=915644 CPUtime=0
/proc/28461/task/28466/stat : 28466 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156157034 937619456 17734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28467] ppid=28459 vsize=915644 CPUtime=0.16
/proc/28461/task/28467/stat : 28467 (java) S 28459 28461 28148 0 -1 64 421 0 0 0 16 0 0 0 15 0 8 0 156157034 937619456 17734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28468] ppid=28459 vsize=915644 CPUtime=0
/proc/28461/task/28468/stat : 28468 (java) S 28459 28461 28148 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156157034 937619456 17734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28469] ppid=28459 vsize=915644 CPUtime=0
/proc/28461/task/28469/stat : 28469 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156157034 937619456 17734 18446744073709551615 134512640 134570532 4294956480 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) 915644

[startup+2.98298 s]
/proc/loadavg: 1.94 2.01 1.83 3/87 28469
/proc/meminfo: memFree=1006168/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=915740 CPUtime=2.93
/proc/28461/stat : 28461 (java) R 28459 28461 28148 0 -1 0 21597 0 1 0 228 65 0 0 25 0 8 0 156157026 937717760 21332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072925707 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28461/statm: 228935 21332 2524 14 0 215405 0
[pid=28461/tid=28463] ppid=28459 vsize=915740 CPUtime=0.22
/proc/28461/task/28463/stat : 28463 (java) S 28459 28461 28148 0 -1 64 4527 0 0 0 21 1 0 0 16 0 8 0 156157030 937717760 21332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28464] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28464/stat : 28464 (java) S 28459 28461 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28465] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28465/stat : 28465 (java) S 28459 28461 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28466] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28466/stat : 28466 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156157034 937717760 21332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28467] ppid=28459 vsize=915740 CPUtime=0.26
/proc/28461/task/28467/stat : 28467 (java) S 28459 28461 28148 0 -1 64 475 0 0 0 25 1 0 0 15 0 8 0 156157034 937717760 21332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28468] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28468/stat : 28468 (java) S 28459 28461 28148 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156157034 937717760 21332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28469] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28469/stat : 28469 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156157034 937717760 21332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915740

[startup+6.1852 s]
/proc/loadavg: 2.03 2.02 1.84 3/87 28469
/proc/meminfo: memFree=992920/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=915740 CPUtime=6.1
/proc/28461/stat : 28461 (java) R 28459 28461 28148 0 -1 0 21637 0 1 0 544 66 0 0 25 0 8 0 156157026 937717760 21370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074129719 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28461/statm: 228935 21370 2529 14 0 215405 0
[pid=28461/tid=28463] ppid=28459 vsize=915740 CPUtime=0.22
/proc/28461/task/28463/stat : 28463 (java) S 28459 28461 28148 0 -1 64 4528 0 0 0 21 1 0 0 16 0 8 0 156157030 937717760 21370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28464] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28464/stat : 28464 (java) S 28459 28461 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28465] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28465/stat : 28465 (java) S 28459 28461 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28466] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28466/stat : 28466 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156157034 937717760 21370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28467] ppid=28459 vsize=915740 CPUtime=0.32
/proc/28461/task/28467/stat : 28467 (java) S 28459 28461 28148 0 -1 64 504 0 0 0 31 1 0 0 16 0 8 0 156157034 937717760 21370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28468] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28468/stat : 28468 (java) S 28459 28461 28148 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156157034 937717760 21370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28469] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28469/stat : 28469 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156157034 937717760 21370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 915740

[startup+12.6636 s]
/proc/loadavg: 2.02 2.02 1.84 3/87 28469
/proc/meminfo: memFree=992920/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=915740 CPUtime=12.53
/proc/28461/stat : 28461 (java) R 28459 28461 28148 0 -1 0 21641 0 1 0 1187 66 0 0 25 0 8 0 156157026 937717760 21373 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074169572 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28461/statm: 228935 21373 2529 14 0 215405 0
[pid=28461/tid=28463] ppid=28459 vsize=915740 CPUtime=0.22
/proc/28461/task/28463/stat : 28463 (java) S 28459 28461 28148 0 -1 64 4528 0 0 0 21 1 0 0 16 0 8 0 156157030 937717760 21373 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28464] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28464/stat : 28464 (java) S 28459 28461 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21373 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28465] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28465/stat : 28465 (java) S 28459 28461 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21373 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28466] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28466/stat : 28466 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156157034 937717760 21373 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28467] ppid=28459 vsize=915740 CPUtime=0.33
/proc/28461/task/28467/stat : 28467 (java) S 28459 28461 28148 0 -1 64 507 0 0 0 32 1 0 0 15 0 8 0 156157034 937717760 21373 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28468] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28468/stat : 28468 (java) S 28459 28461 28148 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156157034 937717760 21373 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28469] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28469/stat : 28469 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156157034 937717760 21373 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 915740

[startup+25.5205 s]
/proc/loadavg: 2.02 2.02 1.84 3/87 28469
/proc/meminfo: memFree=992984/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=915740 CPUtime=25.26
/proc/28461/stat : 28461 (java) R 28459 28461 28148 0 -1 0 21661 0 1 0 2460 66 0 0 25 0 8 0 156157026 937717760 21387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074080218 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28461/statm: 228935 21387 2529 14 0 215405 0
[pid=28461/tid=28463] ppid=28459 vsize=915740 CPUtime=0.22
/proc/28461/task/28463/stat : 28463 (java) S 28459 28461 28148 0 -1 64 4528 0 0 0 21 1 0 0 16 0 8 0 156157030 937717760 21387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28464] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28464/stat : 28464 (java) S 28459 28461 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28465] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28465/stat : 28465 (java) S 28459 28461 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28466] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28466/stat : 28466 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156157034 937717760 21387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28467] ppid=28459 vsize=915740 CPUtime=0.36
/proc/28461/task/28467/stat : 28467 (java) S 28459 28461 28148 0 -1 64 522 0 0 0 35 1 0 0 16 0 8 0 156157034 937717760 21387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28468] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28468/stat : 28468 (java) S 28459 28461 28148 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156157034 937717760 21387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28469] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28469/stat : 28469 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156157034 937717760 21387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 915740

[startup+51.1503 s]
/proc/loadavg: 2.01 2.02 1.84 3/87 28469
/proc/meminfo: memFree=993048/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=915740 CPUtime=50.65
/proc/28461/stat : 28461 (java) R 28459 28461 28148 0 -1 0 21664 0 1 0 4999 66 0 0 25 0 8 0 156157026 937717760 21387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074129719 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28461/statm: 228935 21387 2529 14 0 215405 0
[pid=28461/tid=28463] ppid=28459 vsize=915740 CPUtime=0.22
/proc/28461/task/28463/stat : 28463 (java) S 28459 28461 28148 0 -1 64 4528 0 0 0 21 1 0 0 16 0 8 0 156157030 937717760 21387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28464] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28464/stat : 28464 (java) S 28459 28461 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28465] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28465/stat : 28465 (java) S 28459 28461 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28466] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28466/stat : 28466 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156157034 937717760 21387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28467] ppid=28459 vsize=915740 CPUtime=0.36
/proc/28461/task/28467/stat : 28467 (java) S 28459 28461 28148 0 -1 64 522 0 0 0 35 1 0 0 16 0 8 0 156157034 937717760 21387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28468] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28468/stat : 28468 (java) S 28459 28461 28148 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156157034 937717760 21387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28469] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28469/stat : 28469 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156157034 937717760 21387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 915740

[startup+102.408 s]
/proc/loadavg: 2.00 2.01 1.85 3/93 28577
/proc/meminfo: memFree=991776/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=915740 CPUtime=101.32
/proc/28461/stat : 28461 (java) R 28459 28461 28148 0 -1 0 21666 0 1 0 10066 66 0 0 25 0 8 0 156157026 937717760 21388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074063848 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28461/statm: 228935 21388 2529 14 0 215405 0
[pid=28461/tid=28463] ppid=28459 vsize=915740 CPUtime=0.22
/proc/28461/task/28463/stat : 28463 (java) S 28459 28461 28148 0 -1 64 4528 0 0 0 21 1 0 0 16 0 8 0 156157030 937717760 21388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28464] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28464/stat : 28464 (java) S 28459 28461 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28465] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28465/stat : 28465 (java) S 28459 28461 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28466] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28466/stat : 28466 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156157034 937717760 21388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28467] ppid=28459 vsize=915740 CPUtime=0.37
/proc/28461/task/28467/stat : 28467 (java) S 28459 28461 28148 0 -1 64 523 0 0 0 36 1 0 0 17 0 8 0 156157034 937717760 21388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28468] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28468/stat : 28468 (java) S 28459 28461 28148 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156157034 937717760 21388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28469] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28469/stat : 28469 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156157034 937717760 21388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 915740

[startup+162.427 s]
/proc/loadavg: 2.00 2.01 1.85 3/93 28643
/proc/meminfo: memFree=991776/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=915740 CPUtime=160.72
/proc/28461/stat : 28461 (java) R 28459 28461 28148 0 -1 0 21666 0 1 0 16006 66 0 0 25 0 8 0 156157026 937717760 21388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480075 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1482.64 s]
/proc/loadavg: 1.03 1.50 1.73 2/72 28797
/proc/meminfo: memFree=1405400/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=915740 CPUtime=1470.96
/proc/28461/stat : 28461 (java) R 28459 28461 28148 0 -1 0 21668 0 1 0 147025 71 0 0 25 0 8 0 156157026 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074133179 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28461/statm: 228935 21389 2529 14 0 215405 0
[pid=28461/tid=28463] ppid=28459 vsize=915740 CPUtime=0.22
/proc/28461/task/28463/stat : 28463 (java) S 28459 28461 28148 0 -1 64 4528 0 0 0 21 1 0 0 16 0 8 0 156157030 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28464] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28464/stat : 28464 (java) S 28459 28461 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28465] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28465/stat : 28465 (java) S 28459 28461 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28466] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28466/stat : 28466 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28467] ppid=28459 vsize=915740 CPUtime=0.37
/proc/28461/task/28467/stat : 28467 (java) S 28459 28461 28148 0 -1 64 524 0 0 0 36 1 0 0 16 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28468] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28468/stat : 28468 (java) S 28459 28461 28148 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28469] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28469/stat : 28469 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.96
Current children cumulated vsize (KiB) 915740

[startup+1542.65 s]
/proc/loadavg: 1.04 1.42 1.69 2/72 28797
/proc/meminfo: memFree=1405464/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=915740 CPUtime=1530.95
/proc/28461/stat : 28461 (java) R 28459 28461 28148 0 -1 0 21668 0 1 0 153024 71 0 0 25 0 8 0 156157026 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074137234 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28461/statm: 228935 21389 2529 14 0 215405 0
[pid=28461/tid=28463] ppid=28459 vsize=915740 CPUtime=0.22
/proc/28461/task/28463/stat : 28463 (java) S 28459 28461 28148 0 -1 64 4528 0 0 0 21 1 0 0 16 0 8 0 156157030 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28464] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28464/stat : 28464 (java) S 28459 28461 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28465] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28465/stat : 28465 (java) S 28459 28461 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28466] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28466/stat : 28466 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28467] ppid=28459 vsize=915740 CPUtime=0.37
/proc/28461/task/28467/stat : 28467 (java) S 28459 28461 28148 0 -1 64 524 0 0 0 36 1 0 0 16 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28468] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28468/stat : 28468 (java) S 28459 28461 28148 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28469] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28469/stat : 28469 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.95
Current children cumulated vsize (KiB) 915740

[startup+1602.66 s]
/proc/loadavg: 1.01 1.34 1.64 2/72 28797
/proc/meminfo: memFree=1405400/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=915740 CPUtime=1590.94
/proc/28461/stat : 28461 (java) R 28459 28461 28148 0 -1 0 21668 0 1 0 159023 71 0 0 25 0 8 0 156157026 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074133092 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28461/statm: 228935 21389 2529 14 0 215405 0
[pid=28461/tid=28463] ppid=28459 vsize=915740 CPUtime=0.22
/proc/28461/task/28463/stat : 28463 (java) S 28459 28461 28148 0 -1 64 4528 0 0 0 21 1 0 0 16 0 8 0 156157030 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28464] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28464/stat : 28464 (java) S 28459 28461 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28465] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28465/stat : 28465 (java) S 28459 28461 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28466] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28466/stat : 28466 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28467] ppid=28459 vsize=915740 CPUtime=0.37
/proc/28461/task/28467/stat : 28467 (java) S 28459 28461 28148 0 -1 64 524 0 0 0 36 1 0 0 16 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28468] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28468/stat : 28468 (java) S 28459 28461 28148 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28469] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28469/stat : 28469 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.94
Current children cumulated vsize (KiB) 915740

[startup+1662.67 s]
/proc/loadavg: 1.00 1.28 1.60 2/72 28797
/proc/meminfo: memFree=1405400/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=915740 CPUtime=1650.94
/proc/28461/stat : 28461 (java) R 28459 28461 28148 0 -1 0 21668 0 1 0 165023 71 0 0 25 0 8 0 156157026 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074137873 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28461/statm: 228935 21389 2529 14 0 215405 0
[pid=28461/tid=28463] ppid=28459 vsize=915740 CPUtime=0.22
/proc/28461/task/28463/stat : 28463 (java) S 28459 28461 28148 0 -1 64 4528 0 0 0 21 1 0 0 16 0 8 0 156157030 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28464] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28464/stat : 28464 (java) S 28459 28461 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28465] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28465/stat : 28465 (java) S 28459 28461 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28466] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28466/stat : 28466 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28467] ppid=28459 vsize=915740 CPUtime=0.37
/proc/28461/task/28467/stat : 28467 (java) S 28459 28461 28148 0 -1 64 524 0 0 0 36 1 0 0 16 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28468] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28468/stat : 28468 (java) S 28459 28461 28148 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28469] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28469/stat : 28469 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.94
Current children cumulated vsize (KiB) 915740

[startup+1722.68 s]
/proc/loadavg: 1.00 1.23 1.56 2/72 28797
/proc/meminfo: memFree=1405336/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=915740 CPUtime=1710.93
/proc/28461/stat : 28461 (java) R 28459 28461 28148 0 -1 0 21668 0 1 0 171022 71 0 0 25 0 8 0 156157026 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074108265 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28461/statm: 228935 21389 2529 14 0 215405 0
[pid=28461/tid=28463] ppid=28459 vsize=915740 CPUtime=0.22
/proc/28461/task/28463/stat : 28463 (java) S 28459 28461 28148 0 -1 64 4528 0 0 0 21 1 0 0 16 0 8 0 156157030 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28464] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28464/stat : 28464 (java) S 28459 28461 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28465] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28465/stat : 28465 (java) S 28459 28461 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28466] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28466/stat : 28466 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28467] ppid=28459 vsize=915740 CPUtime=0.37
/proc/28461/task/28467/stat : 28467 (java) S 28459 28461 28148 0 -1 64 524 0 0 0 36 1 0 0 16 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28468] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28468/stat : 28468 (java) S 28459 28461 28148 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28469] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28469/stat : 28469 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.93
Current children cumulated vsize (KiB) 915740

[startup+1782.69 s]
/proc/loadavg: 1.00 1.18 1.52 2/72 28797
/proc/meminfo: memFree=1405400/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=915740 CPUtime=1770.93
/proc/28461/stat : 28461 (java) R 28459 28461 28148 0 -1 0 21668 0 1 0 177022 71 0 0 25 0 8 0 156157026 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074079126 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28461/statm: 228935 21389 2529 14 0 215405 0
[pid=28461/tid=28463] ppid=28459 vsize=915740 CPUtime=0.22
/proc/28461/task/28463/stat : 28463 (java) S 28459 28461 28148 0 -1 64 4528 0 0 0 21 1 0 0 16 0 8 0 156157030 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28464] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28464/stat : 28464 (java) S 28459 28461 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28465] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28465/stat : 28465 (java) S 28459 28461 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28466] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28466/stat : 28466 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28467] ppid=28459 vsize=915740 CPUtime=0.37
/proc/28461/task/28467/stat : 28467 (java) S 28459 28461 28148 0 -1 64 524 0 0 0 36 1 0 0 16 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28468] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28468/stat : 28468 (java) S 28459 28461 28148 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28469] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28469/stat : 28469 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.93
Current children cumulated vsize (KiB) 915740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.78 s]
/proc/loadavg: 1.00 1.16 1.50 2/72 28797
/proc/meminfo: memFree=1405400/2055920 swapFree=4192812/4192956
[pid=28461] ppid=28459 vsize=915740 CPUtime=1800.02
/proc/28461/stat : 28461 (java) R 28459 28461 28148 0 -1 0 21668 0 1 0 179931 71 0 0 25 0 8 0 156157026 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480075 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28461/statm: 228935 21389 2529 14 0 215405 0
[pid=28461/tid=28463] ppid=28459 vsize=915740 CPUtime=0.22
/proc/28461/task/28463/stat : 28463 (java) S 28459 28461 28148 0 -1 64 4528 0 0 0 21 1 0 0 16 0 8 0 156157030 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28464] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28464/stat : 28464 (java) S 28459 28461 28148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28465] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28465/stat : 28465 (java) S 28459 28461 28148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156157031 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28466] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28466/stat : 28466 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28467] ppid=28459 vsize=915740 CPUtime=0.37
/proc/28461/task/28467/stat : 28467 (java) S 28459 28461 28148 0 -1 64 524 0 0 0 36 1 0 0 16 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28468] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28468/stat : 28468 (java) S 28459 28461 28148 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28461/tid=28469] ppid=28459 vsize=915740 CPUtime=0
/proc/28461/task/28469/stat : 28469 (java) S 28459 28461 28148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156157034 937717760 21389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915740

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

Child status: 143
Real time (s): 1811.86
CPU time (s): 1800.1
CPU user time (s): 1799.37
CPU system time (s): 0.730888
CPU usage (%): 99.3513
Max. virtual memory (cumulated for all children) (KiB): 915772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 0.730888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21684
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= 38356
involuntary context switches= 56004

runsolver used 2.19667 s user time and 5.36018 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Sat Jan  6 09:59:45 UTC 2007


IDJOB= 214054
IDBENCH= 4895
FILE ID= node52/214054-1168077585

PBS_JOBID= 3476048

Free space on /tmp= 66545 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  853fd9c1db4150eb8cba125f7d53a091

RANDOM SEED= 329762162

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:       1069232 kB
Buffers:         37012 kB
Cached:         450208 kB
SwapCached:          0 kB
Active:         465628 kB
Inactive:       443444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1069232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3628 kB
Writeback:           0 kB
Mapped:         442084 kB
Slab:            62124 kB
Committed_AS:  3954880 kB
PageTables:       2696 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= 66550 MiB



End job on node52 on Sat Jan  6 10:29:57 UTC 2007