Trace number 195871

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.06 1807.91

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-24_ext.xml
MD5SUM8a6c35ac29af9ac1f4913548b5e28443
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.69	   
0.69	Abscon 109 (November, 2006)
0.69	   
0.69	   configuration
0.69	     name=mac.xml
0.73	   
0.73	   instance
0.73	     name=/tmp/evaluation/195871-1168070082/unknown.xml
0.76	   
0.76	   domains being loaded...
0.76	   
0.76	   variables being loaded...
0.80	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.80	       =>  wckTime=0.1  cpuTime=0.09  mem=6M951
0.80	   
0.80	   relations being loaded...
1.34	   
1.34	   constraints being loaded...
1.66	     nbConstraints=72  nbRelationTypes=72  nbExtensionStructures=72  nbSharedExtensionStructures=0
1.66	     nbConflictsStructures=72  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
1.66	       =>  wckTime=0.96  cpuTime=0.84  mem=44M6
1.78	   
1.78	   solver IterativeSystematicSolver being built... 
1.95	       =>  wckTime=1.252  cpuTime=0.97  mem=33M43
1.95	   
1.95	   preprocessing
1.95	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.95	     detectedInconsistency=no
1.95	       =>  wckTime=0.0030  cpuTime=0.0  mem=33M43
2.07	   
2.07	   search
2.07	     run=0  nbConstraintChecks=32457  nbValidityChecks=60518  nbPropagations=436  nbRevisions=4513
2.07	     nbUselessRevisions=3619  nbAssignments=33  nbFailedAssignments=15  nbBacktracks=11  nbVisitedNodes=58
2.07	     nbRestartNogoods=0  mapSize=11  nbInferences=0  nbTooLargeKeys=0
2.07	       =>  wckTime=0.12  cpuTime=0.08  mem=34M83
2.14	   
2.14	   search
2.14	     run=1  nbConstraintChecks=71409  nbValidityChecks=136774  nbPropagations=1355  nbRevisions=14264
2.14	     nbUselessRevisions=11377  nbAssignments=74  nbFailedAssignments=31  nbBacktracks=29  nbVisitedNodes=129
2.14	     nbRestartNogoods=3  mapSize=28  nbInferences=0  nbTooLargeKeys=0
2.14	       =>  wckTime=0.191  cpuTime=0.15  mem=34M83
2.25	   
2.25	   search
2.25	     run=2  nbConstraintChecks=134852  nbValidityChecks=261732  nbPropagations=3004  nbRevisions=32454
2.25	     nbUselessRevisions=25786  nbAssignments=134  nbFailedAssignments=61  nbBacktracks=51  nbVisitedNodes=235
2.25	     nbRestartNogoods=8  mapSize=50  nbInferences=0  nbTooLargeKeys=0
2.25	       =>  wckTime=0.298  cpuTime=0.24  mem=34M83
2.39	   
2.39	   search
2.39	     run=3  nbConstraintChecks=228977  nbValidityChecks=445187  nbPropagations=5831  nbRevisions=64211
2.39	     nbUselessRevisions=50706  nbAssignments=232  nbFailedAssignments=120  nbBacktracks=84  nbVisitedNodes=415
2.39	     nbRestartNogoods=11  mapSize=82  nbInferences=0  nbTooLargeKeys=0
2.39	       =>  wckTime=0.438  cpuTime=0.38  mem=34M83
2.62	   
2.62	   search
2.62	     run=4  nbConstraintChecks=381875  nbValidityChecks=786536  nbPropagations=10945  nbRevisions=120337
2.62	     nbUselessRevisions=94351  nbAssignments=450  nbFailedAssignments=282  nbBacktracks=134  nbVisitedNodes=832
2.62	     nbRestartNogoods=17  mapSize=130  nbInferences=0  nbTooLargeKeys=0
2.62	       =>  wckTime=0.666  cpuTime=0.61  mem=34M83
2.98	   
2.98	   search
2.98	     run=5  nbConstraintChecks=631116  nbValidityChecks=1273535  nbPropagations=18987  nbRevisions=213401
2.98	     nbUselessRevisions=167160  nbAssignments=687  nbFailedAssignments=435  nbBacktracks=211  nbVisitedNodes=1276
2.98	     nbRestartNogoods=21  mapSize=200  nbInferences=0  nbTooLargeKeys=0
2.98	       =>  wckTime=1.027  cpuTime=0.96  mem=34M83
3.31	   
3.31	   search
3.31	     run=6  nbConstraintChecks=865293  nbValidityChecks=1740161  nbPropagations=29705  nbRevisions=336940
3.31	     nbUselessRevisions=264048  nbAssignments=938  nbFailedAssignments=567  nbBacktracks=324  nbVisitedNodes=1727
3.31	     nbRestartNogoods=23  mapSize=290  nbInferences=0  nbTooLargeKeys=0
3.31	       =>  wckTime=1.357  cpuTime=1.29  mem=34M83
3.85	   
3.85	   search
3.85	     run=7  nbConstraintChecks=1254609  nbValidityChecks=2482628  nbPropagations=44567  nbRevisions=508680
3.85	     nbUselessRevisions=398538  nbAssignments=1302  nbFailedAssignments=751  nbBacktracks=494  nbVisitedNodes=2372
3.85	     nbRestartNogoods=31  mapSize=430  nbInferences=0  nbTooLargeKeys=0
3.85	       =>  wckTime=1.897  cpuTime=1.82  mem=34M83
4.56	   
4.56	   search
4.56	     run=8  nbConstraintChecks=1755215  nbValidityChecks=3502439  nbPropagations=65907  nbRevisions=756464
4.56	     nbUselessRevisions=593060  nbAssignments=1890  nbFailedAssignments=1074  nbBacktracks=751  nbVisitedNodes=3453
4.56	     nbRestartNogoods=38  mapSize=666  nbInferences=0  nbTooLargeKeys=0
4.56	       =>  wckTime=2.606  cpuTime=2.53  mem=34M83
5.78	   
5.78	   search
5.78	     run=9  nbConstraintChecks=2659465  nbValidityChecks=5257251  nbPropagations=97595  nbRevisions=1125807
5.78	     nbUselessRevisions=883140  nbAssignments=2742  nbFailedAssignments=1533  nbBacktracks=1136  nbVisitedNodes=5004
5.78	     nbRestartNogoods=45  mapSize=1001  nbInferences=0  nbTooLargeKeys=0
5.78	       =>  wckTime=3.825  cpuTime=3.73  mem=34M83
5.87	   
5.87	   INFO : Stopping hyperNogood (mapSize=1014, nbTooLargekeys=0, mem=34M83)
7.75	   
7.75	   search
7.75	     run=10  nbConstraintChecks=4038710  nbValidityChecks=8123917  nbPropagations=149187  nbRevisions=1709179
7.75	     nbUselessRevisions=1337533  nbAssignments=4246  nbFailedAssignments=2454  nbBacktracks=1713  nbVisitedNodes=7830
7.75	     nbRestartNogoods=55
7.75	       =>  wckTime=5.801  cpuTime=5.7  mem=34M83
10.86	   
10.86	   search
10.86	     run=11  nbConstraintChecks=6280059  nbValidityChecks=12945788  nbPropagations=232600  nbRevisions=2630207
10.86	     nbUselessRevisions=2052540  nbAssignments=6843  nbFailedAssignments=4180  nbBacktracks=2577  nbVisitedNodes=12815
10.86	     nbRestartNogoods=60
10.86	       =>  wckTime=8.914  cpuTime=8.81  mem=34M83
14.85	   
14.85	   search
14.85	     run=12  nbConstraintChecks=9262222  nbValidityChecks=18663188  nbPropagations=348917  nbRevisions=3938675
14.85	     nbUselessRevisions=3070258  nbAssignments=9624  nbFailedAssignments=5655  nbBacktracks=3874  nbVisitedNodes=17882
14.85	     nbRestartNogoods=74
14.85	       =>  wckTime=12.904  cpuTime=12.8  mem=34M83
21.44	   
21.44	   search
21.44	     run=13  nbConstraintChecks=13969070  nbValidityChecks=28414644  nbPropagations=526319  nbRevisions=5919325
21.44	     nbUselessRevisions=4610132  nbAssignments=14893  nbFailedAssignments=8970  nbBacktracks=5820  nbVisitedNodes=27703
21.44	     nbRestartNogoods=88
21.44	       =>  wckTime=19.491  cpuTime=19.38  mem=34M83
31.77	   
31.77	   search
31.77	     run=14  nbConstraintChecks=21310677  nbValidityChecks=43383194  nbPropagations=801785  nbRevisions=8975182
31.77	     nbUselessRevisions=6981942  nbAssignments=22093  nbFailedAssignments=13243  nbBacktracks=8739  nbVisitedNodes=41172
31.77	     nbRestartNogoods=115
31.77	       =>  wckTime=29.816  cpuTime=29.7  mem=34M83
48.67	   
48.67	   search
48.67	     run=15  nbConstraintChecks=33507152  nbValidityChecks=67762297  nbPropagations=1229807  nbRevisions=13685711
48.67	     nbUselessRevisions=10628527  nbAssignments=33363  nbFailedAssignments=20129  nbBacktracks=13118
48.67	     nbVisitedNodes=62332  nbRestartNogoods=126
48.67	       =>  wckTime=46.723  cpuTime=46.6  mem=34M83
76.14	   
76.14	   search
76.14	     run=16  nbConstraintChecks=53636856  nbValidityChecks=109871831  nbPropagations=1928500  nbRevisions=21337400
76.14	     nbUselessRevisions=16540059  nbAssignments=54409  nbFailedAssignments=34600  nbBacktracks=19686
76.14	     nbVisitedNodes=102841  nbRestartNogoods=137
76.14	       =>  wckTime=74.191  cpuTime=74.07  mem=34M83
107.23	   
107.23	   search
107.23	     run=17  nbConstraintChecks=77250677  nbValidityChecks=155137182  nbPropagations=2892956  nbRevisions=32154163
107.23	     nbUselessRevisions=24927163  nbAssignments=76211  nbFailedAssignments=46544  nbBacktracks=29538
107.23	     nbVisitedNodes=142887  nbRestartNogoods=153
107.23	       =>  wckTime=105.283  cpuTime=105.15  mem=34M83
154.25	   
154.25	   search
154.25	     run=18  nbConstraintChecks=112834176  nbValidityChecks=223940773  nbPropagations=4256447  nbRevisions=47676842
154.25	     nbUselessRevisions=36991512  nbAssignments=108910  nbFailedAssignments=64456  nbBacktracks=44317
154.25	     nbVisitedNodes=202922  nbRestartNogoods=158
154.25	       =>  wckTime=152.304  cpuTime=152.16  mem=34M83
235.88	   
235.88	   search
235.88	     run=19  nbConstraintChecks=170925514  nbValidityChecks=341523977  nbPropagations=6399361  nbRevisions=71605486
235.88	     nbUselessRevisions=55524687  nbAssignments=165593  nbFailedAssignments=98963  nbBacktracks=66485
235.88	     nbVisitedNodes=309923  nbRestartNogoods=173
235.88	       =>  wckTime=233.93  cpuTime=233.77  mem=34M83
342.32	   
342.32	   search
342.32	     run=20  nbConstraintChecks=248173730  nbValidityChecks=500940151  nbPropagations=9605660  nbRevisions=107249805
342.32	     nbUselessRevisions=83133744  nbAssignments=247273  nbFailedAssignments=147384  nbBacktracks=99738
342.32	     nbVisitedNodes=462161  nbRestartNogoods=196
342.32	       =>  wckTime=340.366  cpuTime=339.77  mem=34M83
524.67	   
524.67	   search
524.67	     run=21  nbConstraintChecks=379370639  nbValidityChecks=771853364  nbPropagations=14485697  nbRevisions=161756623
524.67	     nbUselessRevisions=125377279  nbAssignments=378120  nbFailedAssignments=228345  nbBacktracks=149617
524.67	     nbVisitedNodes=709008  nbRestartNogoods=210
524.67	       =>  wckTime=522.72  cpuTime=521.05  mem=34M83
790.07	   
790.07	   search
790.07	     run=22  nbConstraintChecks=573211401  nbValidityChecks=1153627839  nbPropagations=21631554  nbRevisions=242235009
790.07	     nbUselessRevisions=187888889  nbAssignments=557115  nbFailedAssignments=332513  nbBacktracks=224439
790.07	     nbVisitedNodes=1042082  nbRestartNogoods=244
790.07	       =>  wckTime=788.122  cpuTime=785.23  mem=34M83
1161.60	   
1161.60	   search
1161.60	     run=23  nbConstraintChecks=851849395  nbValidityChecks=1695312486  nbPropagations=31906062  nbRevisions=359830837
1161.60	     nbUselessRevisions=279379807  nbAssignments=813570  nbFailedAssignments=476733  nbBacktracks=336666
1161.60	     nbVisitedNodes=1514226  nbRestartNogoods=257
1161.60	       =>  wckTime=1159.646  cpuTime=1155.03  mem=34M83
1761.53	   
1761.53	   search
1761.53	     run=24  nbConstraintChecks=1282593777  nbValidityChecks=2592047188  nbPropagations=48059547  nbRevisions=541085393
1761.53	     nbUselessRevisions=420096844  nbAssignments=1256960  nbFailedAssignments=751772  nbBacktracks=505009
1761.53	     nbVisitedNodes=2354787  nbRestartNogoods=271
1761.53	       =>  wckTime=1759.579  cpuTime=1752.18  mem=34M83

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/node29/watcher-195871-1168070082 -o ROOT/results/node29/solver-195871-1168070082 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195871-1168070082/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: 0.92 1.00 1.24 7/86 16269
/proc/meminfo: memFree=1721664/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=1784 CPUtime=0
/proc/16265/stat : 16265 (java) D 16263 16265 16159 0 -1 0 149 0 0 0 0 0 0 0 18 0 1 0 155402355 1826816 121 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4596192 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/16265/statm: 446 121 89 14 0 91 0

