Trace number 196300

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.09 1815.44

General information on the benchmark

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

Solver Data (download as text)

0.30	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/196300-1168070533/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.40	       =>  wckTime=0.094  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
1.02	   
1.02	   constraints being loaded...
1.29	     nbConstraints=76  nbRelationTypes=76  nbExtensionStructures=76  nbSharedExtensionStructures=0
1.29	     nbConflictsStructures=76  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=18  maxArity=3
1.29	       =>  wckTime=0.983  cpuTime=0.87  mem=50M841
1.42	   
1.42	   solver IterativeSystematicSolver being built... 
1.58	       =>  wckTime=1.273  cpuTime=1.0  mem=34M589
1.59	   
1.59	   preprocessing
1.59	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.59	     detectedInconsistency=no
1.59	       =>  wckTime=0.0040  cpuTime=0.01  mem=34M589
1.70	   
1.70	   search
1.70	     run=0  nbConstraintChecks=32924  nbValidityChecks=60293  nbPropagations=344  nbRevisions=3852
1.70	     nbUselessRevisions=2963  nbAssignments=33  nbFailedAssignments=17  nbBacktracks=10  nbVisitedNodes=57
1.70	     nbRestartNogoods=0  mapSize=6  nbInferences=0  nbTooLargeKeys=0
1.70	       =>  wckTime=0.119  cpuTime=0.09  mem=35M580
1.78	   
1.78	   search
1.78	     run=1  nbConstraintChecks=79490  nbValidityChecks=153974  nbPropagations=1196  nbRevisions=13777
1.78	     nbUselessRevisions=10727  nbAssignments=78  nbFailedAssignments=40  nbBacktracks=25  nbVisitedNodes=136
1.78	     nbRestartNogoods=4  mapSize=20  nbInferences=0  nbTooLargeKeys=0
1.78	       =>  wckTime=0.198  cpuTime=0.16  mem=35M580
1.89	   
1.89	   search
1.89	     run=2  nbConstraintChecks=137219  nbValidityChecks=270546  nbPropagations=2638  nbRevisions=31456
1.89	     nbUselessRevisions=24546  nbAssignments=131  nbFailedAssignments=63  nbBacktracks=49  nbVisitedNodes=227
1.89	     nbRestartNogoods=8  mapSize=40  nbInferences=0  nbTooLargeKeys=0
1.89	       =>  wckTime=0.304  cpuTime=0.25  mem=35M580
2.01	   
2.01	   search
2.01	     run=3  nbConstraintChecks=218554  nbValidityChecks=439284  nbPropagations=4964  nbRevisions=60104
2.01	     nbUselessRevisions=47256  nbAssignments=226  nbFailedAssignments=119  nbBacktracks=82  nbVisitedNodes=398
2.01	     nbRestartNogoods=11  mapSize=68  nbInferences=0  nbTooLargeKeys=0
2.01	       =>  wckTime=0.423  cpuTime=0.37  mem=35M580
2.21	   
2.21	   search
2.21	     run=4  nbConstraintChecks=352445  nbValidityChecks=709162  nbPropagations=8737  nbRevisions=106728
2.21	     nbUselessRevisions=84170  nbAssignments=350  nbFailedAssignments=186  nbBacktracks=132  nbVisitedNodes=624
2.21	     nbRestartNogoods=18  mapSize=111  nbInferences=0  nbTooLargeKeys=0
2.21	       =>  wckTime=0.621  cpuTime=0.57  mem=35M580
2.43	   
2.43	   search
2.43	     run=5  nbConstraintChecks=489886  nbValidityChecks=999204  nbPropagations=14138  nbRevisions=172409
2.43	     nbUselessRevisions=135927  nbAssignments=520  nbFailedAssignments=275  nbBacktracks=207  nbVisitedNodes=918
2.43	     nbRestartNogoods=25  mapSize=161  nbInferences=0  nbTooLargeKeys=0
2.43	       =>  wckTime=0.848  cpuTime=0.77  mem=35M580
2.89	   
2.89	   search
2.89	     run=6  nbConstraintChecks=814524  nbValidityChecks=1647332  nbPropagations=23045  nbRevisions=282378
2.89	     nbUselessRevisions=222889  nbAssignments=828  nbFailedAssignments=465  nbBacktracks=320  nbVisitedNodes=1489
2.89	     nbRestartNogoods=32  mapSize=259  nbInferences=0  nbTooLargeKeys=0
2.89	       =>  wckTime=1.307  cpuTime=1.23  mem=35M580
3.56	   
3.56	   search
3.56	     run=7  nbConstraintChecks=1255091  nbValidityChecks=2543982  nbPropagations=37150  nbRevisions=452848
3.56	     nbUselessRevisions=356655  nbAssignments=1243  nbFailedAssignments=702  nbBacktracks=492  nbVisitedNodes=2251
3.56	     nbRestartNogoods=40  mapSize=401  nbInferences=0  nbTooLargeKeys=0
3.56	       =>  wckTime=1.972  cpuTime=1.88  mem=35M580
4.62	   
4.62	   search
4.62	     run=8  nbConstraintChecks=1990885  nbValidityChecks=4021457  nbPropagations=59109  nbRevisions=719616
4.62	     nbUselessRevisions=566212  nbAssignments=1883  nbFailedAssignments=1078  nbBacktracks=748  nbVisitedNodes=3447
4.62	     nbRestartNogoods=48  mapSize=624  nbInferences=0  nbTooLargeKeys=0
4.62	       =>  wckTime=3.041  cpuTime=2.92  mem=35M580
5.78	   
5.78	   search
5.78	     run=9  nbConstraintChecks=2803310  nbValidityChecks=5733056  nbPropagations=91571  nbRevisions=1112144
5.78	     nbUselessRevisions=874579  nbAssignments=2824  nbFailedAssignments=1629  nbBacktracks=1133  nbVisitedNodes=5171
5.78	     nbRestartNogoods=58  mapSize=929  nbInferences=0  nbTooLargeKeys=0
5.78	       =>  wckTime=4.193  cpuTime=4.05  mem=35M580
6.31	   
6.31	   INFO : Stopping hyperNogood (mapSize=1035, nbTooLargekeys=0, mem=35M580)
8.54	   
8.54	   search
8.54	     run=10  nbConstraintChecks=4859001  nbValidityChecks=9882859  nbPropagations=143010  nbRevisions=1783652
8.54	     nbUselessRevisions=1408120  nbAssignments=4726  nbFailedAssignments=2948  nbBacktracks=1709  nbVisitedNodes=8818
8.54	     nbRestartNogoods=65
8.54	       =>  wckTime=6.958  cpuTime=6.8  mem=35M580
11.06	   
11.06	   search
11.06	     run=11  nbConstraintChecks=6631973  nbValidityChecks=13557024  nbPropagations=215973  nbRevisions=2706692
11.06	     nbUselessRevisions=2136098  nbAssignments=6646  nbFailedAssignments=3995  nbBacktracks=2574  nbVisitedNodes=12283
11.06	     nbRestartNogoods=80
11.06	       =>  wckTime=9.474  cpuTime=9.28  mem=35M580
15.83	   
15.83	   search
15.83	     run=12  nbConstraintChecks=10120459  nbValidityChecks=20509391  nbPropagations=326851  nbRevisions=4097082
15.83	     nbUselessRevisions=3231719  nbAssignments=9713  nbFailedAssignments=5758  nbBacktracks=3872  nbVisitedNodes=17958
15.83	     nbRestartNogoods=95
15.83	       =>  wckTime=14.252  cpuTime=14.03  mem=35M580
22.05	   
22.05	   search
22.05	     run=13  nbConstraintChecks=14484335  nbValidityChecks=29457048  nbPropagations=492346  nbRevisions=6118926
22.05	     nbUselessRevisions=4815587  nbAssignments=14213  nbFailedAssignments=8305  nbBacktracks=5819  nbVisitedNodes=26179
22.05	     nbRestartNogoods=109
22.05	       =>  wckTime=20.463  cpuTime=20.13  mem=35M580
31.98	   
31.98	   search
31.98	     run=14  nbConstraintChecks=21575329  nbValidityChecks=44158823  nbPropagations=739757  nbRevisions=9141436
31.98	     nbUselessRevisions=7192542  nbAssignments=21384  nbFailedAssignments=12551  nbBacktracks=8739  nbVisitedNodes=39396
31.98	     nbRestartNogoods=126
31.98	       =>  wckTime=30.4  cpuTime=29.99  mem=35M580
47.54	   
47.54	   search
47.54	     run=15  nbConstraintChecks=32711560  nbValidityChecks=66823691  nbPropagations=1114283  nbRevisions=13711858
47.54	     nbUselessRevisions=10792930  nbAssignments=31808  nbFailedAssignments=18591  nbBacktracks=13118
47.54	     nbVisitedNodes=58661  nbRestartNogoods=135
47.54	       =>  wckTime=45.96  cpuTime=45.43  mem=35M580
68.79	   
68.79	   search
68.79	     run=16  nbConstraintChecks=47928557  nbValidityChecks=98176390  nbPropagations=1676655  nbRevisions=20474748
68.79	     nbUselessRevisions=16098656  nbAssignments=47317  nbFailedAssignments=27525  nbBacktracks=19687
68.79	     nbVisitedNodes=87188  nbRestartNogoods=149
68.79	       =>  wckTime=67.207  cpuTime=66.49  mem=35M580
102.06	   
102.06	   search
102.06	     run=17  nbConstraintChecks=71655933  nbValidityChecks=147117704  nbPropagations=2517828  nbRevisions=30562450
102.06	     nbUselessRevisions=24019536  nbAssignments=70887  nbFailedAssignments=41237  nbBacktracks=29541
102.06	     nbVisitedNodes=130589  nbRestartNogoods=162
102.06	       =>  wckTime=100.473  cpuTime=99.49  mem=35M580
156.76	   
156.76	   search
156.76	     run=18  nbConstraintChecks=111071909  nbValidityChecks=226749125  nbPropagations=3779217  nbRevisions=45941061
156.76	     nbUselessRevisions=36145746  nbAssignments=104979  nbFailedAssignments=60546  nbBacktracks=44321
156.76	     nbVisitedNodes=193641  nbRestartNogoods=176
156.76	       =>  wckTime=155.181  cpuTime=153.71  mem=35M580
232.58	   
232.58	   search
232.58	     run=19  nbConstraintChecks=165151567  nbValidityChecks=339022339  nbPropagations=5699358  nbRevisions=69070880
232.58	     nbUselessRevisions=54311734  nbAssignments=160305  nbFailedAssignments=93699  nbBacktracks=66489
232.58	     nbVisitedNodes=296429  nbRestartNogoods=214
232.58	       =>  wckTime=230.995  cpuTime=228.89  mem=35M580
357.51	   
357.51	   search
357.51	     run=20  nbConstraintChecks=254578803  nbValidityChecks=517672788  nbPropagations=8587525  nbRevisions=104063964
357.51	     nbUselessRevisions=81847787  nbAssignments=237301  nbFailedAssignments=137438  nbBacktracks=99742
357.51	     nbVisitedNodes=438466  nbRestartNogoods=235
357.51	       =>  wckTime=355.93  cpuTime=352.76  mem=35M580
537.96	   
537.96	   search
537.96	     run=21  nbConstraintChecks=383681363  nbValidityChecks=779772632  nbPropagations=12923850  nbRevisions=156572021
537.96	     nbUselessRevisions=123178810  nbAssignments=357895  nbFailedAssignments=208148  nbBacktracks=149621
537.96	     nbVisitedNodes=661290  nbRestartNogoods=256
537.96	       =>  wckTime=536.381  cpuTime=531.68  mem=35M580
817.20	   
817.21	   search
817.21	     run=22  nbConstraintChecks=584420540  nbValidityChecks=1182552227  nbPropagations=19451307  nbRevisions=236136815
817.21	     nbUselessRevisions=185923316  nbAssignments=535114  nbFailedAssignments=310543  nbBacktracks=224439
817.21	     nbVisitedNodes=989242  nbRestartNogoods=271
817.21	       =>  wckTime=815.622  cpuTime=808.55  mem=35M580
1209.12	   
1209.12	   search
1209.12	     run=23  nbConstraintChecks=865862410  nbValidityChecks=1755424412  nbPropagations=29233837  nbRevisions=354407122
1209.12	     nbUselessRevisions=278988404  nbAssignments=798380  nbFailedAssignments=461575  nbBacktracks=336667
1209.12	     nbVisitedNodes=1474808  nbRestartNogoods=304
1209.12	       =>  wckTime=1207.536  cpuTime=1197.15  mem=35M580
1784.07	   
1784.16	   search
1784.16	     run=24  nbConstraintChecks=1277373489  nbValidityChecks=2597383198  nbPropagations=43741059  nbRevisions=529420084
1784.16	     nbUselessRevisions=416515564  nbAssignments=1188141  nbFailedAssignments=682990  nbBacktracks=505008
1784.16	     nbVisitedNodes=2193177  nbRestartNogoods=312
1784.16	       =>  wckTime=1782.487  cpuTime=1767.22  mem=35M580

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/node43/watcher-196300-1168070533 -o ROOT/results/node43/solver-196300-1168070533 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/196300-1168070533/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.91 0.97 0.99 3/74 5114
/proc/meminfo: memFree=1714304/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=168 CPUtime=0
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 155452496 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4731179 0 0 4096 0 0 0 0 17 1 0 0
/proc/5113/statm: 42 23 18 14 0 2 0

