Trace number 199908

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 1801.38

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-19_ext.xml
MD5SUM96d10c852907193ff355871085e03668
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 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.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/199908-1168071683/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.40	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
1.04	   
1.04	   constraints being loaded...
1.31	     nbConstraints=76  nbRelationTypes=76  nbExtensionStructures=76  nbSharedExtensionStructures=0
1.31	     nbConflictsStructures=76  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=3
1.31	       =>  wckTime=1.01  cpuTime=0.89  mem=50M841
1.42	   
1.42	   solver IterativeSystematicSolver being built... 
1.58	       =>  wckTime=1.28  cpuTime=1.02  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.0  mem=34M589
1.70	   
1.70	   search
1.70	     run=0  nbConstraintChecks=30476  nbValidityChecks=54316  nbPropagations=377  nbRevisions=3987
1.70	     nbUselessRevisions=3220  nbAssignments=27  nbFailedAssignments=9  nbBacktracks=11  nbVisitedNodes=46
1.70	     nbRestartNogoods=0  mapSize=11  nbInferences=0  nbTooLargeKeys=0
1.70	       =>  wckTime=0.111  cpuTime=0.08  mem=35M580
1.77	   
1.77	   search
1.77	     run=1  nbConstraintChecks=71958  nbValidityChecks=130097  nbPropagations=1119  nbRevisions=12472
1.77	     nbUselessRevisions=10057  nbAssignments=69  nbFailedAssignments=27  nbBacktracks=26  nbVisitedNodes=114
1.77	     nbRestartNogoods=4  mapSize=22  nbInferences=0  nbTooLargeKeys=0
1.77	       =>  wckTime=0.184  cpuTime=0.15  mem=35M580
1.89	   
1.89	   search
1.89	     run=2  nbConstraintChecks=141118  nbValidityChecks=271288  nbPropagations=2593  nbRevisions=30512
1.89	     nbUselessRevisions=24568  nbAssignments=131  nbFailedAssignments=60  nbBacktracks=50  nbVisitedNodes=224
1.89	     nbRestartNogoods=11  mapSize=43  nbInferences=0  nbTooLargeKeys=0
1.89	       =>  wckTime=0.302  cpuTime=0.26  mem=35M580
2.04	   
2.04	   search
2.04	     run=3  nbConstraintChecks=247836  nbValidityChecks=481146  nbPropagations=5152  nbRevisions=61971
2.04	     nbUselessRevisions=49905  nbAssignments=231  nbFailedAssignments=119  nbBacktracks=85  nbVisitedNodes=408
2.04	     nbRestartNogoods=13  mapSize=77  nbInferences=0  nbTooLargeKeys=0
2.04	       =>  wckTime=0.46  cpuTime=0.41  mem=35M580
2.29	   
2.29	   search
2.29	     run=4  nbConstraintChecks=409287  nbValidityChecks=804240  nbPropagations=9405  nbRevisions=113874
2.29	     nbUselessRevisions=91458  nbAssignments=363  nbFailedAssignments=195  nbBacktracks=135  nbVisitedNodes=653
2.29	     nbRestartNogoods=17  mapSize=125  nbInferences=0  nbTooLargeKeys=0
2.29	       =>  wckTime=0.704  cpuTime=0.65  mem=35M580
2.56	   
2.56	   search
2.56	     run=5  nbConstraintChecks=596155  nbValidityChecks=1175706  nbPropagations=15468  nbRevisions=188978
2.56	     nbUselessRevisions=151883  nbAssignments=524  nbFailedAssignments=273  nbBacktracks=211  nbVisitedNodes=940
2.56	     nbRestartNogoods=24  mapSize=185  nbInferences=0  nbTooLargeKeys=0
2.56	       =>  wckTime=0.98  cpuTime=0.92  mem=35M580
2.91	   
2.91	   search
2.91	     run=6  nbConstraintChecks=833299  nbValidityChecks=1675016  nbPropagations=24637  nbRevisions=302417
2.91	     nbUselessRevisions=243290  nbAssignments=804  nbFailedAssignments=437  nbBacktracks=324  nbVisitedNodes=1452
2.91	     nbRestartNogoods=33  mapSize=280  nbInferences=0  nbTooLargeKeys=0
2.91	       =>  wckTime=1.331  cpuTime=1.27  mem=35M580
3.60	   
3.60	   search
3.60	     run=7  nbConstraintChecks=1316364  nbValidityChecks=2604961  nbPropagations=38516  nbRevisions=474791
3.60	     nbUselessRevisions=381339  nbAssignments=1236  nbFailedAssignments=692  nbBacktracks=495  nbVisitedNodes=2257
3.60	     nbRestartNogoods=34  mapSize=431  nbInferences=0  nbTooLargeKeys=0
3.60	       =>  wckTime=2.018  cpuTime=1.95  mem=35M580
4.49	   
4.49	   search
4.49	     run=8  nbConstraintChecks=1931080  nbValidityChecks=3880569  nbPropagations=59894  nbRevisions=739885
4.49	     nbUselessRevisions=592807  nbAssignments=1869  nbFailedAssignments=1064  nbBacktracks=751  nbVisitedNodes=3428
4.49	     nbRestartNogoods=39  mapSize=654  nbInferences=0  nbTooLargeKeys=0
4.49	       =>  wckTime=2.904  cpuTime=2.82  mem=35M580
5.74	   
5.75	   search
5.75	     run=9  nbConstraintChecks=2876629  nbValidityChecks=5726015  nbPropagations=90666  nbRevisions=1119307
5.75	     nbUselessRevisions=894681  nbAssignments=2722  nbFailedAssignments=1526  nbBacktracks=1136  nbVisitedNodes=4993
5.75	     nbRestartNogoods=48  mapSize=981  nbInferences=0  nbTooLargeKeys=0
5.75	       =>  wckTime=4.161  cpuTime=4.06  mem=35M580
5.99	   
5.99	   INFO : Stopping hyperNogood (mapSize=1040, nbTooLargekeys=0, mem=35M580)
7.58	   
7.58	   search
7.58	     run=10  nbConstraintChecks=4244771  nbValidityChecks=8477194  nbPropagations=138186  nbRevisions=1707502
7.58	     nbUselessRevisions=1362654  nbAssignments=4035  nbFailedAssignments=2255  nbBacktracks=1713  nbVisitedNodes=7429
7.58	     nbRestartNogoods=58
7.58	       =>  wckTime=5.996  cpuTime=5.89  mem=35M580
9.91	   
9.91	   search
9.91	     run=11  nbConstraintChecks=6028100  nbValidityChecks=11955204  nbPropagations=203618  nbRevisions=2513566
9.91	     nbUselessRevisions=2004166  nbAssignments=5680  nbFailedAssignments=3029  nbBacktracks=2577  nbVisitedNodes=10337
9.91	     nbRestartNogoods=73
9.91	       =>  wckTime=8.324  cpuTime=8.22  mem=35M580
13.44	   
13.44	   search
13.44	     run=12  nbConstraintChecks=8720925  nbValidityChecks=17502382  nbPropagations=303476  nbRevisions=3731784
13.44	     nbUselessRevisions=2974688  nbAssignments=8713  nbFailedAssignments=4759  nbBacktracks=3874  nbVisitedNodes=15908
13.45	     nbRestartNogoods=80
13.45	       =>  wckTime=11.862  cpuTime=11.76  mem=35M580
19.83	   
19.83	   search
19.83	     run=13  nbConstraintChecks=13669549  nbValidityChecks=27115211  nbPropagations=451739  nbRevisions=5556663
19.83	     nbUselessRevisions=4428725  nbAssignments=13158  nbFailedAssignments=7250  nbBacktracks=5821  nbVisitedNodes=24097
19.84	     nbRestartNogoods=88
19.84	       =>  wckTime=18.252  cpuTime=18.14  mem=35M580
27.98	   
27.98	   search
27.98	     run=14  nbConstraintChecks=19834430  nbValidityChecks=39507084  nbPropagations=675799  nbRevisions=8318202
27.98	     nbUselessRevisions=6627345  nbAssignments=19398  nbFailedAssignments=10564  nbBacktracks=8741  nbVisitedNodes=35474
27.98	     nbRestartNogoods=99
27.98	       =>  wckTime=26.395  cpuTime=26.27  mem=35M580
43.69	   
43.69	   search
43.69	     run=15  nbConstraintChecks=31850821  nbValidityChecks=64296307  nbPropagations=1037925  nbRevisions=12790948
43.69	     nbUselessRevisions=10182114  nbAssignments=30964  nbFailedAssignments=17745  nbBacktracks=13119
43.69	     nbVisitedNodes=57538  nbRestartNogoods=106
43.69	       =>  wckTime=42.107  cpuTime=41.97  mem=35M580
63.03	   
63.03	   search
63.03	     run=16  nbConstraintChecks=46724280  nbValidityChecks=94523798  nbPropagations=1580062  nbRevisions=19445204
63.03	     nbUselessRevisions=15477940  nbAssignments=46624  nbFailedAssignments=26829  nbBacktracks=19689
63.03	     nbVisitedNodes=86497  nbRestartNogoods=133
63.03	       =>  wckTime=61.447  cpuTime=61.3  mem=35M580
101.20	   
101.20	   search
101.20	     run=17  nbConstraintChecks=75716414  nbValidityChecks=154302625  nbPropagations=2455787  nbRevisions=30166365
101.20	     nbUselessRevisions=23986073  nbAssignments=73527  nbFailedAssignments=43873  nbBacktracks=29541
101.20	     nbVisitedNodes=137959  nbRestartNogoods=158
101.20	       =>  wckTime=99.613  cpuTime=99.43  mem=35M580
146.41	   
146.41	   search
146.41	     run=18  nbConstraintChecks=109999411  nbValidityChecks=222582651  nbPropagations=3705240  nbRevisions=45414235
146.41	     nbUselessRevisions=36080892  nbAssignments=106107  nbFailedAssignments=61669  nbBacktracks=44319
146.41	     nbVisitedNodes=197509  nbRestartNogoods=172
146.41	       =>  wckTime=144.826  cpuTime=144.62  mem=35M580
220.40	   
220.40	   search
220.40	     run=19  nbConstraintChecks=164222089  nbValidityChecks=332225523  nbPropagations=5584132  nbRevisions=68027840
220.40	     nbUselessRevisions=53967526  nbAssignments=157308  nbFailedAssignments=90696  nbBacktracks=66488
220.40	     nbVisitedNodes=291186  nbRestartNogoods=189
220.40	       =>  wckTime=218.813  cpuTime=218.55  mem=35M580
317.51	   
317.51	   search
317.51	     run=20  nbConstraintChecks=239270826  nbValidityChecks=481193497  nbPropagations=8260562  nbRevisions=100365587
317.51	     nbUselessRevisions=79581567  nbAssignments=228151  nbFailedAssignments=128281  nbBacktracks=99740
317.51	     nbVisitedNodes=418891  nbRestartNogoods=201
317.51	       =>  wckTime=315.929  cpuTime=315.61  mem=35M580
494.50	   
494.51	   search
494.51	     run=21  nbConstraintChecks=374920981  nbValidityChecks=755525938  nbPropagations=12402555  nbRevisions=150504612
494.51	     nbUselessRevisions=119275998  nbAssignments=346950  nbFailedAssignments=197196  nbBacktracks=149619
494.51	     nbVisitedNodes=640313  nbRestartNogoods=218
494.51	       =>  wckTime=492.922  cpuTime=492.48  mem=35M580
738.97	   
738.97	   search
738.97	     run=22  nbConstraintChecks=563400443  nbValidityChecks=1125231690  nbPropagations=18409746  nbRevisions=223328000
738.97	     nbUselessRevisions=176984084  nbAssignments=512618  nbFailedAssignments=288040  nbBacktracks=224437
738.97	     nbVisitedNodes=945823  nbRestartNogoods=244
738.97	       =>  wckTime=737.386  cpuTime=736.78  mem=35M580
1124.94	   
1124.94	   search
1124.94	     run=23  nbConstraintChecks=857825691  nbValidityChecks=1718094570  nbPropagations=27788117  nbRevisions=337961876
1124.94	     nbUselessRevisions=267849683  nbAssignments=772676  nbFailedAssignments=435864  nbBacktracks=336666
1124.94	     nbVisitedNodes=1429667  nbRestartNogoods=266
1124.94	       =>  wckTime=1123.36  cpuTime=1122.47  mem=35M580
1623.07	   
1623.07	   search
1623.07	     run=24  nbConstraintChecks=1240240709  nbValidityChecks=2478490810  nbPropagations=41136475  nbRevisions=501280528
1623.07	     nbUselessRevisions=397520673  nbAssignments=1123227  nbFailedAssignments=618067  nbBacktracks=505008
1623.07	     nbVisitedNodes=2059859  nbRestartNogoods=289
1623.07	       =>  wckTime=1621.491  cpuTime=1620.25  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/node38/watcher-199908-1168071683 -o ROOT/results/node38/solver-199908-1168071683 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199908-1168071683/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.12 1.10 1.30 4/65 14976
/proc/meminfo: memFree=1672920/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=168 CPUtime=0
/proc/14975/stat : 14975 (java) R 14973 14975 14251 0 -1 0 39 0 0 0 0 0 0 0 20 0 1 0 155567971 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 8606500 0 0 4096 0 0 0 0 17 1 0 0
/proc/14975/statm: 42 23 18 14 0 2 0