[startup+0.105959 s]
/proc/loadavg: 0.92 1.00 1.24 7/86 16269
/proc/meminfo: memFree=1721664/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=1784 CPUtime=0
/proc/16265/stat : 16265 (java) D 16263 16265 16159 0 -1 0 370 0 2 0 0 0 0 0 18 0 1 0 155402355 1826816 161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 5191296 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/16265/statm: 446 161 126 14 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1784

[startup+0.514062 s]
/proc/loadavg: 0.92 1.00 1.24 7/86 16269
/proc/meminfo: memFree=1721664/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=914988 CPUtime=0.18
/proc/16265/stat : 16265 (java) R 16263 16265 16159 0 -1 0 3372 0 40 0 11 7 0 0 21 0 8 0 155402355 936947712 3157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4160642497 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16265/statm: 228747 3157 1585 14 0 215242 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 914988

[startup+1.34087 s]
/proc/loadavg: 1.01 1.01 1.24 4/100 16283
/proc/meminfo: memFree=1620304/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=916352 CPUtime=1
/proc/16265/stat : 16265 (java) R 16263 16265 16159 0 -1 0 16095 0 41 0 84 16 0 0 17 0 8 0 155402355 938344448 15873 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073562222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16265/statm: 229088 15874 2138 14 0 215558 0
[pid=16265/tid=16270] ppid=16263 vsize=916352 CPUtime=0
/proc/16265/task/16270/stat : 16270 (java) S 16263 16265 16159 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 155402385 938344448 15874 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16272] ppid=16263 vsize=916352 CPUtime=0
/proc/16265/task/16272/stat : 16272 (java) S 16263 16265 16159 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 155402386 938344448 15875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16274] ppid=16263 vsize=916352 CPUtime=0
/proc/16265/task/16274/stat : 16274 (java) S 16263 16265 16159 0 -1 64 4 0 0 0 0 0 0 0 19 0 8 0 155402386 938344448 15876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16280] ppid=16263 vsize=916352 CPUtime=0
/proc/16265/task/16280/stat : 16280 (java) S 16263 16265 16159 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 155402392 938344448 15876 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16281] ppid=16263 vsize=916352 CPUtime=0.08
/proc/16265/task/16281/stat : 16281 (java) S 16263 16265 16159 0 -1 64 307 0 0 0 8 0 0 0 16 0 8 0 155402392 938344448 15877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16282] ppid=16263 vsize=916352 CPUtime=0
/proc/16265/task/16282/stat : 16282 (java) S 16263 16265 16159 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155402392 938344448 15878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16283] ppid=16263 vsize=916352 CPUtime=0
/proc/16265/task/16283/stat : 16283 (java) S 16263 16265 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155402392 938344448 15879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 916352

