Trace number 199921

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.14 1816.35

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-13_ext.xml
MD5SUM9218fc67fa27071b7eb56be3ad2fdb47
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1220.64
SatisfiableYES
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=mac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/199921-1168071690/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.43	       =>  wckTime=0.098  cpuTime=0.09  mem=6M951
0.43	   
0.43	   relations being loaded...
1.06	   
1.06	   constraints being loaded...
1.33	     nbConstraints=74  nbRelationTypes=74  nbExtensionStructures=74  nbSharedExtensionStructures=0
1.33	     nbConflictsStructures=74  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
1.33	       =>  wckTime=1.004  cpuTime=0.87  mem=47M660
1.45	   
1.45	   solver IterativeSystematicSolver being built... 
1.62	       =>  wckTime=1.288  cpuTime=1.01  mem=34M342
1.62	   
1.62	   preprocessing
1.62	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.62	     detectedInconsistency=no
1.62	       =>  wckTime=0.0040  cpuTime=0.01  mem=34M342
1.76	   
1.76	   search
1.76	     run=0  nbConstraintChecks=36639  nbValidityChecks=66953  nbPropagations=458  nbRevisions=4713
1.76	     nbUselessRevisions=3689  nbAssignments=42  nbFailedAssignments=25  nbBacktracks=12  nbVisitedNodes=76
1.76	     nbRestartNogoods=0  mapSize=12  nbInferences=0  nbTooLargeKeys=0
1.76	       =>  wckTime=0.135  cpuTime=0.1  mem=34M342
1.84	   
1.84	   search
1.84	     run=1  nbConstraintChecks=81826  nbValidityChecks=153862  nbPropagations=1366  nbRevisions=14931
1.84	     nbUselessRevisions=11801  nbAssignments=95  nbFailedAssignments=58  nbBacktracks=27  nbVisitedNodes=171
1.84	     nbRestartNogoods=3  mapSize=24  nbInferences=0  nbTooLargeKeys=0
1.84	       =>  wckTime=0.219  cpuTime=0.17  mem=34M342
1.94	   
1.94	   search
1.94	     run=2  nbConstraintChecks=138817  nbValidityChecks=258349  nbPropagations=2805  nbRevisions=31605
1.94	     nbUselessRevisions=25117  nbAssignments=147  nbFailedAssignments=83  nbBacktracks=50  nbVisitedNodes=261
1.94	     nbRestartNogoods=5  mapSize=44  nbInferences=0  nbTooLargeKeys=0
1.94	       =>  wckTime=0.32  cpuTime=0.26  mem=34M342
2.09	   
2.10	   search
2.10	     run=3  nbConstraintChecks=244968  nbValidityChecks=459293  nbPropagations=5297  nbRevisions=60848
2.10	     nbUselessRevisions=48244  nbAssignments=241  nbFailedAssignments=139  nbBacktracks=84  nbVisitedNodes=436
2.10	     nbRestartNogoods=6  mapSize=75  nbInferences=0  nbTooLargeKeys=0
2.10	       =>  wckTime=0.476  cpuTime=0.41  mem=34M342
2.29	   
2.29	   search
2.29	     run=4  nbConstraintChecks=371006  nbValidityChecks=723516  nbPropagations=9550  nbRevisions=109010
2.29	     nbUselessRevisions=86313  nbAssignments=422  nbFailedAssignments=263  nbBacktracks=135  nbVisitedNodes=776
2.29	     nbRestartNogoods=14  mapSize=123  nbInferences=0  nbTooLargeKeys=0
2.29	       =>  wckTime=0.673  cpuTime=0.6  mem=34M342
2.66	   
2.66	   search
2.66	     run=5  nbConstraintChecks=617327  nbValidityChecks=1192293  nbPropagations=16073  nbRevisions=185889
2.66	     nbUselessRevisions=147143  nbAssignments=611  nbFailedAssignments=371  nbBacktracks=210  nbVisitedNodes=1131
2.66	     nbRestartNogoods=19  mapSize=196  nbInferences=0  nbTooLargeKeys=0
2.66	       =>  wckTime=1.039  cpuTime=0.96  mem=34M342
3.11	   
3.11	   search
3.11	     run=6  nbConstraintChecks=926207  nbValidityChecks=1758084  nbPropagations=25394  nbRevisions=296111
3.11	     nbUselessRevisions=234657  nbAssignments=857  nbFailedAssignments=496  nbBacktracks=326  nbVisitedNodes=1569
3.11	     nbRestartNogoods=25  mapSize=295  nbInferences=0  nbTooLargeKeys=0
3.11	       =>  wckTime=1.488  cpuTime=1.4  mem=34M342
4.02	   
4.02	   search
4.02	     run=7  nbConstraintChecks=1561646  nbValidityChecks=3023041  nbPropagations=40819  nbRevisions=482159
4.02	     nbUselessRevisions=381394  nbAssignments=1361  nbFailedAssignments=824  nbBacktracks=496  nbVisitedNodes=2544
4.02	     nbRestartNogoods=33  mapSize=461  nbInferences=0  nbTooLargeKeys=0
4.02	       =>  wckTime=2.401  cpuTime=2.3  mem=34M342
4.79	   
4.79	   search
4.79	     run=8  nbConstraintChecks=2070454  nbValidityChecks=4083280  nbPropagations=63655  nbRevisions=749900
4.79	     nbUselessRevisions=592377  nbAssignments=2045  nbFailedAssignments=1246  nbBacktracks=752  nbVisitedNodes=3824
4.79	     nbRestartNogoods=41  mapSize=692  nbInferences=0  nbTooLargeKeys=0
4.79	       =>  wckTime=3.17  cpuTime=3.05  mem=34M342
6.45	   
6.45	   search
6.45	     run=9  nbConstraintChecks=3261832  nbValidityChecks=6252321  nbPropagations=96712  nbRevisions=1142927
6.45	     nbUselessRevisions=903307  nbAssignments=2945  nbFailedAssignments=1755  nbBacktracks=1137  nbVisitedNodes=5470
6.45	     nbRestartNogoods=50  mapSize=1021  nbInferences=0  nbTooLargeKeys=0
6.45	       =>  wckTime=4.833  cpuTime=4.69  mem=34M342
6.54	   
6.54	   INFO : Stopping hyperNogood (mapSize=1031, nbTooLargekeys=0, mem=34M342)
8.81	   
8.81	   search
8.81	     run=10  nbConstraintChecks=4974749  nbValidityChecks=9493828  nbPropagations=146106  nbRevisions=1739472
8.81	     nbUselessRevisions=1374191  nbAssignments=4442  nbFailedAssignments=2673  nbBacktracks=1713  nbVisitedNodes=8265
8.81	     nbRestartNogoods=60
8.81	       =>  wckTime=7.193  cpuTime=7.02  mem=34M342
11.82	   
11.82	   search
11.82	     run=11  nbConstraintChecks=7080250  nbValidityChecks=13619142  nbPropagations=220104  nbRevisions=2600122
11.82	     nbUselessRevisions=2052345  nbAssignments=6646  nbFailedAssignments=4006  nbBacktracks=2578  nbVisitedNodes=12312
11.82	     nbRestartNogoods=69
11.82	       =>  wckTime=10.205  cpuTime=10.01  mem=34M342
16.84	   
16.84	   search
16.84	     run=12  nbConstraintChecks=10699232  nbValidityChecks=20442329  nbPropagations=329189  nbRevisions=3883562
16.84	     nbUselessRevisions=3063398  nbAssignments=9748  nbFailedAssignments=5807  nbBacktracks=3875  nbVisitedNodes=18030
16.84	     nbRestartNogoods=76
16.84	       =>  wckTime=15.222  cpuTime=14.97  mem=35M330
24.07	   
24.07	   search
24.07	     run=13  nbConstraintChecks=15890035  nbValidityChecks=30019630  nbPropagations=491085  nbRevisions=5745889
24.07	     nbUselessRevisions=4523204  nbAssignments=14372  nbFailedAssignments=8480  nbBacktracks=5821  nbVisitedNodes=26444
24.07	     nbRestartNogoods=85
24.07	       =>  wckTime=22.451  cpuTime=22.13  mem=35M330
35.34	   
35.34	   search
35.34	     run=14  nbConstraintChecks=24101684  nbValidityChecks=45384179  nbPropagations=734600  nbRevisions=8572161
35.34	     nbUselessRevisions=6741485  nbAssignments=21370  nbFailedAssignments=12552  nbBacktracks=8741  nbVisitedNodes=39397
35.34	     nbRestartNogoods=102
35.34	       =>  wckTime=33.725  cpuTime=33.3  mem=35M330
52.44	   
52.44	   search
52.44	     run=15  nbConstraintChecks=36441620  nbValidityChecks=69151044  nbPropagations=1102807  nbRevisions=12965820
52.44	     nbUselessRevisions=10196947  nbAssignments=32491  nbFailedAssignments=19288  nbBacktracks=13119
52.44	     nbVisitedNodes=60146  nbRestartNogoods=126
52.44	       =>  wckTime=50.822  cpuTime=50.25  mem=35M330
75.34	   
75.34	   search
75.34	     run=16  nbConstraintChecks=53289877  nbValidityChecks=101987960  nbPropagations=1665807  nbRevisions=19590626
75.34	     nbUselessRevisions=15408365  nbAssignments=49448  nbFailedAssignments=29670  nbBacktracks=19687
75.34	     nbVisitedNodes=91712  nbRestartNogoods=142
75.34	       =>  wckTime=73.719  cpuTime=72.93  mem=35M330
112.03	   
112.04	   search
112.04	     run=17  nbConstraintChecks=79790984  nbValidityChecks=153000497  nbPropagations=2493446  nbRevisions=29550558
112.04	     nbUselessRevisions=23255453  nbAssignments=72972  nbFailedAssignments=43336  nbBacktracks=29539
112.04	     nbVisitedNodes=135299  nbRestartNogoods=159
112.04	       =>  wckTime=110.416  cpuTime=109.3  mem=35M330
162.24	   
162.24	   search
162.24	     run=18  nbConstraintChecks=116336085  nbValidityChecks=223577522  nbPropagations=3737051  nbRevisions=44281834
162.24	     nbUselessRevisions=34874849  nbAssignments=107834  nbFailedAssignments=63414  nbBacktracks=44317
162.24	     nbVisitedNodes=199726  nbRestartNogoods=180
162.24	       =>  wckTime=160.62  cpuTime=159.04  mem=35M330
239.97	   
239.97	   search
239.97	     run=19  nbConstraintChecks=172144245  nbValidityChecks=329302963  nbPropagations=5562658  nbRevisions=65657557
239.97	     nbUselessRevisions=51728559  nbAssignments=158291  nbFailedAssignments=91696  nbBacktracks=66487
239.97	     nbVisitedNodes=291653  nbRestartNogoods=199
239.97	       =>  wckTime=238.349  cpuTime=236.06  mem=35M330
350.95	   
350.95	   search
350.95	     run=20  nbConstraintChecks=251812693  nbValidityChecks=482686899  nbPropagations=8244806  nbRevisions=96896748
350.95	     nbUselessRevisions=76332739  nbAssignments=234112  nbFailedAssignments=134258  nbBacktracks=99739
350.95	     nbVisitedNodes=429213  nbRestartNogoods=212
350.95	       =>  wckTime=349.328  cpuTime=346.04  mem=35M330
526.74	   
526.74	   search
526.74	     run=21  nbConstraintChecks=378230015  nbValidityChecks=713255719  nbPropagations=12160681  nbRevisions=142441054
526.74	     nbUselessRevisions=112158678  nbAssignments=333334  nbFailedAssignments=183599  nbBacktracks=149617
526.75	     nbVisitedNodes=606767  nbRestartNogoods=236
526.75	       =>  wckTime=525.126  cpuTime=520.23  mem=35M330
776.48	   
776.49	   search
776.49	     run=22  nbConstraintChecks=556501844  nbValidityChecks=1058273607  nbPropagations=18032610  nbRevisions=210275879
776.49	     nbUselessRevisions=165521841  nbAssignments=502719  nbFailedAssignments=278160  nbBacktracks=224435
776.49	     nbVisitedNodes=914667  nbRestartNogoods=257
776.49	       =>  wckTime=774.866  cpuTime=767.7  mem=35M330
1187.15	   
1187.15	   search
1187.15	     run=23  nbConstraintChecks=852622757  nbValidityChecks=1596781791  nbPropagations=26750189  nbRevisions=311281931
1187.15	     nbUselessRevisions=244959953  nbAssignments=730524  nbFailedAssignments=393732  nbBacktracks=336663
1187.15	     nbVisitedNodes=1324415  nbRestartNogoods=291
1187.15	       =>  wckTime=1185.535  cpuTime=1174.63  mem=35M330
1774.53	   
1774.53	   search
1774.53	     run=24  nbConstraintChecks=1266106703  nbValidityChecks=2393994032  nbPropagations=40075567  nbRevisions=462720741
1774.53	     nbUselessRevisions=363866603  nbAssignments=1129731  nbFailedAssignments=624591  nbBacktracks=505006
1774.53	     nbVisitedNodes=2053980  nbRestartNogoods=324
1774.53	       =>  wckTime=1772.915  cpuTime=1756.68  mem=35M330

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/node47/watcher-199921-1168071690 -o ROOT/results/node47/solver-199921-1168071690 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199921-1168071690/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.93 1.42 1.23 4/80 2063
/proc/meminfo: memFree=1696272/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=1784 CPUtime=0
/proc/2062/stat : 2062 (java) D 2060 2062 1682 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 155568269 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2062/statm: 446 140 106 14 0 91 0

