Trace number 199868

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 ESAC? (TO) 1800.11 1806.6

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-27_ext.xml
MD5SUM058b1cffee4e440b0ca4d1f19e415e26
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 constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/199868-1168137681/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.41	       =>  wckTime=0.111  cpuTime=0.08  mem=6M951
0.41	   
0.41	   relations being loaded...
0.99	   
0.99	   constraints being loaded...
1.24	     nbConstraints=74  nbRelationTypes=74  nbExtensionStructures=74  nbSharedExtensionStructures=0
1.24	     nbConflictsStructures=74  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
1.24	       =>  wckTime=0.941  cpuTime=0.81  mem=47M663
1.36	   
1.36	   solver IterativeSystematicSolver being built... 
1.52	       =>  wckTime=1.216  cpuTime=0.94  mem=34M353
1.62	   
1.62	   preprocessing
1.62	     nbConstraintChecks=31275  nbValidityChecks=51087  nbPropagations=220  nbRevisions=2266  nbUselessRevisions=1937
1.62	     nbSingletonTests=32  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
1.62	       =>  wckTime=0.096  cpuTime=0.07  mem=34M353
1.67	   
1.67	   search
1.67	     run=0  nbConstraintChecks=28505  nbValidityChecks=53740  nbPropagations=532  nbRevisions=5489
1.67	     nbUselessRevisions=4565  nbAssignments=28  nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=49
1.67	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.67	       =>  wckTime=0.154  cpuTime=0.12  mem=35M340
1.82	   
1.82	   search
1.82	     run=1  nbConstraintChecks=119559  nbValidityChecks=229957  nbPropagations=1844  nbRevisions=21655
1.82	     nbUselessRevisions=17535  nbAssignments=84  nbFailedAssignments=48  nbBacktracks=25  nbVisitedNodes=154
1.82	     nbRestartNogoods=3  mapSize=22  nbInferences=0  nbTooLargeKeys=0
1.82	       =>  wckTime=0.299  cpuTime=0.26  mem=35M340
1.92	   
1.92	   search
1.92	     run=2  nbConstraintChecks=177727  nbValidityChecks=344503  nbPropagations=3946  nbRevisions=47076
1.92	     nbUselessRevisions=37820  nbAssignments=153  nbFailedAssignments=87  nbBacktracks=48  nbVisitedNodes=278
1.92	     nbRestartNogoods=11  mapSize=44  nbInferences=0  nbTooLargeKeys=0
1.92	       =>  wckTime=0.398  cpuTime=0.35  mem=35M340
2.05	   
2.05	   search
2.05	     run=3  nbConstraintChecks=267946  nbValidityChecks=533940  nbPropagations=7114  nbRevisions=83976
2.05	     nbUselessRevisions=67456  nbAssignments=275  nbFailedAssignments=130  nbBacktracks=81  nbVisitedNodes=425
2.05	     nbRestartNogoods=20  mapSize=73  nbInferences=0  nbTooLargeKeys=0
2.05	       =>  wckTime=0.528  cpuTime=0.48  mem=35M340
2.31	   
2.31	   search
2.31	     run=4  nbConstraintChecks=463083  nbValidityChecks=910605  nbPropagations=11982  nbRevisions=143557
2.31	     nbUselessRevisions=115333  nbAssignments=419  nbFailedAssignments=216  nbBacktracks=131  nbVisitedNodes=693
2.31	     nbRestartNogoods=26  mapSize=118  nbInferences=0  nbTooLargeKeys=0
2.31	       =>  wckTime=0.794  cpuTime=0.74  mem=35M340
2.60	   
2.60	   search
2.60	     run=5  nbConstraintChecks=662214  nbValidityChecks=1280510  nbPropagations=18823  nbRevisions=224143
2.60	     nbUselessRevisions=179638  nbAssignments=575  nbFailedAssignments=281  nbBacktracks=208  nbVisitedNodes=949
2.60	     nbRestartNogoods=35  mapSize=179  nbInferences=0  nbTooLargeKeys=0
2.60	       =>  wckTime=1.081  cpuTime=1.02  mem=35M340
3.02	   
3.02	   search
3.02	     run=6  nbConstraintChecks=969235  nbValidityChecks=1856510  nbPropagations=28832  nbRevisions=338092
3.02	     nbUselessRevisions=269933  nbAssignments=823  nbFailedAssignments=410  nbBacktracks=321  nbVisitedNodes=1396
3.02	     nbRestartNogoods=41  mapSize=272  nbInferences=0  nbTooLargeKeys=0
3.02	       =>  wckTime=1.499  cpuTime=1.44  mem=35M340
3.56	   
3.56	   search
3.56	     run=7  nbConstraintChecks=1377160  nbValidityChecks=2608839  nbPropagations=42969  nbRevisions=498471
3.56	     nbUselessRevisions=396804  nbAssignments=1174  nbFailedAssignments=583  nbBacktracks=492  nbVisitedNodes=2038
3.56	     nbRestartNogoods=51  mapSize=418  nbInferences=0  nbTooLargeKeys=0
3.56	       =>  wckTime=2.037  cpuTime=1.97  mem=35M340
4.68	   
4.68	   search
4.68	     run=8  nbConstraintChecks=2227770  nbValidityChecks=4223098  nbPropagations=65204  nbRevisions=756490
4.68	     nbUselessRevisions=601190  nbAssignments=1861  nbFailedAssignments=997  nbBacktracks=748  nbVisitedNodes=3307
4.68	     nbRestartNogoods=62  mapSize=646  nbInferences=0  nbTooLargeKeys=0
4.68	       =>  wckTime=3.164  cpuTime=3.06  mem=35M340
5.97	   
5.97	   search
5.97	     run=9  nbConstraintChecks=3248592  nbValidityChecks=6066313  nbPropagations=97190  nbRevisions=1122452
5.97	     nbUselessRevisions=890826  nbAssignments=2703  nbFailedAssignments=1449  nbBacktracks=1133  nbVisitedNodes=4836
5.97	     nbRestartNogoods=69  mapSize=983  nbInferences=0  nbTooLargeKeys=0
5.97	       =>  wckTime=4.455  cpuTime=4.34  mem=35M340
6.31	   
6.31	   INFO : Stopping hyperNogood (mapSize=1043, nbTooLargekeys=0, mem=35M340)
8.86	   
8.86	   search
8.86	     run=10  nbConstraintChecks=5549661  nbValidityChecks=10357040  nbPropagations=148510  nbRevisions=1742916
8.86	     nbUselessRevisions=1384626  nbAssignments=4298  nbFailedAssignments=2461  nbBacktracks=1709  nbVisitedNodes=7840
8.86	     nbRestartNogoods=83
8.86	       =>  wckTime=7.345  cpuTime=7.21  mem=35M340
12.36	   
12.36	   search
12.36	     run=11  nbConstraintChecks=8465610  nbValidityChecks=16193082  nbPropagations=227180  nbRevisions=2697493
12.36	     nbUselessRevisions=2139801  nbAssignments=7011  nbFailedAssignments=4304  nbBacktracks=2573  nbVisitedNodes=12981
12.36	     nbRestartNogoods=91
12.36	       =>  wckTime=10.844  cpuTime=10.71  mem=35M340
18.62	   
18.62	   search
18.62	     run=12  nbConstraintChecks=13607900  nbValidityChecks=25413054  nbPropagations=346551  nbRevisions=4187786
18.62	     nbUselessRevisions=3334046  nbAssignments=10568  nbFailedAssignments=6555  nbBacktracks=3871  nbVisitedNodes=19713
18.62	     nbRestartNogoods=97
18.62	       =>  wckTime=17.105  cpuTime=16.97  mem=35M340
26.03	   
26.03	   search
26.03	     run=13  nbConstraintChecks=19724903  nbValidityChecks=37714917  nbPropagations=526105  nbRevisions=6391387
26.03	     nbUselessRevisions=5083867  nbAssignments=16954  nbFailedAssignments=10978  nbBacktracks=5819  nbVisitedNodes=31800
26.03	     nbRestartNogoods=110
26.03	       =>  wckTime=24.51  cpuTime=24.37  mem=35M340
39.62	   
39.62	   search
39.62	     run=14  nbConstraintChecks=30891610  nbValidityChecks=57734335  nbPropagations=795661  nbRevisions=9776688
39.62	     nbUselessRevisions=7802827  nbAssignments=24707  nbFailedAssignments=15796  nbBacktracks=8739  nbVisitedNodes=46458
39.62	     nbRestartNogoods=125
39.62	       =>  wckTime=38.099  cpuTime=37.95  mem=35M340
57.46	   
57.46	   search
57.46	     run=15  nbConstraintChecks=45627744  nbValidityChecks=84221083  nbPropagations=1194382  nbRevisions=14691008
57.46	     nbUselessRevisions=11744587  nbAssignments=35500  nbFailedAssignments=22206  nbBacktracks=13117
57.46	     nbVisitedNodes=66732  nbRestartNogoods=139
57.46	       =>  wckTime=55.937  cpuTime=55.75  mem=35M340
84.60	   
84.60	   search
84.60	     run=16  nbConstraintChecks=68258328  nbValidityChecks=129498664  nbPropagations=1815808  nbRevisions=22311198
84.61	     nbUselessRevisions=17792331  nbAssignments=59986  nbFailedAssignments=40117  nbBacktracks=19685
84.61	     nbVisitedNodes=113765  nbRestartNogoods=158
84.61	       =>  wckTime=83.086  cpuTime=82.89  mem=35M340
126.25	   
126.25	   search
126.25	     run=17  nbConstraintChecks=102523312  nbValidityChecks=191333667  nbPropagations=2725964  nbRevisions=33670140
126.25	     nbUselessRevisions=26899047  nbAssignments=84934  nbFailedAssignments=55189  nbBacktracks=29537
126.25	     nbVisitedNodes=160736  nbRestartNogoods=171
126.25	       =>  wckTime=124.729  cpuTime=124.48  mem=35M340
191.27	   
191.27	   search
191.27	     run=18  nbConstraintChecks=155501610  nbValidityChecks=287711727  nbPropagations=4089297  nbRevisions=50600599
191.27	     nbUselessRevisions=40490520  nbAssignments=122210  nbFailedAssignments=77682  nbBacktracks=44315
191.27	     nbVisitedNodes=230798  nbRestartNogoods=180
191.27	       =>  wckTime=189.747  cpuTime=189.43  mem=35M340
275.44	   
275.44	   search
275.44	     run=19  nbConstraintChecks=223952331  nbValidityChecks=414919534  nbPropagations=6084986  nbRevisions=74926572
275.44	     nbUselessRevisions=59935094  nbAssignments=177962  nbFailedAssignments=111260  nbBacktracks=66483
275.44	     nbVisitedNodes=334734  nbRestartNogoods=205
275.44	       =>  wckTime=273.918  cpuTime=273.5  mem=35M340
405.40	   
405.40	   search
405.40	     run=20  nbConstraintChecks=329200663  nbValidityChecks=610353641  nbPropagations=9064086  nbRevisions=111371677
405.40	     nbUselessRevisions=89110576  nbAssignments=259006  nbFailedAssignments=159037  nbBacktracks=99735
405.40	     nbVisitedNodes=485822  nbRestartNogoods=232
405.40	       =>  wckTime=403.878  cpuTime=403.35  mem=35M340
574.16	   
574.16	   search
574.16	     run=21  nbConstraintChecks=466282214  nbValidityChecks=870379454  nbPropagations=13426757  nbRevisions=163879140
574.16	     nbUselessRevisions=131039819  nbAssignments=380646  nbFailedAssignments=230792  nbBacktracks=149617
574.16	     nbVisitedNodes=711676  nbRestartNogoods=242
574.16	       =>  wckTime=572.641  cpuTime=571.93  mem=35M340
826.55	   
826.55	   search
826.55	     run=22  nbConstraintChecks=667974605  nbValidityChecks=1247734925  nbPropagations=19776255  nbRevisions=239775527
826.55	     nbUselessRevisions=191728987  nbAssignments=552015  nbFailedAssignments=327338  nbBacktracks=224435
826.55	     nbVisitedNodes=1027210  nbRestartNogoods=270
826.55	       =>  wckTime=825.031  cpuTime=824.06  mem=35M340
1204.73	   
1204.73	   search
1204.73	     run=23  nbConstraintChecks=972124109  nbValidityChecks=1805855520  nbPropagations=29093678  nbRevisions=348624171
1204.73	     nbUselessRevisions=278381204  nbAssignments=805085  nbFailedAssignments=468165  nbBacktracks=336662
1204.73	     nbVisitedNodes=1492599  nbRestartNogoods=293
1204.73	       =>  wckTime=1203.211  cpuTime=1201.79  mem=35M340

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/node76/watcher-199868-1168137681 -o ROOT/results/node76/solver-199868-1168137681 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/199868-1168137681/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.72 0.93 1.00 3/75 14270
/proc/meminfo: memFree=1547680/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=18544 CPUtime=0
/proc/14269/stat : 14269 (runsolver) R 14267 14269 14124 0 -1 4194368 18 0 0 0 0 0 0 0 19 0 1 0 162165229 18989056 280 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 206843737111 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/14269/statm: 4636 280 245 17 0 2626 0