[startup+0.105725 s]
/proc/loadavg: 1.12 1.10 1.30 4/65 14976
/proc/meminfo: memFree=1672920/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=914988 CPUtime=0.08
/proc/14975/stat : 14975 (java) R 14973 14975 14251 0 -1 0 3024 0 1 0 7 1 0 0 16 0 8 0 155567971 936947712 2770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4160642522 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14975/statm: 228747 2770 1436 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513809 s]
/proc/loadavg: 1.12 1.10 1.30 4/65 14976
/proc/meminfo: memFree=1672920/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=915328 CPUtime=0.49
/proc/14975/stat : 14975 (java) R 14973 14975 14251 0 -1 0 7948 0 1 0 44 5 0 0 17 0 8 0 155567971 937295872 7687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073564671 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14975/statm: 228832 7687 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33596 s]
/proc/loadavg: 1.11 1.10 1.29 2/72 14983
/proc/meminfo: memFree=1605792/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=915420 CPUtime=1.3
/proc/14975/stat : 14975 (java) S 14973 14975 14251 0 -1 0 19142 0 1 0 120 10 0 0 17 0 8 0 155567971 937390080 18879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14975/statm: 228855 18879 2169 14 0 215325 0
[pid=14975/tid=14977] ppid=14973 vsize=915420 CPUtime=0.06
/proc/14975/task/14977/stat : 14977 (java) R 14973 14975 14251 0 -1 64 2653 0 0 0 6 0 0 0 16 0 8 0 155567975 937390080 18879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155134196 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14978] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14978/stat : 14978 (java) S 14973 14975 14251 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155567976 937390080 18879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14979] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14979/stat : 14979 (java) S 14973 14975 14251 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155567976 937390080 18879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14980] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14980/stat : 14980 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155567979 937390080 18879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14981] ppid=14973 vsize=915420 CPUtime=0.08
/proc/14975/task/14981/stat : 14981 (java) S 14973 14975 14251 0 -1 64 323 0 0 0 8 0 0 0 16 0 8 0 155567979 937390080 18879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14982] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14982/stat : 14982 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155567979 937390080 18879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14983] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14983/stat : 14983 (java) S 14973 14975 14251 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155567979 937390080 18879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915420