[startup+0.108898 s]
/proc/loadavg: 1.93 1.42 1.23 4/80 2063
/proc/meminfo: memFree=1696272/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=912908 CPUtime=0.08
/proc/2062/stat : 2062 (java) R 2060 2062 1682 0 -1 0 2839 0 1 0 7 1 0 0 20 0 8 0 155568269 934817792 2585 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2062/statm: 228227 2585 1392 14 0 215128 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 912908

[startup+0.516941 s]
/proc/loadavg: 1.93 1.42 1.23 4/80 2063
/proc/meminfo: memFree=1696272/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=915328 CPUtime=0.48
/proc/2062/stat : 2062 (java) R 2060 2062 1682 0 -1 0 7389 0 1 0 45 3 0 0 22 0 8 0 155568269 937295872 7128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073582112 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2062/statm: 228832 7128 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.34203 s]
/proc/loadavg: 1.93 1.43 1.23 3/87 2071
/proc/meminfo: memFree=1629144/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=915416 CPUtime=1.3
/proc/2062/stat : 2062 (java) R 2060 2062 1682 0 -1 0 19144 0 1 0 120 10 0 0 25 0 8 0 155568269 937385984 18881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2062/statm: 228854 18881 2168 14 0 215324 0
[pid=2062/tid=2065] ppid=2060 vsize=915416 CPUtime=0.05
/proc/2062/task/2065/stat : 2065 (java) R 2060 2062 1682 0 -1 64 2658 0 0 0 4 1 0 0 16 0 8 0 155568275 937385984 18881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155134566 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2066] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2066/stat : 2066 (java) S 2060 2062 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155568275 937385984 18881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2067] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2067/stat : 2067 (java) S 2060 2062 1682 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155568275 937385984 18881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2068] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2068/stat : 2068 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155568279 937385984 18881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2069] ppid=2060 vsize=915416 CPUtime=0.1
/proc/2062/task/2069/stat : 2069 (java) S 2060 2062 1682 0 -1 64 320 0 0 0 10 0 0 0 16 0 8 0 155568279 937385984 18881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2070] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2070/stat : 2070 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155568279 937385984 18881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2071] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2071/stat : 2071 (java) S 2060 2062 1682 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568279 937385984 18881 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) 915416