[startup+2.98198 s]
/proc/loadavg: 1.01 1.01 1.24 4/100 16283
/proc/meminfo: memFree=1534992/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=916444 CPUtime=2.63
/proc/16265/stat : 16265 (java) R 16263 16265 16159 0 -1 0 23142 0 42 0 244 19 0 0 25 0 8 0 155402355 938438656 22918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16265/statm: 229111 22918 2521 14 0 215581 0
[pid=16265/tid=16270] ppid=16263 vsize=916444 CPUtime=0.16
/proc/16265/task/16270/stat : 16270 (java) S 16263 16265 16159 0 -1 64 6218 0 0 0 15 1 0 0 16 0 8 0 155402385 938438656 22918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16272] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16272/stat : 16272 (java) S 16263 16265 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155402386 938438656 22918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16274] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16274/stat : 16274 (java) S 16263 16265 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155402386 938438656 22918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16280] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16280/stat : 16280 (java) S 16263 16265 16159 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 155402392 938438656 22918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16281] ppid=16263 vsize=916444 CPUtime=0.2
/proc/16265/task/16281/stat : 16281 (java) R 16263 16265 16159 0 -1 64 371 0 0 0 19 1 0 0 15 0 8 0 155402392 938438656 22918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16282] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16282/stat : 16282 (java) S 16263 16265 16159 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155402392 938438656 22918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16283] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16283/stat : 16283 (java) S 16263 16265 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155402392 938438656 22918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 916444