[startup+0.103878 s]
/proc/loadavg: 0.91 0.97 0.99 3/74 5114
/proc/meminfo: memFree=1714304/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=913228 CPUtime=0.08
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 2918 0 1 0 7 1 0 0 20 0 8 0 155452496 935145472 2664 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5113/statm: 228307 2664 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913228

[startup+0.515946 s]
/proc/loadavg: 0.91 0.97 0.99 3/74 5114
/proc/meminfo: memFree=1714304/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=915328 CPUtime=0.49
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 7983 0 1 0 45 4 0 0 19 0 8 0 155452496 937295872 7722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445396 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5113/statm: 228832 7722 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34008 s]
/proc/loadavg: 0.91 0.97 0.99 4/93 5133
/proc/meminfo: memFree=1579432/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=915420 CPUtime=1.3
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 19146 0 1 0 120 10 0 0 25 0 8 0 155452496 937390080 18883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5113/statm: 228855 18883 2170 14 0 215325 0
[pid=5113/tid=5120] ppid=5111 vsize=915420 CPUtime=0.09
/proc/5113/task/5120/stat : 5120 (java) R 5111 5113 4974 0 -1 64 2656 0 0 0 8 1 0 0 16 0 8 0 155452501 937390080 18883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155523707 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5122] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5122/stat : 5122 (java) S 5111 5113 4974 0 -1 64 10 0 0 0 0 0 0 0 17 0 8 0 155452502 937390080 18883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5123] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5123/stat : 5123 (java) S 5111 5113 4974 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155452502 937390080 18883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5127] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5127/stat : 5127 (java) S 5111 5113 4974 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155452505 937390080 18883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5129] ppid=5111 vsize=915420 CPUtime=0.09
/proc/5113/task/5129/stat : 5129 (java) S 5111 5113 4974 0 -1 64 323 0 0 0 9 0 0 0 16 0 8 0 155452505 937390080 18883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5131] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5131/stat : 5131 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155452505 937390080 18883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5133] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5133/stat : 5133 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155452505 937390080 18883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915420