[startup+2.98971 s]
/proc/loadavg: 1.93 1.43 1.23 3/87 2071
/proc/meminfo: memFree=1613272/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=915416 CPUtime=2.93
/proc/2062/stat : 2062 (java) R 2060 2062 1682 0 -1 0 23392 0 1 0 279 14 0 0 25 0 8 0 155568269 937385984 23127 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778919 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2062/statm: 228854 23127 2521 14 0 215324 0
[pid=2062/tid=2065] ppid=2060 vsize=915416 CPUtime=0.16
/proc/2062/task/2065/stat : 2065 (java) S 2060 2062 1682 0 -1 64 6427 0 0 0 14 2 0 0 17 0 8 0 155568275 937385984 23127 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2066] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2066/stat : 2066 (java) S 2060 2062 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155568275 937385984 23127 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2067] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2067/stat : 2067 (java) S 2060 2062 1682 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568275 937385984 23127 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2068] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2068/stat : 2068 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155568279 937385984 23127 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2069] ppid=2060 vsize=915416 CPUtime=0.21
/proc/2062/task/2069/stat : 2069 (java) S 2060 2062 1682 0 -1 64 373 0 0 0 20 1 0 0 15 0 8 0 155568279 937385984 23127 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2070] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2070/stat : 2070 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155568279 937385984 23127 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2071] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2071/stat : 2071 (java) S 2060 2062 1682 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568279 937385984 23127 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) 915416