[startup+6.18618 s]
/proc/loadavg: 1.09 1.03 1.24 3/100 16283
/proc/meminfo: memFree=1534864/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=916444 CPUtime=5.84
/proc/16265/stat : 16265 (java) R 16263 16265 16159 0 -1 0 23159 0 42 0 564 20 0 0 25 0 8 0 155402355 938438656 22932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073624819 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16265/statm: 229111 22932 2521 14 0 215581 0
[pid=16265/tid=16270] ppid=16263 vsize=916444 CPUtime=0.16
/proc/16265/task/16270/stat : 16270 (java) S 16263 16265 16159 0 -1 64 6218 0 0 0 15 1 0 0 17 0 8 0 155402385 938438656 22932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16272] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16272/stat : 16272 (java) S 16263 16265 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155402386 938438656 22932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16274] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16274/stat : 16274 (java) S 16263 16265 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155402386 938438656 22932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16280] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16280/stat : 16280 (java) S 16263 16265 16159 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 155402392 938438656 22932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16281] ppid=16263 vsize=916444 CPUtime=0.24
/proc/16265/task/16281/stat : 16281 (java) S 16263 16265 16159 0 -1 64 385 0 0 0 22 2 0 0 15 0 8 0 155402392 938438656 22932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16282] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16282/stat : 16282 (java) S 16263 16265 16159 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155402392 938438656 22932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16283] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16283/stat : 16283 (java) S 16263 16265 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155402392 938438656 22932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 916444