[startup+2.97736 s]
/proc/loadavg: 1.16 1.02 1.01 3/93 5133
/proc/meminfo: memFree=1546728/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=915420 CPUtime=2.93
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 23551 0 1 0 279 14 0 0 25 0 8 0 155452496 937390080 23286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073777587 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5113/statm: 228855 23286 2521 14 0 215325 0
[pid=5113/tid=5120] ppid=5111 vsize=915420 CPUtime=0.17
/proc/5113/task/5120/stat : 5120 (java) S 5111 5113 4974 0 -1 64 6585 0 0 0 14 3 0 0 17 0 8 0 155452501 937390080 23286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5122] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5122/stat : 5122 (java) S 5111 5113 4974 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155452502 937390080 23286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5123] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5123/stat : 5123 (java) S 5111 5113 4974 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155452502 937390080 23286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5127] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5127/stat : 5127 (java) S 5111 5113 4974 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155452505 937390080 23286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5129] ppid=5111 vsize=915420 CPUtime=0.19
/proc/5113/task/5129/stat : 5129 (java) S 5111 5113 4974 0 -1 64 374 0 0 0 18 1 0 0 15 0 8 0 155452505 937390080 23286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5131] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5131/stat : 5131 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155452505 937390080 23286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5133] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5133/stat : 5133 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155452505 937390080 23286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915420