[startup+0.104123 s]
/proc/loadavg: 0.72 0.93 1.00 3/75 14270
/proc/meminfo: memFree=1547680/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=914992 CPUtime=0.08
/proc/14269/stat : 14269 (java) R 14267 14269 14124 0 -1 0 2985 0 1 0 7 1 0 0 17 0 8 0 162165229 936951808 2733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155472984 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14269/statm: 228748 2733 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914992

[startup+0.512203 s]
/proc/loadavg: 0.72 0.93 1.00 3/75 14270
/proc/meminfo: memFree=1547680/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=915332 CPUtime=0.46
/proc/14269/stat : 14269 (java) R 14267 14269 14124 0 -1 0 7740 0 1 0 43 3 0 0 20 0 8 0 162165229 937299968 7481 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073549934 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14269/statm: 228833 7482 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915332

[startup+1.33337 s]
/proc/loadavg: 0.72 0.93 1.00 3/93 14289
/proc/meminfo: memFree=1454928/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=915420 CPUtime=1.28
/proc/14269/stat : 14269 (java) R 14267 14269 14124 0 -1 0 20082 0 1 0 120 8 0 0 25 0 8 0 162165229 937390080 19822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14269/statm: 228855 19831 2170 14 0 215324 0
[pid=14269/tid=14277] ppid=14267 vsize=915420 CPUtime=0.13
/proc/14269/task/14277/stat : 14277 (java) R 14267 14269 14124 0 -1 64 3613 0 0 0 13 0 0 0 16 0 8 0 162165234 937390080 19836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155522030 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14280] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14280/stat : 14280 (java) S 14267 14269 14124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162165234 937390080 19843 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14281] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14281/stat : 14281 (java) S 14267 14269 14124 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162165234 937390080 19849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14282] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14282/stat : 14282 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162165237 937390080 19855 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14284] ppid=14267 vsize=915420 CPUtime=0.09
/proc/14269/task/14284/stat : 14284 (java) S 14267 14269 14124 0 -1 64 320 0 0 0 9 0 0 0 16 0 8 0 162165237 937390080 19861 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14286] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14286/stat : 14286 (java) S 14267 14269 14124 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162165237 937390080 19866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14288] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14288/stat : 14288 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162165237 937390080 19871 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915420