[startup+6.27056 s]
/proc/loadavg: 1.94 1.44 1.23 3/87 2071
/proc/meminfo: memFree=1613208/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=915416 CPUtime=6.18
/proc/2062/stat : 2062 (java) R 2060 2062 1682 0 -1 0 23408 0 1 0 604 14 0 0 25 0 8 0 155568269 937385984 23141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073625389 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2062/statm: 228854 23141 2521 14 0 215324 0
[pid=2062/tid=2065] ppid=2060 vsize=915416 CPUtime=0.16
/proc/2062/task/2065/stat : 2065 (java) S 2060 2062 1682 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155568275 937385984 23141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2066] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2066/stat : 2066 (java) S 2060 2062 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155568275 937385984 23141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2067] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2067/stat : 2067 (java) S 2060 2062 1682 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568275 937385984 23141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2068] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2068/stat : 2068 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155568279 937385984 23141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2069] ppid=2060 vsize=915416 CPUtime=0.23
/proc/2062/task/2069/stat : 2069 (java) S 2060 2062 1682 0 -1 64 386 0 0 0 22 1 0 0 17 0 8 0 155568279 937385984 23141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2070] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2070/stat : 2070 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155568279 937385984 23141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2071] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2071/stat : 2071 (java) S 2060 2062 1682 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568279 937385984 23141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915416