[startup+2.97729 s]
/proc/loadavg: 1.11 1.10 1.29 2/72 14983
/proc/meminfo: memFree=1589280/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=915420 CPUtime=2.94
/proc/14975/stat : 14975 (java) R 14973 14975 14251 0 -1 0 23550 0 1 0 281 13 0 0 17 0 8 0 155567971 937390080 23285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073757577 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14975/statm: 228855 23285 2521 14 0 215325 0
[pid=14975/tid=14977] ppid=14973 vsize=915420 CPUtime=0.16
/proc/14975/task/14977/stat : 14977 (java) S 14973 14975 14251 0 -1 64 6585 0 0 0 14 2 0 0 16 0 8 0 155567975 937390080 23285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14978] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14978/stat : 14978 (java) S 14973 14975 14251 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14979] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14979/stat : 14979 (java) S 14973 14975 14251 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14980] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14980/stat : 14980 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155567979 937390080 23285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14981] ppid=14973 vsize=915420 CPUtime=0.17
/proc/14975/task/14981/stat : 14981 (java) S 14973 14975 14251 0 -1 64 373 0 0 0 16 1 0 0 15 0 8 0 155567979 937390080 23285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14982] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14982/stat : 14982 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155567979 937390080 23285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14983] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14983/stat : 14983 (java) S 14973 14975 14251 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155567979 937390080 23285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915420