[startup+6.17989 s]
/proc/loadavg: 1.16 1.02 1.01 3/93 5137
/proc/meminfo: memFree=1546536/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=915420 CPUtime=6.09
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 23568 0 1 0 595 14 0 0 25 0 8 0 155452496 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5113/statm: 228855 23301 2521 14 0 215325 0
[pid=5113/tid=5120] ppid=5111 vsize=915420 CPUtime=0.17
/proc/5113/task/5120/stat : 5120 (java) S 5111 5113 4974 0 -1 64 6585 0 0 0 14 3 0 0 16 0 8 0 155452501 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5122] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5122/stat : 5122 (java) S 5111 5113 4974 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155452502 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5123] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5123/stat : 5123 (java) S 5111 5113 4974 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155452502 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5127] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5127/stat : 5127 (java) S 5111 5113 4974 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155452505 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5129] ppid=5111 vsize=915420 CPUtime=0.22
/proc/5113/task/5129/stat : 5129 (java) S 5111 5113 4974 0 -1 64 390 0 0 0 21 1 0 0 15 0 8 0 155452505 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5131] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5131/stat : 5131 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155452505 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5133] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5133/stat : 5133 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155452505 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 915420

[startup+12.659 s]
/proc/loadavg: 1.29 1.05 1.02 3/93 5141
/proc/meminfo: memFree=1546536/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=915420 CPUtime=12.51
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 23572 0 1 0 1236 15 0 0 25 0 8 0 155452496 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5113/statm: 228855 23304 2521 14 0 215325 0
[pid=5113/tid=5120] ppid=5111 vsize=915420 CPUtime=0.17
/proc/5113/task/5120/stat : 5120 (java) S 5111 5113 4974 0 -1 64 6585 0 0 0 14 3 0 0 16 0 8 0 155452501 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5122] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5122/stat : 5122 (java) S 5111 5113 4974 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155452502 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5123] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5123/stat : 5123 (java) S 5111 5113 4974 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155452502 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5127] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5127/stat : 5127 (java) S 5111 5113 4974 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155452505 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5129] ppid=5111 vsize=915420 CPUtime=0.23
/proc/5113/task/5129/stat : 5129 (java) S 5111 5113 4974 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155452505 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5131] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5131/stat : 5131 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155452505 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5133] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5133/stat : 5133 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155452505 937390080 23304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 915420