[startup+12.7662 s]
/proc/loadavg: 2.02 1.47 1.24 3/87 2071
/proc/meminfo: memFree=1613280/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=915416 CPUtime=12.61
/proc/2062/stat : 2062 (java) R 2060 2062 1682 0 -1 0 23412 0 1 0 1247 14 0 0 25 0 8 0 155568269 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2062/statm: 228854 23144 2521 14 0 215324 0
[pid=2062/tid=2065] ppid=2060 vsize=915416 CPUtime=0.16
/proc/2062/task/2065/stat : 2065 (java) S 2060 2062 1682 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155568275 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2066] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2066/stat : 2066 (java) S 2060 2062 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155568275 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2067] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2067/stat : 2067 (java) S 2060 2062 1682 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568275 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2068] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2068/stat : 2068 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155568279 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2069] ppid=2060 vsize=915416 CPUtime=0.24
/proc/2062/task/2069/stat : 2069 (java) S 2060 2062 1682 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 155568279 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2070] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2070/stat : 2070 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155568279 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2071] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2071/stat : 2071 (java) S 2060 2062 1682 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568279 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915416

[startup+25.6256 s]
/proc/loadavg: 2.02 1.48 1.25 3/87 2071
/proc/meminfo: memFree=1613408/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=915416 CPUtime=25.35
/proc/2062/stat : 2062 (java) R 2060 2062 1682 0 -1 0 23414 0 1 0 2521 14 0 0 25 0 8 0 155568269 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073787865 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2062/statm: 228854 23145 2521 14 0 215324 0
[pid=2062/tid=2065] ppid=2060 vsize=915416 CPUtime=0.16
/proc/2062/task/2065/stat : 2065 (java) S 2060 2062 1682 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2066] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2066/stat : 2066 (java) S 2060 2062 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2067] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2067/stat : 2067 (java) S 2060 2062 1682 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2068] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2068/stat : 2068 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2069] ppid=2060 vsize=915416 CPUtime=0.24
/proc/2062/task/2069/stat : 2069 (java) S 2060 2062 1682 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2070] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2070/stat : 2070 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2071] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2071/stat : 2071 (java) S 2060 2062 1682 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915416