[startup+6.26692 s]
/proc/loadavg: 1.10 1.10 1.29 2/72 14983
/proc/meminfo: memFree=1589216/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=915420 CPUtime=6.22
/proc/14975/stat : 14975 (java) R 14973 14975 14251 0 -1 0 23567 0 1 0 609 13 0 0 19 0 8 0 155567971 937390080 23300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14975/statm: 228855 23300 2521 14 0 215325 0
[pid=14975/tid=14977] ppid=14973 vsize=915420 CPUtime=0.16
/proc/14975/task/14977/stat : 14977 (java) S 14973 14975 14251 0 -1 64 6585 0 0 0 14 2 0 0 16 0 8 0 155567975 937390080 23300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14978] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14978/stat : 14978 (java) S 14973 14975 14251 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14979] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14979/stat : 14979 (java) S 14973 14975 14251 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14980] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14980/stat : 14980 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155567979 937390080 23300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14981] ppid=14973 vsize=915420 CPUtime=0.2
/proc/14975/task/14981/stat : 14981 (java) S 14973 14975 14251 0 -1 64 388 0 0 0 19 1 0 0 15 0 8 0 155567979 937390080 23300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14982] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14982/stat : 14982 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155567979 937390080 23300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14983] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14983/stat : 14983 (java) S 14973 14975 14251 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155567979 937390080 23300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915420