[startup+2.98869 s]
/proc/loadavg: 0.72 0.93 1.00 3/93 14289
/proc/meminfo: memFree=1430672/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=915420 CPUtime=2.94
/proc/14269/stat : 14269 (java) R 14267 14269 14124 0 -1 0 23407 0 1 0 283 11 0 0 25 0 8 0 162165229 937390080 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073617916 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14269/statm: 228855 23145 2532 14 0 215324 0
[pid=14269/tid=14277] ppid=14267 vsize=915420 CPUtime=0.15
/proc/14269/task/14277/stat : 14277 (java) S 14267 14269 14124 0 -1 64 6427 0 0 0 14 1 0 0 17 0 8 0 162165234 937390080 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14280] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14280/stat : 14280 (java) S 14267 14269 14124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162165234 937390080 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14281] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14281/stat : 14281 (java) S 14267 14269 14124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162165234 937390080 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14282] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14282/stat : 14282 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162165237 937390080 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14284] ppid=14267 vsize=915420 CPUtime=0.19
/proc/14269/task/14284/stat : 14284 (java) S 14267 14269 14124 0 -1 64 372 0 0 0 19 0 0 0 15 0 8 0 162165237 937390080 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14286] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14286/stat : 14286 (java) S 14267 14269 14124 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162165237 937390080 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14288] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14288/stat : 14288 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162165237 937390080 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915420