[startup+25.5241 s]
/proc/loadavg: 1.40 1.08 1.03 3/87 5165
/proc/meminfo: memFree=1547672/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=915420 CPUtime=25.23
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 23575 0 1 0 2506 17 0 0 25 0 8 0 155452496 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5113/statm: 228855 23306 2521 14 0 215325 0
[pid=5113/tid=5120] ppid=5111 vsize=915420 CPUtime=0.17
/proc/5113/task/5120/stat : 5120 (java) S 5111 5113 4974 0 -1 64 6585 0 0 0 14 3 0 0 16 0 8 0 155452501 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5122] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5122/stat : 5122 (java) S 5111 5113 4974 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155452502 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5123] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5123/stat : 5123 (java) S 5111 5113 4974 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155452502 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5127] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5127/stat : 5127 (java) S 5111 5113 4974 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155452505 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5129] ppid=5111 vsize=915420 CPUtime=0.23
/proc/5113/task/5129/stat : 5129 (java) S 5111 5113 4974 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 155452505 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5131] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5131/stat : 5131 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155452505 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5133] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5133/stat : 5133 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155452505 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 915420

[startup+51.1414 s]
/proc/loadavg: 1.60 1.15 1.05 3/87 5165
/proc/meminfo: memFree=1547928/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=915420 CPUtime=50.65
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 23575 0 1 0 5048 17 0 0 25 0 8 0 155452496 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760914 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5113/statm: 228855 23306 2521 14 0 215325 0
[pid=5113/tid=5120] ppid=5111 vsize=915420 CPUtime=0.17
/proc/5113/task/5120/stat : 5120 (java) S 5111 5113 4974 0 -1 64 6585 0 0 0 14 3 0 0 16 0 8 0 155452501 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5122] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5122/stat : 5122 (java) S 5111 5113 4974 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155452502 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5123] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5123/stat : 5123 (java) S 5111 5113 4974 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155452502 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5127] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5127/stat : 5127 (java) S 5111 5113 4974 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155452505 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5129] ppid=5111 vsize=915420 CPUtime=0.23
/proc/5113/task/5129/stat : 5129 (java) S 5111 5113 4974 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 155452505 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5131] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5131/stat : 5131 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155452505 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5133] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5133/stat : 5133 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155452505 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 915420