[startup+12.6546 s]
/proc/loadavg: 1.16 1.04 1.25 4/100 16283
/proc/meminfo: memFree=1534864/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=916444 CPUtime=12.3
/proc/16265/stat : 16265 (java) R 16263 16265 16159 0 -1 0 23165 0 42 0 1210 20 0 0 25 0 8 0 155402355 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073755911 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16265/statm: 229111 22936 2521 14 0 215581 0
[pid=16265/tid=16270] ppid=16263 vsize=916444 CPUtime=0.16
/proc/16265/task/16270/stat : 16270 (java) S 16263 16265 16159 0 -1 64 6218 0 0 0 15 1 0 0 16 0 8 0 155402385 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16272] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16272/stat : 16272 (java) S 16263 16265 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155402386 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16274] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16274/stat : 16274 (java) S 16263 16265 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155402386 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16280] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16280/stat : 16280 (java) S 16263 16265 16159 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 155402392 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16281] ppid=16263 vsize=916444 CPUtime=0.25
/proc/16265/task/16281/stat : 16281 (java) S 16263 16265 16159 0 -1 64 390 0 0 0 23 2 0 0 15 0 8 0 155402392 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16282] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16282/stat : 16282 (java) S 16263 16265 16159 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155402392 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16283] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16283/stat : 16283 (java) S 16263 16265 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155402392 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 916444

[startup+25.5294 s]
/proc/loadavg: 1.29 1.07 1.26 3/100 16283
/proc/meminfo: memFree=1534992/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=916444 CPUtime=25.17
/proc/16265/stat : 16265 (java) R 16263 16265 16159 0 -1 0 23165 0 42 0 2497 20 0 0 25 0 8 0 155402355 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16265/statm: 229111 22936 2521 14 0 215581 0
[pid=16265/tid=16270] ppid=16263 vsize=916444 CPUtime=0.16
/proc/16265/task/16270/stat : 16270 (java) S 16263 16265 16159 0 -1 64 6218 0 0 0 15 1 0 0 16 0 8 0 155402385 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16272] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16272/stat : 16272 (java) S 16263 16265 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155402386 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16274] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16274/stat : 16274 (java) S 16263 16265 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155402386 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16280] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16280/stat : 16280 (java) S 16263 16265 16159 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 155402392 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16281] ppid=16263 vsize=916444 CPUtime=0.25
/proc/16265/task/16281/stat : 16281 (java) S 16263 16265 16159 0 -1 64 390 0 0 0 23 2 0 0 15 0 8 0 155402392 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16282] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16282/stat : 16282 (java) S 16263 16265 16159 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155402392 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16283] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16283/stat : 16283 (java) S 16263 16265 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155402392 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 916444