[startup+6.28133 s]
/proc/loadavg: 0.82 0.95 1.00 3/93 14289
/proc/meminfo: memFree=1429840/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=915420 CPUtime=6.21
/proc/14269/stat : 14269 (java) R 14267 14269 14124 0 -1 0 23423 0 1 0 610 11 0 0 25 0 8 0 162165229 937390080 23158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073737652 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14269/statm: 228855 23158 2532 14 0 215324 0
[pid=14269/tid=14277] ppid=14267 vsize=915420 CPUtime=0.15
/proc/14269/task/14277/stat : 14277 (java) S 14267 14269 14124 0 -1 64 6427 0 0 0 14 1 0 0 17 0 8 0 162165234 937390080 23158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14280] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14280/stat : 14280 (java) S 14267 14269 14124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162165234 937390080 23158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14281] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14281/stat : 14281 (java) S 14267 14269 14124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162165234 937390080 23158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14282] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14282/stat : 14282 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162165237 937390080 23158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14284] ppid=14267 vsize=915420 CPUtime=0.22
/proc/14269/task/14284/stat : 14284 (java) S 14267 14269 14124 0 -1 64 386 0 0 0 22 0 0 0 16 0 8 0 162165237 937390080 23158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14286] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14286/stat : 14286 (java) S 14267 14269 14124 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162165237 937390080 23158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14288] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14288/stat : 14288 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162165237 937390080 23158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915420