[startup+102.37 s]
/proc/loadavg: 1.84 1.29 1.11 3/87 5165
/proc/meminfo: memFree=1548120/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=915420 CPUtime=101.45
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 23575 0 1 0 10128 17 0 0 25 0 8 0 155452496 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5113/statm: 228855 23306 2521 14 0 215325 0
[pid=5113/tid=5120] ppid=5111 vsize=915420 CPUtime=0.17
/proc/5113/task/5120/stat : 5120 (java) S 5111 5113 4974 0 -1 64 6585 0 0 0 14 3 0 0 16 0 8 0 155452501 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5122] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5122/stat : 5122 (java) S 5111 5113 4974 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155452502 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5123] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5123/stat : 5123 (java) S 5111 5113 4974 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155452502 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5127] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5127/stat : 5127 (java) S 5111 5113 4974 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155452505 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5129] ppid=5111 vsize=915420 CPUtime=0.23
/proc/5113/task/5129/stat : 5129 (java) S 5111 5113 4974 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 155452505 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5131] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5131/stat : 5131 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155452505 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5133] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5133/stat : 5133 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155452505 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 915420

[startup+162.446 s]
/proc/loadavg: 1.94 1.42 1.16 3/87 5165
/proc/meminfo: memFree=1548184/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=915420 CPUtime=160.99
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 23575 0 1 0 16082 17 0 0 25 0 8 0 155452496 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073771465 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1484.1 s]
/proc/loadavg: 2.06 2.02 1.79 3/87 5167
/proc/meminfo: memFree=1547808/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=915420 CPUtime=1471.44
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 23576 0 1 0 147125 19 0 0 25 0 8 0 155452496 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5113/statm: 228855 23307 2521 14 0 215325 0
[pid=5113/tid=5120] ppid=5111 vsize=915420 CPUtime=0.17
/proc/5113/task/5120/stat : 5120 (java) S 5111 5113 4974 0 -1 64 6585 0 0 0 14 3 0 0 16 0 8 0 155452501 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5122] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5122/stat : 5122 (java) S 5111 5113 4974 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155452502 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5123] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5123/stat : 5123 (java) S 5111 5113 4974 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155452502 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5127] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5127/stat : 5127 (java) S 5111 5113 4974 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5129] ppid=5111 vsize=915420 CPUtime=0.23
/proc/5113/task/5129/stat : 5129 (java) S 5111 5113 4974 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5131] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5131/stat : 5131 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5133] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5133/stat : 5133 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1471.44
Current children cumulated vsize (KiB) 915420