[startup+12.7442 s]
/proc/loadavg: 1.09 1.10 1.29 2/72 14983
/proc/meminfo: memFree=1589224/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=915420 CPUtime=12.68
/proc/14975/stat : 14975 (java) R 14973 14975 14251 0 -1 0 23571 0 1 0 1255 13 0 0 25 0 8 0 155567971 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819307 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14975/statm: 228855 23303 2521 14 0 215325 0
[pid=14975/tid=14977] ppid=14973 vsize=915420 CPUtime=0.16
/proc/14975/task/14977/stat : 14977 (java) S 14973 14975 14251 0 -1 64 6585 0 0 0 14 2 0 0 16 0 8 0 155567975 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14978] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14978/stat : 14978 (java) S 14973 14975 14251 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14979] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14979/stat : 14979 (java) S 14973 14975 14251 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14980] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14980/stat : 14980 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155567979 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14981] ppid=14973 vsize=915420 CPUtime=0.2
/proc/14975/task/14981/stat : 14981 (java) S 14973 14975 14251 0 -1 64 392 0 0 0 19 1 0 0 16 0 8 0 155567979 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14982] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14982/stat : 14982 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155567979 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14983] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14983/stat : 14983 (java) S 14973 14975 14251 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155567979 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915420

[startup+25.5787 s]
/proc/loadavg: 1.08 1.09 1.29 2/72 14983
/proc/meminfo: memFree=1589416/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=915420 CPUtime=25.5
/proc/14975/stat : 14975 (java) R 14973 14975 14251 0 -1 0 23571 0 1 0 2537 13 0 0 25 0 8 0 155567971 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819248 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14975/statm: 228855 23303 2521 14 0 215325 0
[pid=14975/tid=14977] ppid=14973 vsize=915420 CPUtime=0.16
/proc/14975/task/14977/stat : 14977 (java) S 14973 14975 14251 0 -1 64 6585 0 0 0 14 2 0 0 16 0 8 0 155567975 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14978] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14978/stat : 14978 (java) S 14973 14975 14251 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14979] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14979/stat : 14979 (java) S 14973 14975 14251 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14980] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14980/stat : 14980 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155567979 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14981] ppid=14973 vsize=915420 CPUtime=0.2
/proc/14975/task/14981/stat : 14981 (java) S 14973 14975 14251 0 -1 64 392 0 0 0 19 1 0 0 16 0 8 0 155567979 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14982] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14982/stat : 14982 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155567979 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14983] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14983/stat : 14983 (java) S 14973 14975 14251 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155567979 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 915420