[startup+12.7536 s]
/proc/loadavg: 0.91 0.97 1.01 3/93 14289
/proc/meminfo: memFree=1430096/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=915420 CPUtime=12.67
/proc/14269/stat : 14269 (java) R 14267 14269 14124 0 -1 0 23427 0 1 0 1256 11 0 0 25 0 8 0 162165229 937390080 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073742701 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14269/statm: 228855 23161 2532 14 0 215324 0
[pid=14269/tid=14277] ppid=14267 vsize=915420 CPUtime=0.15
/proc/14269/task/14277/stat : 14277 (java) S 14267 14269 14124 0 -1 64 6427 0 0 0 14 1 0 0 16 0 8 0 162165234 937390080 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14280] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14280/stat : 14280 (java) S 14267 14269 14124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162165234 937390080 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14281] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14281/stat : 14281 (java) S 14267 14269 14124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162165234 937390080 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14282] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14282/stat : 14282 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162165237 937390080 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14284] ppid=14267 vsize=915420 CPUtime=0.22
/proc/14269/task/14284/stat : 14284 (java) S 14267 14269 14124 0 -1 64 390 0 0 0 22 0 0 0 16 0 8 0 162165237 937390080 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14286] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14286/stat : 14286 (java) S 14267 14269 14124 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162165237 937390080 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14288] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14288/stat : 14288 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162165237 937390080 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915420

[startup+25.6081 s]
/proc/loadavg: 1.15 1.02 1.02 3/93 14289
/proc/meminfo: memFree=1430288/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=915420 CPUtime=25.51
/proc/14269/stat : 14269 (java) R 14267 14269 14124 0 -1 0 23427 0 1 0 2540 11 0 0 25 0 8 0 162165229 937390080 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073738475 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14269/statm: 228855 23161 2532 14 0 215324 0
[pid=14269/tid=14277] ppid=14267 vsize=915420 CPUtime=0.15
/proc/14269/task/14277/stat : 14277 (java) S 14267 14269 14124 0 -1 64 6427 0 0 0 14 1 0 0 16 0 8 0 162165234 937390080 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14280] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14280/stat : 14280 (java) S 14267 14269 14124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162165234 937390080 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14281] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14281/stat : 14281 (java) S 14267 14269 14124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162165234 937390080 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14282] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14282/stat : 14282 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162165237 937390080 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14284] ppid=14267 vsize=915420 CPUtime=0.22
/proc/14269/task/14284/stat : 14284 (java) S 14267 14269 14124 0 -1 64 390 0 0 0 22 0 0 0 16 0 8 0 162165237 937390080 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14286] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14286/stat : 14286 (java) S 14267 14269 14124 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162165237 937390080 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14288] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14288/stat : 14288 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162165237 937390080 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 915420