[startup+1544.17 s]
/proc/loadavg: 2.02 2.02 1.80 3/87 5167
/proc/meminfo: memFree=1547872/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=915420 CPUtime=1531.02
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 23576 0 1 0 153083 19 0 0 25 0 8 0 155452496 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783980 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5113/statm: 228855 23307 2521 14 0 215325 0
[pid=5113/tid=5120] ppid=5111 vsize=915420 CPUtime=0.17
/proc/5113/task/5120/stat : 5120 (java) S 5111 5113 4974 0 -1 64 6585 0 0 0 14 3 0 0 16 0 8 0 155452501 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5122] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5122/stat : 5122 (java) S 5111 5113 4974 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155452502 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5123] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5123/stat : 5123 (java) S 5111 5113 4974 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155452502 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5127] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5127/stat : 5127 (java) S 5111 5113 4974 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5129] ppid=5111 vsize=915420 CPUtime=0.23
/proc/5113/task/5129/stat : 5129 (java) S 5111 5113 4974 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5131] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5131/stat : 5131 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5133] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5133/stat : 5133 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1531.02
Current children cumulated vsize (KiB) 915420

[startup+1604.23 s]
/proc/loadavg: 2.00 2.01 1.81 3/87 5167
/proc/meminfo: memFree=1547872/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=915420 CPUtime=1590.56
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 23576 0 1 0 159037 19 0 0 25 0 8 0 155452496 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5113/statm: 228855 23307 2521 14 0 215325 0
[pid=5113/tid=5120] ppid=5111 vsize=915420 CPUtime=0.17
/proc/5113/task/5120/stat : 5120 (java) S 5111 5113 4974 0 -1 64 6585 0 0 0 14 3 0 0 16 0 8 0 155452501 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5122] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5122/stat : 5122 (java) S 5111 5113 4974 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155452502 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5123] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5123/stat : 5123 (java) S 5111 5113 4974 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155452502 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5127] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5127/stat : 5127 (java) S 5111 5113 4974 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5129] ppid=5111 vsize=915420 CPUtime=0.23
/proc/5113/task/5129/stat : 5129 (java) S 5111 5113 4974 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5131] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5131/stat : 5131 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5133] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5133/stat : 5133 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.56
Current children cumulated vsize (KiB) 915420

[startup+1664.3 s]
/proc/loadavg: 2.00 2.01 1.82 3/87 5167
/proc/meminfo: memFree=1547808/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=915420 CPUtime=1650.14
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 23576 0 1 0 164995 19 0 0 25 0 8 0 155452496 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782378 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5113/statm: 228855 23307 2521 14 0 215325 0
[pid=5113/tid=5120] ppid=5111 vsize=915420 CPUtime=0.17
/proc/5113/task/5120/stat : 5120 (java) S 5111 5113 4974 0 -1 64 6585 0 0 0 14 3 0 0 16 0 8 0 155452501 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5122] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5122/stat : 5122 (java) S 5111 5113 4974 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155452502 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5123] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5123/stat : 5123 (java) S 5111 5113 4974 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155452502 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5127] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5127/stat : 5127 (java) S 5111 5113 4974 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5129] ppid=5111 vsize=915420 CPUtime=0.23
/proc/5113/task/5129/stat : 5129 (java) S 5111 5113 4974 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5131] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5131/stat : 5131 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5133] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5133/stat : 5133 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.14
Current children cumulated vsize (KiB) 915420

[startup+1724.38 s]
/proc/loadavg: 2.00 2.00 1.83 3/87 5167
/proc/meminfo: memFree=1547744/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=915420 CPUtime=1709.7
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 23576 0 1 0 170951 19 0 0 25 0 8 0 155452496 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073763685 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5113/statm: 228855 23307 2521 14 0 215325 0
[pid=5113/tid=5120] ppid=5111 vsize=915420 CPUtime=0.17
/proc/5113/task/5120/stat : 5120 (java) S 5111 5113 4974 0 -1 64 6585 0 0 0 14 3 0 0 16 0 8 0 155452501 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5122] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5122/stat : 5122 (java) S 5111 5113 4974 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155452502 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5123] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5123/stat : 5123 (java) S 5111 5113 4974 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155452502 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5127] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5127/stat : 5127 (java) S 5111 5113 4974 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5129] ppid=5111 vsize=915420 CPUtime=0.23
/proc/5113/task/5129/stat : 5129 (java) S 5111 5113 4974 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5131] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5131/stat : 5131 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5133] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5133/stat : 5133 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.7
Current children cumulated vsize (KiB) 915420