[startup+51.2524 s]
/proc/loadavg: 2.14 1.56 1.29 3/87 2071
/proc/meminfo: memFree=1613472/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=915416 CPUtime=50.75
/proc/2062/stat : 2062 (java) R 2060 2062 1682 0 -1 0 23414 0 1 0 5061 14 0 0 25 0 8 0 155568269 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754198 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2062/statm: 228854 23145 2521 14 0 215324 0
[pid=2062/tid=2065] ppid=2060 vsize=915416 CPUtime=0.16
/proc/2062/task/2065/stat : 2065 (java) S 2060 2062 1682 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2066] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2066/stat : 2066 (java) S 2060 2062 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2067] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2067/stat : 2067 (java) S 2060 2062 1682 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2068] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2068/stat : 2068 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2069] ppid=2060 vsize=915416 CPUtime=0.24
/proc/2062/task/2069/stat : 2069 (java) S 2060 2062 1682 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2070] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2070/stat : 2070 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2071] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2071/stat : 2071 (java) S 2060 2062 1682 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 915416

[startup+102.503 s]
/proc/loadavg: 2.25 1.68 1.34 3/87 2071
/proc/meminfo: memFree=1613544/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=915416 CPUtime=101.53
/proc/2062/stat : 2062 (java) R 2060 2062 1682 0 -1 0 23414 0 1 0 10139 14 0 0 25 0 8 0 155568269 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2062/statm: 228854 23145 2521 14 0 215324 0
[pid=2062/tid=2065] ppid=2060 vsize=915416 CPUtime=0.16
/proc/2062/task/2065/stat : 2065 (java) S 2060 2062 1682 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2066] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2066/stat : 2066 (java) S 2060 2062 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2067] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2067/stat : 2067 (java) S 2060 2062 1682 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2068] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2068/stat : 2068 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2069] ppid=2060 vsize=915416 CPUtime=0.24
/proc/2062/task/2069/stat : 2069 (java) S 2060 2062 1682 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2070] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2070/stat : 2070 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2071] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2071/stat : 2071 (java) S 2060 2062 1682 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 915416

[startup+162.504 s]
/proc/loadavg: 2.15 1.75 1.38 3/87 2071
/proc/meminfo: memFree=1613480/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=915416 CPUtime=160.99
/proc/2062/stat : 2062 (java) R 2060 2062 1682 0 -1 0 23414 0 1 0 16085 14 0 0 25 0 8 0 155568269 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767113 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1409.6
Current children cumulated vsize (KiB) 915416

[startup+1482.6 s]
/proc/loadavg: 2.09 2.07 1.86 3/87 2071
/proc/meminfo: memFree=1613096/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=915416 CPUtime=1469.06
/proc/2062/stat : 2062 (java) R 2060 2062 1682 0 -1 0 23414 0 1 0 146888 18 0 0 25 0 8 0 155568269 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073764407 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2062/statm: 228854 23145 2521 14 0 215324 0
[pid=2062/tid=2065] ppid=2060 vsize=915416 CPUtime=0.16
/proc/2062/task/2065/stat : 2065 (java) S 2060 2062 1682 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2066] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2066/stat : 2066 (java) S 2060 2062 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2067] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2067/stat : 2067 (java) S 2060 2062 1682 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2068] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2068/stat : 2068 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2069] ppid=2060 vsize=915416 CPUtime=0.24
/proc/2062/task/2069/stat : 2069 (java) S 2060 2062 1682 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2070] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2070/stat : 2070 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2071] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2071/stat : 2071 (java) S 2060 2062 1682 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.06
Current children cumulated vsize (KiB) 915416