[startup+51.3051 s]
/proc/loadavg: 1.44 1.10 1.04 3/93 14289
/proc/meminfo: memFree=1430288/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=915420 CPUtime=51.18
/proc/14269/stat : 14269 (java) R 14267 14269 14124 0 -1 0 23429 0 1 0 5107 11 0 0 25 0 8 0 162165229 937390080 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746415 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14269/statm: 228855 23162 2532 14 0 215324 0
[pid=14269/tid=14277] ppid=14267 vsize=915420 CPUtime=0.15
/proc/14269/task/14277/stat : 14277 (java) S 14267 14269 14124 0 -1 64 6427 0 0 0 14 1 0 0 16 0 8 0 162165234 937390080 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14280] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14280/stat : 14280 (java) S 14267 14269 14124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162165234 937390080 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14281] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14281/stat : 14281 (java) S 14267 14269 14124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162165234 937390080 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14282] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14282/stat : 14282 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162165237 937390080 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14284] ppid=14267 vsize=915420 CPUtime=0.22
/proc/14269/task/14284/stat : 14284 (java) S 14267 14269 14124 0 -1 64 391 0 0 0 22 0 0 0 16 0 8 0 162165237 937390080 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14286] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14286/stat : 14286 (java) S 14267 14269 14124 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162165237 937390080 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14288] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14288/stat : 14288 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162165237 937390080 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 915420

[startup+102.595 s]
/proc/loadavg: 1.75 1.23 1.09 3/93 14289
/proc/meminfo: memFree=1430416/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=915420 CPUtime=102.41
/proc/14269/stat : 14269 (java) R 14267 14269 14124 0 -1 0 23429 0 1 0 10230 11 0 0 25 0 8 0 162165229 937390080 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073744471 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14269/statm: 228855 23162 2532 14 0 215324 0
[pid=14269/tid=14277] ppid=14267 vsize=915420 CPUtime=0.15
/proc/14269/task/14277/stat : 14277 (java) S 14267 14269 14124 0 -1 64 6427 0 0 0 14 1 0 0 16 0 8 0 162165234 937390080 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14280] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14280/stat : 14280 (java) S 14267 14269 14124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162165234 937390080 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14281] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14281/stat : 14281 (java) S 14267 14269 14124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162165234 937390080 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14282] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14282/stat : 14282 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162165237 937390080 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14284] ppid=14267 vsize=915420 CPUtime=0.22
/proc/14269/task/14284/stat : 14284 (java) S 14267 14269 14124 0 -1 64 391 0 0 0 22 0 0 0 16 0 8 0 162165237 937390080 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14286] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14286/stat : 14286 (java) S 14267 14269 14124 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162165237 937390080 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14288] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14288/stat : 14288 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162165237 937390080 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.41
Current children cumulated vsize (KiB) 915420

[startup+162.627 s]
/proc/loadavg: 1.91 1.37 1.15 3/93 14289
/proc/meminfo: memFree=1430416/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=915420 CPUtime=162.39
/proc/14269/stat : 14269 (java) R 14267 14269 14124 0 -1 0 23429 0 1 0 16228 11 0 0 25 0 8 0 162165229 937390080 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073617913 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.6 s]
/proc/loadavg: 2.03 2.05 1.81 3/93 14971
/proc/meminfo: memFree=1398928/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=915420 CPUtime=1478.6
/proc/14269/stat : 14269 (java) R 14267 14269 14124 0 -1 0 23430 0 1 0 147833 27 0 0 25 0 8 0 162165229 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073737652 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14269/statm: 228855 23163 2532 14 0 215324 0
[pid=14269/tid=14277] ppid=14267 vsize=915420 CPUtime=0.15
/proc/14269/task/14277/stat : 14277 (java) S 14267 14269 14124 0 -1 64 6427 0 0 0 14 1 0 0 16 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14280] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14280/stat : 14280 (java) S 14267 14269 14124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14281] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14281/stat : 14281 (java) S 14267 14269 14124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14282] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14282/stat : 14282 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14284] ppid=14267 vsize=915420 CPUtime=0.23
/proc/14269/task/14284/stat : 14284 (java) S 14267 14269 14124 0 -1 64 392 0 0 0 23 0 0 0 16 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14286] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14286/stat : 14286 (java) S 14267 14269 14124 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14288] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14288/stat : 14288 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1478.6
Current children cumulated vsize (KiB) 915420