[startup+51.2697 s]
/proc/loadavg: 1.05 1.08 1.27 2/72 14983
/proc/meminfo: memFree=1589416/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=915420 CPUtime=51.18
/proc/14975/stat : 14975 (java) R 14973 14975 14251 0 -1 0 23574 0 1 0 5104 14 0 0 25 0 8 0 155567971 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14975/statm: 228855 23305 2521 14 0 215325 0
[pid=14975/tid=14977] ppid=14973 vsize=915420 CPUtime=0.16
/proc/14975/task/14977/stat : 14977 (java) S 14973 14975 14251 0 -1 64 6585 0 0 0 14 2 0 0 16 0 8 0 155567975 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14978] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14978/stat : 14978 (java) S 14973 14975 14251 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14979] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14979/stat : 14979 (java) S 14973 14975 14251 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14980] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14980/stat : 14980 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155567979 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14981] ppid=14973 vsize=915420 CPUtime=0.21
/proc/14975/task/14981/stat : 14981 (java) S 14973 14975 14251 0 -1 64 394 0 0 0 20 1 0 0 16 0 8 0 155567979 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14982] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14982/stat : 14982 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155567979 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14983] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14983/stat : 14983 (java) S 14973 14975 14251 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155567979 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 915420

[startup+102.547 s]
/proc/loadavg: 1.02 1.07 1.26 2/72 14983
/proc/meminfo: memFree=1589480/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=915420 CPUtime=102.43
/proc/14975/stat : 14975 (java) R 14973 14975 14251 0 -1 0 23574 0 1 0 10229 14 0 0 25 0 8 0 155567971 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073757577 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14975/statm: 228855 23305 2521 14 0 215325 0
[pid=14975/tid=14977] ppid=14973 vsize=915420 CPUtime=0.16
/proc/14975/task/14977/stat : 14977 (java) S 14973 14975 14251 0 -1 64 6585 0 0 0 14 2 0 0 16 0 8 0 155567975 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14978] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14978/stat : 14978 (java) S 14973 14975 14251 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14979] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14979/stat : 14979 (java) S 14973 14975 14251 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14980] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14980/stat : 14980 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155567979 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14981] ppid=14973 vsize=915420 CPUtime=0.21
/proc/14975/task/14981/stat : 14981 (java) S 14973 14975 14251 0 -1 64 394 0 0 0 20 1 0 0 16 0 8 0 155567979 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14982] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14982/stat : 14982 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155567979 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14983] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14983/stat : 14983 (java) S 14973 14975 14251 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155567979 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.43
Current children cumulated vsize (KiB) 915420

[startup+162.551 s]
/proc/loadavg: 1.00 1.05 1.24 2/72 14983
/proc/meminfo: memFree=1589480/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=915420 CPUtime=162.39
/proc/14975/stat : 14975 (java) R 14973 14975 14251 0 -1 0 23574 0 1 0 16225 14 0 0 25 0 8 0 155567971 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073763612 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1482.85 s]
/proc/loadavg: 1.00 1.01 1.04 2/72 14983
/proc/meminfo: memFree=1589096/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=915420 CPUtime=1481.77
/proc/14975/stat : 14975 (java) R 14973 14975 14251 0 -1 0 23575 0 1 0 148161 16 0 0 25 0 8 0 155567971 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760665 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14975/statm: 228855 23306 2521 14 0 215325 0
[pid=14975/tid=14977] ppid=14973 vsize=915420 CPUtime=0.16
/proc/14975/task/14977/stat : 14977 (java) S 14973 14975 14251 0 -1 64 6585 0 0 0 14 2 0 0 16 0 8 0 155567975 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14978] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14978/stat : 14978 (java) S 14973 14975 14251 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14979] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14979/stat : 14979 (java) S 14973 14975 14251 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14980] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14980/stat : 14980 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14981] ppid=14973 vsize=915420 CPUtime=0.21
/proc/14975/task/14981/stat : 14981 (java) S 14973 14975 14251 0 -1 64 395 0 0 0 20 1 0 0 16 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14982] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14982/stat : 14982 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14983] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14983/stat : 14983 (java) S 14973 14975 14251 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 915420