[startup+51.151 s]
/proc/loadavg: 1.57 1.16 1.28 3/100 16283
/proc/meminfo: memFree=1535120/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=916444 CPUtime=50.78
/proc/16265/stat : 16265 (java) R 16263 16265 16159 0 -1 0 23165 0 42 0 5058 20 0 0 25 0 8 0 155402355 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073772240 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16265/statm: 229111 22936 2521 14 0 215581 0
[pid=16265/tid=16270] ppid=16263 vsize=916444 CPUtime=0.16
/proc/16265/task/16270/stat : 16270 (java) S 16263 16265 16159 0 -1 64 6218 0 0 0 15 1 0 0 16 0 8 0 155402385 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16272] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16272/stat : 16272 (java) S 16263 16265 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155402386 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16274] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16274/stat : 16274 (java) S 16263 16265 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155402386 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16280] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16280/stat : 16280 (java) S 16263 16265 16159 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 155402392 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16281] ppid=16263 vsize=916444 CPUtime=0.25
/proc/16265/task/16281/stat : 16281 (java) S 16263 16265 16159 0 -1 64 390 0 0 0 23 2 0 0 15 0 8 0 155402392 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16282] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16282/stat : 16282 (java) S 16263 16265 16159 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155402392 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16283] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16283/stat : 16283 (java) S 16263 16265 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155402392 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 916444

[startup+102.392 s]
/proc/loadavg: 1.81 1.29 1.31 3/100 16283
/proc/meminfo: memFree=1535248/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=916444 CPUtime=102.01
/proc/16265/stat : 16265 (java) R 16263 16265 16159 0 -1 0 23165 0 42 0 10180 21 0 0 25 0 8 0 155402355 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760765 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16265/statm: 229111 22936 2521 14 0 215581 0
[pid=16265/tid=16270] ppid=16263 vsize=916444 CPUtime=0.16
/proc/16265/task/16270/stat : 16270 (java) S 16263 16265 16159 0 -1 64 6218 0 0 0 15 1 0 0 16 0 8 0 155402385 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16272] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16272/stat : 16272 (java) S 16263 16265 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155402386 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16274] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16274/stat : 16274 (java) S 16263 16265 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155402386 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16280] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16280/stat : 16280 (java) S 16263 16265 16159 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 155402392 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16281] ppid=16263 vsize=916444 CPUtime=0.25
/proc/16265/task/16281/stat : 16281 (java) S 16263 16265 16159 0 -1 64 390 0 0 0 23 2 0 0 15 0 8 0 155402392 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16282] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16282/stat : 16282 (java) S 16263 16265 16159 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155402392 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16283] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16283/stat : 16283 (java) S 16263 16265 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155402392 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 916444

[startup+162.48 s]
/proc/loadavg: 1.98 1.43 1.36 3/100 16283
/proc/meminfo: memFree=1535248/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=916444 CPUtime=162.08
/proc/16265/stat : 16265 (java) R 16263 16265 16159 0 -1 0 23165 0 42 0 16187 21 0 0 25 0 8 0 155402355 938438656 22936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1416.83
Current children cumulated vsize (KiB) 916444

[startup+1482.91 s]
/proc/loadavg: 2.02 2.00 1.82 3/100 16483
/proc/meminfo: memFree=1534480/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=916444 CPUtime=1476.56
/proc/16265/stat : 16265 (java) R 16263 16265 16159 0 -1 0 23167 0 42 0 147626 30 0 0 25 0 8 0 155402355 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16265/statm: 229111 22937 2521 14 0 215581 0
[pid=16265/tid=16270] ppid=16263 vsize=916444 CPUtime=0.16
/proc/16265/task/16270/stat : 16270 (java) S 16263 16265 16159 0 -1 64 6218 0 0 0 15 1 0 0 16 0 8 0 155402385 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16272] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16272/stat : 16272 (java) S 16263 16265 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155402386 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16274] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16274/stat : 16274 (java) S 16263 16265 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155402386 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16280] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16280/stat : 16280 (java) S 16263 16265 16159 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16281] ppid=16263 vsize=916444 CPUtime=0.25
/proc/16265/task/16281/stat : 16281 (java) S 16263 16265 16159 0 -1 64 391 0 0 0 23 2 0 0 16 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16282] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16282/stat : 16282 (java) S 16263 16265 16159 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16283] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16283/stat : 16283 (java) S 16263 16265 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.56
Current children cumulated vsize (KiB) 916444