[startup+1543.62 s]
/proc/loadavg: 2.01 2.04 1.82 3/93 14971
/proc/meminfo: memFree=1398864/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=915420 CPUtime=1538.33
/proc/14269/stat : 14269 (java) R 14267 14269 14124 0 -1 0 23430 0 1 0 153806 27 0 0 25 0 8 0 162165229 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073617916 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14269/statm: 228855 23163 2532 14 0 215324 0
[pid=14269/tid=14277] ppid=14267 vsize=915420 CPUtime=0.15
/proc/14269/task/14277/stat : 14277 (java) S 14267 14269 14124 0 -1 64 6427 0 0 0 14 1 0 0 16 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14280] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14280/stat : 14280 (java) S 14267 14269 14124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14281] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14281/stat : 14281 (java) S 14267 14269 14124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14282] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14282/stat : 14282 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14284] ppid=14267 vsize=915420 CPUtime=0.23
/proc/14269/task/14284/stat : 14284 (java) S 14267 14269 14124 0 -1 64 392 0 0 0 23 0 0 0 16 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14286] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14286/stat : 14286 (java) S 14267 14269 14124 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14288] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14288/stat : 14288 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.33
Current children cumulated vsize (KiB) 915420

[startup+1603.63 s]
/proc/loadavg: 2.00 2.03 1.83 3/93 14971
/proc/meminfo: memFree=1398864/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=915420 CPUtime=1598.08
/proc/14269/stat : 14269 (java) R 14267 14269 14124 0 -1 0 23430 0 1 0 159781 27 0 0 25 0 8 0 162165229 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073744455 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14269/statm: 228855 23163 2532 14 0 215324 0
[pid=14269/tid=14277] ppid=14267 vsize=915420 CPUtime=0.15
/proc/14269/task/14277/stat : 14277 (java) S 14267 14269 14124 0 -1 64 6427 0 0 0 14 1 0 0 16 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14280] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14280/stat : 14280 (java) S 14267 14269 14124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14281] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14281/stat : 14281 (java) S 14267 14269 14124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14282] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14282/stat : 14282 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14284] ppid=14267 vsize=915420 CPUtime=0.23
/proc/14269/task/14284/stat : 14284 (java) S 14267 14269 14124 0 -1 64 392 0 0 0 23 0 0 0 16 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14286] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14286/stat : 14286 (java) S 14267 14269 14124 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14288] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14288/stat : 14288 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.08
Current children cumulated vsize (KiB) 915420

[startup+1663.65 s]
/proc/loadavg: 2.00 2.02 1.83 3/93 14971
/proc/meminfo: memFree=1398864/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=915420 CPUtime=1657.82
/proc/14269/stat : 14269 (java) R 14267 14269 14124 0 -1 0 23430 0 1 0 165755 27 0 0 25 0 8 0 162165229 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073757743 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14269/statm: 228855 23163 2532 14 0 215324 0
[pid=14269/tid=14277] ppid=14267 vsize=915420 CPUtime=0.15
/proc/14269/task/14277/stat : 14277 (java) S 14267 14269 14124 0 -1 64 6427 0 0 0 14 1 0 0 16 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14280] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14280/stat : 14280 (java) S 14267 14269 14124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14281] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14281/stat : 14281 (java) S 14267 14269 14124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14282] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14282/stat : 14282 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14284] ppid=14267 vsize=915420 CPUtime=0.23
/proc/14269/task/14284/stat : 14284 (java) S 14267 14269 14124 0 -1 64 392 0 0 0 23 0 0 0 16 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14286] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14286/stat : 14286 (java) S 14267 14269 14124 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14288] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14288/stat : 14288 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.82
Current children cumulated vsize (KiB) 915420

[startup+1723.69 s]
/proc/loadavg: 2.00 2.02 1.84 3/93 14971
/proc/meminfo: memFree=1398800/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=915420 CPUtime=1717.57
/proc/14269/stat : 14269 (java) R 14267 14269 14124 0 -1 0 23430 0 1 0 171730 27 0 0 25 0 8 0 162165229 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073617916 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14269/statm: 228855 23163 2532 14 0 215324 0
[pid=14269/tid=14277] ppid=14267 vsize=915420 CPUtime=0.15
/proc/14269/task/14277/stat : 14277 (java) S 14267 14269 14124 0 -1 64 6427 0 0 0 14 1 0 0 16 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14280] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14280/stat : 14280 (java) S 14267 14269 14124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14281] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14281/stat : 14281 (java) S 14267 14269 14124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14282] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14282/stat : 14282 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14284] ppid=14267 vsize=915420 CPUtime=0.23
/proc/14269/task/14284/stat : 14284 (java) S 14267 14269 14124 0 -1 64 392 0 0 0 23 0 0 0 16 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14286] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14286/stat : 14286 (java) S 14267 14269 14124 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14288] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14288/stat : 14288 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.57
Current children cumulated vsize (KiB) 915420