[startup+1542.61 s]
/proc/loadavg: 2.03 2.06 1.86 3/87 2071
/proc/meminfo: memFree=1613160/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=915416 CPUtime=1528.53
/proc/2062/stat : 2062 (java) R 2060 2062 1682 0 -1 0 23414 0 1 0 152834 19 0 0 25 0 8 0 155568269 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073753268 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2062/statm: 228854 23145 2521 14 0 215324 0
[pid=2062/tid=2065] ppid=2060 vsize=915416 CPUtime=0.16
/proc/2062/task/2065/stat : 2065 (java) S 2060 2062 1682 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2066] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2066/stat : 2066 (java) S 2060 2062 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2067] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2067/stat : 2067 (java) S 2060 2062 1682 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2068] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2068/stat : 2068 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2069] ppid=2060 vsize=915416 CPUtime=0.24
/proc/2062/task/2069/stat : 2069 (java) S 2060 2062 1682 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2070] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2070/stat : 2070 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2071] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2071/stat : 2071 (java) S 2060 2062 1682 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.53
Current children cumulated vsize (KiB) 915416

[startup+1602.61 s]
/proc/loadavg: 2.01 2.04 1.87 3/87 2071
/proc/meminfo: memFree=1613096/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=915416 CPUtime=1587.99
/proc/2062/stat : 2062 (java) R 2060 2062 1682 0 -1 0 23414 0 1 0 158780 19 0 0 25 0 8 0 155568269 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073625332 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2062/statm: 228854 23145 2521 14 0 215324 0
[pid=2062/tid=2065] ppid=2060 vsize=915416 CPUtime=0.16
/proc/2062/task/2065/stat : 2065 (java) S 2060 2062 1682 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2066] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2066/stat : 2066 (java) S 2060 2062 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2067] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2067/stat : 2067 (java) S 2060 2062 1682 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2068] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2068/stat : 2068 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2069] ppid=2060 vsize=915416 CPUtime=0.24
/proc/2062/task/2069/stat : 2069 (java) S 2060 2062 1682 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2070] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2070/stat : 2070 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2071] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2071/stat : 2071 (java) S 2060 2062 1682 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.99
Current children cumulated vsize (KiB) 915416

[startup+1662.62 s]
/proc/loadavg: 2.00 2.03 1.88 3/87 2071
/proc/meminfo: memFree=1613096/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=915416 CPUtime=1647.44
/proc/2062/stat : 2062 (java) R 2060 2062 1682 0 -1 0 23414 0 1 0 164725 19 0 0 25 0 8 0 155568269 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073625379 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2062/statm: 228854 23145 2521 14 0 215324 0
[pid=2062/tid=2065] ppid=2060 vsize=915416 CPUtime=0.16
/proc/2062/task/2065/stat : 2065 (java) S 2060 2062 1682 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2066] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2066/stat : 2066 (java) S 2060 2062 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2067] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2067/stat : 2067 (java) S 2060 2062 1682 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2068] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2068/stat : 2068 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2069] ppid=2060 vsize=915416 CPUtime=0.24
/proc/2062/task/2069/stat : 2069 (java) S 2060 2062 1682 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2070] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2070/stat : 2070 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2071] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2071/stat : 2071 (java) S 2060 2062 1682 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.44
Current children cumulated vsize (KiB) 915416

[startup+1722.62 s]
/proc/loadavg: 2.00 2.02 1.88 3/87 2071
/proc/meminfo: memFree=1613032/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=915416 CPUtime=1706.9
/proc/2062/stat : 2062 (java) R 2060 2062 1682 0 -1 0 23414 0 1 0 170671 19 0 0 25 0 8 0 155568269 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073625395 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2062/statm: 228854 23145 2521 14 0 215324 0
[pid=2062/tid=2065] ppid=2060 vsize=915416 CPUtime=0.16
/proc/2062/task/2065/stat : 2065 (java) S 2060 2062 1682 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2066] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2066/stat : 2066 (java) S 2060 2062 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2067] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2067/stat : 2067 (java) S 2060 2062 1682 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568275 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2068] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2068/stat : 2068 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2069] ppid=2060 vsize=915416 CPUtime=0.24
/proc/2062/task/2069/stat : 2069 (java) S 2060 2062 1682 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2070] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2070/stat : 2070 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2071] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2071/stat : 2071 (java) S 2060 2062 1682 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568279 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.9
Current children cumulated vsize (KiB) 915416