[startup+1542.92 s]
/proc/loadavg: 2.07 2.02 1.83 3/100 16483
/proc/meminfo: memFree=1534544/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=916444 CPUtime=1536.29
/proc/16265/stat : 16265 (java) R 16263 16265 16159 0 -1 0 23167 0 42 0 153599 30 0 0 25 0 8 0 155402355 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752692 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16265/statm: 229111 22937 2521 14 0 215581 0
[pid=16265/tid=16270] ppid=16263 vsize=916444 CPUtime=0.16
/proc/16265/task/16270/stat : 16270 (java) S 16263 16265 16159 0 -1 64 6218 0 0 0 15 1 0 0 16 0 8 0 155402385 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16272] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16272/stat : 16272 (java) S 16263 16265 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155402386 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16274] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16274/stat : 16274 (java) S 16263 16265 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155402386 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16280] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16280/stat : 16280 (java) S 16263 16265 16159 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16281] ppid=16263 vsize=916444 CPUtime=0.25
/proc/16265/task/16281/stat : 16281 (java) S 16263 16265 16159 0 -1 64 391 0 0 0 23 2 0 0 16 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16282] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16282/stat : 16282 (java) S 16263 16265 16159 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16283] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16283/stat : 16283 (java) S 16263 16265 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.29
Current children cumulated vsize (KiB) 916444

[startup+1602.93 s]
/proc/loadavg: 2.02 2.01 1.84 3/100 16483
/proc/meminfo: memFree=1534544/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=916444 CPUtime=1596.03
/proc/16265/stat : 16265 (java) R 16263 16265 16159 0 -1 0 23167 0 42 0 159572 31 0 0 25 0 8 0 155402355 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073624741 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16265/statm: 229111 22937 2521 14 0 215581 0
[pid=16265/tid=16270] ppid=16263 vsize=916444 CPUtime=0.16
/proc/16265/task/16270/stat : 16270 (java) S 16263 16265 16159 0 -1 64 6218 0 0 0 15 1 0 0 16 0 8 0 155402385 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16272] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16272/stat : 16272 (java) S 16263 16265 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155402386 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16274] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16274/stat : 16274 (java) S 16263 16265 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155402386 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16280] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16280/stat : 16280 (java) S 16263 16265 16159 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16281] ppid=16263 vsize=916444 CPUtime=0.25
/proc/16265/task/16281/stat : 16281 (java) S 16263 16265 16159 0 -1 64 391 0 0 0 23 2 0 0 16 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16282] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16282/stat : 16282 (java) S 16263 16265 16159 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16283] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16283/stat : 16283 (java) S 16263 16265 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.03
Current children cumulated vsize (KiB) 916444

[startup+1662.94 s]
/proc/loadavg: 2.01 2.00 1.84 3/100 16483
/proc/meminfo: memFree=1534544/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=916444 CPUtime=1655.76
/proc/16265/stat : 16265 (java) R 16263 16265 16159 0 -1 0 23167 0 42 0 165545 31 0 0 25 0 8 0 155402355 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752624 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16265/statm: 229111 22937 2521 14 0 215581 0
[pid=16265/tid=16270] ppid=16263 vsize=916444 CPUtime=0.16
/proc/16265/task/16270/stat : 16270 (java) S 16263 16265 16159 0 -1 64 6218 0 0 0 15 1 0 0 16 0 8 0 155402385 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16272] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16272/stat : 16272 (java) S 16263 16265 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155402386 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16274] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16274/stat : 16274 (java) S 16263 16265 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155402386 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16280] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16280/stat : 16280 (java) S 16263 16265 16159 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16281] ppid=16263 vsize=916444 CPUtime=0.25
/proc/16265/task/16281/stat : 16281 (java) S 16263 16265 16159 0 -1 64 391 0 0 0 23 2 0 0 16 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16282] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16282/stat : 16282 (java) S 16263 16265 16159 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16283] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16283/stat : 16283 (java) S 16263 16265 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.76
Current children cumulated vsize (KiB) 916444

[startup+1722.95 s]
/proc/loadavg: 2.00 2.00 1.85 3/100 16483
/proc/meminfo: memFree=1534608/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=916444 CPUtime=1715.5
/proc/16265/stat : 16265 (java) R 16263 16265 16159 0 -1 0 23167 0 42 0 171518 32 0 0 25 0 8 0 155402355 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629628 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16265/statm: 229111 22937 2521 14 0 215581 0
[pid=16265/tid=16270] ppid=16263 vsize=916444 CPUtime=0.16
/proc/16265/task/16270/stat : 16270 (java) S 16263 16265 16159 0 -1 64 6218 0 0 0 15 1 0 0 16 0 8 0 155402385 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16272] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16272/stat : 16272 (java) S 16263 16265 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155402386 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16274] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16274/stat : 16274 (java) S 16263 16265 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155402386 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16280] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16280/stat : 16280 (java) S 16263 16265 16159 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16281] ppid=16263 vsize=916444 CPUtime=0.25
/proc/16265/task/16281/stat : 16281 (java) S 16263 16265 16159 0 -1 64 391 0 0 0 23 2 0 0 16 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16282] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16282/stat : 16282 (java) S 16263 16265 16159 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16283] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16283/stat : 16283 (java) S 16263 16265 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.5
Current children cumulated vsize (KiB) 916444