[startup+1542.87 s]
/proc/loadavg: 1.05 1.02 1.04 2/72 14983
/proc/meminfo: memFree=1589096/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=915420 CPUtime=1541.74
/proc/14975/stat : 14975 (java) R 14973 14975 14251 0 -1 0 23575 0 1 0 154158 16 0 0 25 0 8 0 155567971 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767591 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14975/statm: 228855 23306 2521 14 0 215325 0
[pid=14975/tid=14977] ppid=14973 vsize=915420 CPUtime=0.16
/proc/14975/task/14977/stat : 14977 (java) S 14973 14975 14251 0 -1 64 6585 0 0 0 14 2 0 0 16 0 8 0 155567975 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14978] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14978/stat : 14978 (java) S 14973 14975 14251 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14979] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14979/stat : 14979 (java) S 14973 14975 14251 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14980] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14980/stat : 14980 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14981] ppid=14973 vsize=915420 CPUtime=0.21
/proc/14975/task/14981/stat : 14981 (java) S 14973 14975 14251 0 -1 64 395 0 0 0 20 1 0 0 16 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14982] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14982/stat : 14982 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14983] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14983/stat : 14983 (java) S 14973 14975 14251 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.74
Current children cumulated vsize (KiB) 915420

[startup+1602.9 s]
/proc/loadavg: 1.02 1.02 1.04 2/72 14983
/proc/meminfo: memFree=1589032/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=915420 CPUtime=1601.73
/proc/14975/stat : 14975 (java) R 14973 14975 14251 0 -1 0 23575 0 1 0 160157 16 0 0 25 0 8 0 155567971 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758384 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14975/statm: 228855 23306 2521 14 0 215325 0
[pid=14975/tid=14977] ppid=14973 vsize=915420 CPUtime=0.16
/proc/14975/task/14977/stat : 14977 (java) S 14973 14975 14251 0 -1 64 6585 0 0 0 14 2 0 0 16 0 8 0 155567975 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14978] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14978/stat : 14978 (java) S 14973 14975 14251 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14979] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14979/stat : 14979 (java) S 14973 14975 14251 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14980] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14980/stat : 14980 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14981] ppid=14973 vsize=915420 CPUtime=0.21
/proc/14975/task/14981/stat : 14981 (java) S 14973 14975 14251 0 -1 64 395 0 0 0 20 1 0 0 16 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14982] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14982/stat : 14982 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14983] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14983/stat : 14983 (java) S 14973 14975 14251 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 915420

[startup+1662.92 s]
/proc/loadavg: 1.00 1.01 1.03 2/72 14983
/proc/meminfo: memFree=1589032/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=915420 CPUtime=1661.71
/proc/14975/stat : 14975 (java) R 14973 14975 14251 0 -1 0 23575 0 1 0 166154 17 0 0 25 0 8 0 155567971 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14975/statm: 228855 23306 2521 14 0 215325 0
[pid=14975/tid=14977] ppid=14973 vsize=915420 CPUtime=0.16
/proc/14975/task/14977/stat : 14977 (java) S 14973 14975 14251 0 -1 64 6585 0 0 0 14 2 0 0 16 0 8 0 155567975 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14978] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14978/stat : 14978 (java) S 14973 14975 14251 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14979] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14979/stat : 14979 (java) S 14973 14975 14251 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14980] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14980/stat : 14980 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14981] ppid=14973 vsize=915420 CPUtime=0.21
/proc/14975/task/14981/stat : 14981 (java) S 14973 14975 14251 0 -1 64 395 0 0 0 20 1 0 0 16 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14982] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14982/stat : 14982 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14983] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14983/stat : 14983 (java) S 14973 14975 14251 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 915420

[startup+1722.92 s]
/proc/loadavg: 1.05 1.02 1.03 2/72 14983
/proc/meminfo: memFree=1589096/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=915420 CPUtime=1721.67
/proc/14975/stat : 14975 (java) R 14973 14975 14251 0 -1 0 23575 0 1 0 172150 17 0 0 25 0 8 0 155567971 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14975/statm: 228855 23306 2521 14 0 215325 0
[pid=14975/tid=14977] ppid=14973 vsize=915420 CPUtime=0.16
/proc/14975/task/14977/stat : 14977 (java) S 14973 14975 14251 0 -1 64 6585 0 0 0 14 2 0 0 16 0 8 0 155567975 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14978] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14978/stat : 14978 (java) S 14973 14975 14251 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14979] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14979/stat : 14979 (java) S 14973 14975 14251 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14980] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14980/stat : 14980 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14981] ppid=14973 vsize=915420 CPUtime=0.21
/proc/14975/task/14981/stat : 14981 (java) S 14973 14975 14251 0 -1 64 395 0 0 0 20 1 0 0 16 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14982] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14982/stat : 14982 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14983] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14983/stat : 14983 (java) S 14973 14975 14251 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 915420