[startup+1783.73 s]
/proc/loadavg: 2.00 2.01 1.84 3/93 14971
/proc/meminfo: memFree=1398864/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=915420 CPUtime=1777.35
/proc/14269/stat : 14269 (java) R 14267 14269 14124 0 -1 0 23430 0 1 0 177708 27 0 0 25 0 8 0 162165229 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073750048 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14269/statm: 228855 23163 2532 14 0 215324 0
[pid=14269/tid=14277] ppid=14267 vsize=915420 CPUtime=0.15
/proc/14269/task/14277/stat : 14277 (java) S 14267 14269 14124 0 -1 64 6427 0 0 0 14 1 0 0 16 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14280] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14280/stat : 14280 (java) S 14267 14269 14124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14281] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14281/stat : 14281 (java) S 14267 14269 14124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14282] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14282/stat : 14282 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14284] ppid=14267 vsize=915420 CPUtime=0.23
/proc/14269/task/14284/stat : 14284 (java) S 14267 14269 14124 0 -1 64 392 0 0 0 23 0 0 0 16 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14286] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14286/stat : 14286 (java) S 14267 14269 14124 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14288] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14288/stat : 14288 (java) R 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.35
Current children cumulated vsize (KiB) 915420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.56 s]
/proc/loadavg: 2.00 2.01 1.85 3/93 14971
/proc/meminfo: memFree=1398864/2055888 swapFree=4095388/4096564
[pid=14269] ppid=14267 vsize=915420 CPUtime=1800.06
/proc/14269/stat : 14269 (java) R 14267 14269 14124 0 -1 0 23430 0 1 0 179979 27 0 0 25 0 8 0 162165229 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073744497 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14269/statm: 228855 23163 2532 14 0 215324 0
[pid=14269/tid=14277] ppid=14267 vsize=915420 CPUtime=0.15
/proc/14269/task/14277/stat : 14277 (java) S 14267 14269 14124 0 -1 64 6427 0 0 0 14 1 0 0 16 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14280] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14280/stat : 14280 (java) S 14267 14269 14124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14281] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14281/stat : 14281 (java) S 14267 14269 14124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162165234 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14282] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14282/stat : 14282 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14284] ppid=14267 vsize=915420 CPUtime=0.23
/proc/14269/task/14284/stat : 14284 (java) S 14267 14269 14124 0 -1 64 392 0 0 0 23 0 0 0 16 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14269/tid=14286] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14286/stat : 14286 (java) S 14267 14269 14124 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14288] ppid=14267 vsize=915420 CPUtime=0
/proc/14269/task/14288/stat : 14288 (java) S 14267 14269 14124 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162165237 937390080 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915420

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

Child status: 143
Real time (s): 1806.6
CPU time (s): 1800.11
CPU user time (s): 1799.81
CPU system time (s): 0.292955
CPU usage (%): 99.6406
Max. virtual memory (cumulated for all children) (KiB): 915424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.292955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23447
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= 37683
involuntary context switches= 37070

runsolver used 2.23866 s user time and 4.5763 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Jan  7 02:41:21 UTC 2007


IDJOB= 199868
IDBENCH= 3647
FILE ID= node76/199868-1168137681

PBS_JOBID= 3478048

Free space on /tmp= 66636 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  058b1cffee4e440b0ca4d1f19e415e26

RANDOM SEED= 468712993

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1548496 kB
Buffers:         44372 kB
Cached:         391256 kB
SwapCached:        456 kB
Active:         245512 kB
Inactive:       212052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1548496 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            7732 kB
Writeback:           0 kB
Mapped:          28936 kB
Slab:            35804 kB
Committed_AS:  5973804 kB
PageTables:       1624 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66641 MiB



End job on node76 on Sun Jan  7 03:11:28 UTC 2007