[startup+1782.96 s]
/proc/loadavg: 2.03 2.01 1.86 3/100 16483
/proc/meminfo: memFree=1534544/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=916444 CPUtime=1775.23
/proc/16265/stat : 16265 (java) R 16263 16265 16159 0 -1 0 23167 0 42 0 177491 32 0 0 25 0 8 0 155402355 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752692 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16265/statm: 229111 22937 2521 14 0 215581 0
[pid=16265/tid=16270] ppid=16263 vsize=916444 CPUtime=0.16
/proc/16265/task/16270/stat : 16270 (java) S 16263 16265 16159 0 -1 64 6218 0 0 0 15 1 0 0 16 0 8 0 155402385 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16272] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16272/stat : 16272 (java) S 16263 16265 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155402386 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16274] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16274/stat : 16274 (java) S 16263 16265 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155402386 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16280] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16280/stat : 16280 (java) S 16263 16265 16159 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16281] ppid=16263 vsize=916444 CPUtime=0.25
/proc/16265/task/16281/stat : 16281 (java) S 16263 16265 16159 0 -1 64 391 0 0 0 23 2 0 0 16 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16282] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16282/stat : 16282 (java) S 16263 16265 16159 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16283] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16283/stat : 16283 (java) S 16263 16265 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.23
Current children cumulated vsize (KiB) 916444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.87 s]
/proc/loadavg: 2.02 2.01 1.86 3/100 16483
/proc/meminfo: memFree=1534544/2055920 swapFree=4192812/4192956
[pid=16265] ppid=16263 vsize=916444 CPUtime=1800.02
/proc/16265/stat : 16265 (java) R 16263 16265 16159 0 -1 0 23167 0 42 0 179970 32 0 0 25 0 8 0 155402355 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073624803 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16265/statm: 229111 22937 2521 14 0 215581 0
[pid=16265/tid=16270] ppid=16263 vsize=916444 CPUtime=0.16
/proc/16265/task/16270/stat : 16270 (java) S 16263 16265 16159 0 -1 64 6218 0 0 0 15 1 0 0 16 0 8 0 155402385 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16272] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16272/stat : 16272 (java) S 16263 16265 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155402386 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16274] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16274/stat : 16274 (java) S 16263 16265 16159 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155402386 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16280] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16280/stat : 16280 (java) S 16263 16265 16159 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16281] ppid=16263 vsize=916444 CPUtime=0.25
/proc/16265/task/16281/stat : 16281 (java) S 16263 16265 16159 0 -1 64 391 0 0 0 23 2 0 0 16 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16265/tid=16282] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16282/stat : 16282 (java) S 16263 16265 16159 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16265/tid=16283] ppid=16263 vsize=916444 CPUtime=0
/proc/16265/task/16283/stat : 16283 (java) S 16263 16265 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155402392 938438656 22937 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 916444

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

Child status: 143
Real time (s): 1807.91
CPU time (s): 1800.06
CPU user time (s): 1799.72
CPU system time (s): 0.341948
CPU usage (%): 99.5658
Max. virtual memory (cumulated for all children) (KiB): 916444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.341948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23183
page faults= 42
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37792
involuntary context switches= 20838

runsolver used 2.25366 s user time and 5.67914 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Sat Jan  6 07:54:43 UTC 2007


IDJOB= 195871
IDBENCH= 3308
FILE ID= node29/195871-1168070082

PBS_JOBID= 3475939

Free space on /tmp= 66541 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8a6c35ac29af9ac1f4913548b5e28443

RANDOM SEED= 74803834

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.241
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.241
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:       1722624 kB
Buffers:         40392 kB
Cached:         157012 kB
SwapCached:          0 kB
Active:         103660 kB
Inactive:       152328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9068 kB
Writeback:           0 kB
Mapped:          77588 kB
Slab:            62180 kB
Committed_AS:  2976584 kB
PageTables:       2304 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= 66541 MiB



End job on node29 on Sat Jan  6 08:24:51 UTC 2007