[startup+1784.45 s]
/proc/loadavg: 2.00 2.00 1.83 3/87 5167
/proc/meminfo: memFree=1547808/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=915420 CPUtime=1769.25
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 23576 0 1 0 176906 19 0 0 25 0 8 0 155452496 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073763709 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5113/statm: 228855 23307 2521 14 0 215325 0
[pid=5113/tid=5120] ppid=5111 vsize=915420 CPUtime=0.17
/proc/5113/task/5120/stat : 5120 (java) S 5111 5113 4974 0 -1 64 6585 0 0 0 14 3 0 0 16 0 8 0 155452501 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5122] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5122/stat : 5122 (java) S 5111 5113 4974 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155452502 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5123] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5123/stat : 5123 (java) S 5111 5113 4974 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155452502 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5127] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5127/stat : 5127 (java) S 5111 5113 4974 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5129] ppid=5111 vsize=915420 CPUtime=0.23
/proc/5113/task/5129/stat : 5129 (java) S 5111 5113 4974 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5131] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5131/stat : 5131 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5133] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5133/stat : 5133 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.25
Current children cumulated vsize (KiB) 915420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.41 s]
/proc/loadavg: 1.99 2.00 1.84 2/75 5236
/proc/meminfo: memFree=1632112/2055920 swapFree=4192812/4192956
[pid=5113] ppid=5111 vsize=915420 CPUtime=1800.04
/proc/5113/stat : 5113 (java) R 5111 5113 4974 0 -1 0 23576 0 1 0 179982 22 0 0 25 0 8 0 155452496 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5113/statm: 228855 23307 2521 14 0 215325 0
[pid=5113/tid=5120] ppid=5111 vsize=915420 CPUtime=0.17
/proc/5113/task/5120/stat : 5120 (java) S 5111 5113 4974 0 -1 64 6585 0 0 0 14 3 0 0 16 0 8 0 155452501 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5122] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5122/stat : 5122 (java) S 5111 5113 4974 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155452502 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5123] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5123/stat : 5123 (java) S 5111 5113 4974 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155452502 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5127] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5127/stat : 5127 (java) S 5111 5113 4974 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5129] ppid=5111 vsize=915420 CPUtime=0.23
/proc/5113/task/5129/stat : 5129 (java) S 5111 5113 4974 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5113/tid=5131] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5131/stat : 5131 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5113/tid=5133] ppid=5111 vsize=915420 CPUtime=0
/proc/5113/task/5133/stat : 5133 (java) S 5111 5113 4974 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155452505 937390080 23307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 915420

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

Child status: 143
Real time (s): 1815.44
CPU time (s): 1800.09
CPU user time (s): 1799.84
CPU system time (s): 0.241963
CPU usage (%): 99.154
Max. virtual memory (cumulated for all children) (KiB): 915420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.241963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23592
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37879
involuntary context switches= 76956

runsolver used 2.06169 s user time and 4.86826 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sat Jan  6 08:02:14 UTC 2007


IDJOB= 196300
IDBENCH= 3341
FILE ID= node43/196300-1168070533

PBS_JOBID= 3475944

Free space on /tmp= 66476 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c527ad7568c6baeb5904a2d1842fb79f

RANDOM SEED= 886015641

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.278
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.278
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:       1714720 kB
Buffers:         24716 kB
Cached:         227904 kB
SwapCached:          0 kB
Active:          62596 kB
Inactive:       210788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9436 kB
Writeback:           0 kB
Mapped:          31364 kB
Slab:            53164 kB
Committed_AS:  2812772 kB
PageTables:       1816 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= 66480 MiB



End job on node43 on Sat Jan  6 08:32:30 UTC 2007