[startup+1782.63 s]
/proc/loadavg: 2.00 2.02 1.89 3/87 2136
/proc/meminfo: memFree=1554720/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=915416 CPUtime=1766.45
/proc/2062/stat : 2062 (java) R 2060 2062 1682 0 -1 0 23416 0 1 0 176624 21 0 0 25 0 8 0 155568269 937385984 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073753225 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2062/statm: 228854 23147 2521 14 0 215324 0
[pid=2062/tid=2065] ppid=2060 vsize=915416 CPUtime=0.16
/proc/2062/task/2065/stat : 2065 (java) S 2060 2062 1682 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155568275 937385984 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2066] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2066/stat : 2066 (java) S 2060 2062 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155568275 937385984 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2067] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2067/stat : 2067 (java) S 2060 2062 1682 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568275 937385984 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2068] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2068/stat : 2068 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155568279 937385984 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2069] ppid=2060 vsize=915416 CPUtime=0.25
/proc/2062/task/2069/stat : 2069 (java) S 2060 2062 1682 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 155568279 937385984 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2070] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2070/stat : 2070 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155568279 937385984 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2071] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2071/stat : 2071 (java) S 2060 2062 1682 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568279 937385984 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.45
Current children cumulated vsize (KiB) 915416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.28 s]
/proc/loadavg: 2.06 2.03 1.90 3/87 2136
/proc/meminfo: memFree=1354528/2055920 swapFree=4192812/4192956
[pid=2062] ppid=2060 vsize=915416 CPUtime=1800.06
/proc/2062/stat : 2062 (java) R 2060 2062 1682 0 -1 0 23416 0 1 0 179985 21 0 0 25 0 8 0 155568269 937385984 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073753398 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2062/statm: 228854 23147 2521 14 0 215324 0
[pid=2062/tid=2065] ppid=2060 vsize=915416 CPUtime=0.16
/proc/2062/task/2065/stat : 2065 (java) S 2060 2062 1682 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155568275 937385984 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2066] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2066/stat : 2066 (java) S 2060 2062 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155568275 937385984 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2067] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2067/stat : 2067 (java) S 2060 2062 1682 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155568275 937385984 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2068] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2068/stat : 2068 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155568279 937385984 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2069] ppid=2060 vsize=915416 CPUtime=0.25
/proc/2062/task/2069/stat : 2069 (java) S 2060 2062 1682 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 155568279 937385984 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2070] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2070/stat : 2070 (java) S 2060 2062 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155568279 937385984 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2062/tid=2071] ppid=2060 vsize=915416 CPUtime=0
/proc/2062/task/2071/stat : 2071 (java) R 2060 2062 1682 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155568279 937385984 23147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915416

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

Child status: 143
Real time (s): 1816.35
CPU time (s): 1800.14
CPU user time (s): 1799.9
CPU system time (s): 0.232964
CPU usage (%): 99.1072
Max. virtual memory (cumulated for all children) (KiB): 915416

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

runsolver used 2.50562 s user time and 5.54716 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Sat Jan  6 08:21:30 UTC 2007


IDJOB= 199921
IDBENCH= 3659
FILE ID= node47/199921-1168071690

PBS_JOBID= 3475959

Free space on /tmp= 66527 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9218fc67fa27071b7eb56be3ad2fdb47

RANDOM SEED= 374078961

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.240
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.240
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:       1696752 kB
Buffers:         25436 kB
Cached:         157824 kB
SwapCached:          0 kB
Active:         145112 kB
Inactive:       142088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1696752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9220 kB
Writeback:           0 kB
Mapped:         124184 kB
Slab:            57188 kB
Committed_AS:  3580136 kB
PageTables:       2044 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= 66521 MiB



End job on node47 on Sat Jan  6 08:51:47 UTC 2007