[startup+1782.93 s]
/proc/loadavg: 1.02 1.02 1.03 2/72 14983
/proc/meminfo: memFree=1589032/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=915420 CPUtime=1781.63
/proc/14975/stat : 14975 (java) R 14973 14975 14251 0 -1 0 23575 0 1 0 178146 17 0 0 25 0 8 0 155567971 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851911 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14975/statm: 228855 23306 2521 14 0 215325 0
[pid=14975/tid=14977] ppid=14973 vsize=915420 CPUtime=0.16
/proc/14975/task/14977/stat : 14977 (java) S 14973 14975 14251 0 -1 64 6585 0 0 0 14 2 0 0 16 0 8 0 155567975 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14978] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14978/stat : 14978 (java) S 14973 14975 14251 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14979] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14979/stat : 14979 (java) S 14973 14975 14251 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14980] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14980/stat : 14980 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14981] ppid=14973 vsize=915420 CPUtime=0.21
/proc/14975/task/14981/stat : 14981 (java) S 14973 14975 14251 0 -1 64 395 0 0 0 20 1 0 0 16 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14982] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14982/stat : 14982 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14983] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14983/stat : 14983 (java) S 14973 14975 14251 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 915420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.32 s]
/proc/loadavg: 1.01 1.02 1.02 2/72 14983
/proc/meminfo: memFree=1589032/2055920 swapFree=4192812/4192956
[pid=14975] ppid=14973 vsize=915420 CPUtime=1800.03
/proc/14975/stat : 14975 (java) R 14973 14975 14251 0 -1 0 23575 0 1 0 179986 17 0 0 25 0 8 0 155567971 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14975/statm: 228855 23306 2521 14 0 215325 0
[pid=14975/tid=14977] ppid=14973 vsize=915420 CPUtime=0.16
/proc/14975/task/14977/stat : 14977 (java) S 14973 14975 14251 0 -1 64 6585 0 0 0 14 2 0 0 16 0 8 0 155567975 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14978] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14978/stat : 14978 (java) S 14973 14975 14251 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14979] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14979/stat : 14979 (java) S 14973 14975 14251 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155567976 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14980] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14980/stat : 14980 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14981] ppid=14973 vsize=915420 CPUtime=0.21
/proc/14975/task/14981/stat : 14981 (java) S 14973 14975 14251 0 -1 64 395 0 0 0 20 1 0 0 16 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14982] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14982/stat : 14982 (java) S 14973 14975 14251 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14975/tid=14983] ppid=14973 vsize=915420 CPUtime=0
/proc/14975/task/14983/stat : 14983 (java) S 14973 14975 14251 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155567979 937390080 23306 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915420

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

Child status: 143
Real time (s): 1801.38
CPU time (s): 1800.09
CPU user time (s): 1799.9
CPU system time (s): 0.189971
CPU usage (%): 99.9282
Max. virtual memory (cumulated for all children) (KiB): 915420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.189971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23591
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= 37298
involuntary context switches= 41854

runsolver used 1.91271 s user time and 4.47732 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Sat Jan  6 08:21:23 UTC 2007


IDJOB= 199908
IDBENCH= 3655
FILE ID= node38/199908-1168071683

PBS_JOBID= 3475937

Free space on /tmp= 66513 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  96d10c852907193ff355871085e03668

RANDOM SEED= 484745613

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.267
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.267
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:       1673336 kB
Buffers:         24688 kB
Cached:         271792 kB
SwapCached:          0 kB
Active:          60456 kB
Inactive:       251692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4576 kB
Writeback:           0 kB
Mapped:          25900 kB
Slab:            56416 kB
Committed_AS:  3084808 kB
PageTables:       1468 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= 66513 MiB



End job on node38 on Sat Jan  6 08:51:28 UTC 2007