Trace number 237692

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESAC? (TO) 1800.17 1808.93

General information on the benchmark

Namehaystacks/
haystacks_45.xml
MD5SUMbf8bac94899db29cb354982ba4b70059
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1658.19
SatisfiableNO
(Un)Satisfiability was proved
Number of variables2025
Number of constraints44594
Maximum constraint arity2
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44594
Global constraints used (with number of constraints)

Solver Data (download as text)

0.40	   
0.40	Abscon 109 (November, 2006)
0.40	   
0.40	   configuration
0.40	     name=esac.xml
0.43	   
0.43	   instance
0.43	     name=/tmp/evaluation/237692-1168350211/unknown.xml
0.46	   
0.46	   domains being loaded...
0.47	   
0.47	   variables being loaded...
0.68	     nbVariables=2025  nbDomainTypes=1  minDomainSize=45  maxDomainSize=45
0.68	       =>  wckTime=0.279  cpuTime=0.19  mem=12M738
0.68	   
0.68	   predicates being loaded...
0.68	   
0.68	   constraints being loaded...
5.89	     nbConstraints=44594  nbConvertedConstraints=44594  nbConvertConstraintsChecks=8100  nbExtensionStructures=4
5.89	     nbSharedExtensionStructures=44590  nbConflictsStructures=4  nbSharedConflictsStructures=44590
5.89	     nbSharedBinaryRepresentations=269  maxDegree=45  maxArity=2
5.89	       =>  wckTime=5.492  cpuTime=4.73  mem=48M410
6.15	   
6.15	   solver IterativeSystematicSolver being built... 
6.45	       =>  wckTime=6.053  cpuTime=4.95  mem=62M261
9.05	   
9.05	   preprocessing
9.05	     nbConstraintChecks=1765277  nbPropagations=58877  nbRevisions=60183  nbUselessRevisions=4860  nbSingletonTests=2320
9.05	     nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
9.05	       =>  wckTime=2.576  cpuTime=2.51  mem=62M261
9.61	   
9.61	   search
9.61	     run=0  nbConstraintChecks=181812  nbPropagations=63985  nbRevisions=65296  nbUselessRevisions=4945
9.61	     nbAssignments=147  nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=166  nbRestartNogoods=0  mapSize=10
9.61	     nbInferences=0  nbTooLargeKeys=0
9.61	       =>  wckTime=3.147  cpuTime=3.07  mem=64M307
9.92	   
9.92	   search
9.92	     run=1  nbConstraintChecks=359662  nbPropagations=133050  nbRevisions=135703  nbUselessRevisions=9985
9.92	     nbAssignments=304  nbFailedAssignments=23  nbBacktracks=25  nbVisitedNodes=351  nbRestartNogoods=3  mapSize=25
9.92	     nbInferences=0  nbTooLargeKeys=0
9.92	       =>  wckTime=3.455  cpuTime=3.36  mem=65M329
10.23	   
10.23	   search
10.23	     run=2  nbConstraintChecks=537842  nbPropagations=207261  nbRevisions=211295  nbUselessRevisions=15124
10.23	     nbAssignments=474  nbFailedAssignments=43  nbBacktracks=47  nbVisitedNodes=561  nbRestartNogoods=6  mapSize=47
10.23	     nbInferences=0  nbTooLargeKeys=0
10.23	       =>  wckTime=3.771  cpuTime=3.67  mem=67M375
10.56	   
10.56	   search
10.56	     run=3  nbConstraintChecks=716271  nbPropagations=286685  nbRevisions=292141  nbUselessRevisions=20365
10.56	     nbAssignments=660  nbFailedAssignments=69  nbBacktracks=80  nbVisitedNodes=800  nbRestartNogoods=11  mapSize=79
10.56	     nbInferences=1  nbTooLargeKeys=0
10.56	       =>  wckTime=4.101  cpuTime=4.01  mem=69M420
10.93	   
10.93	   search
10.93	     run=4  nbConstraintChecks=895121  nbPropagations=371461  nbRevisions=378377  nbUselessRevisions=25709
10.93	     nbAssignments=876  nbFailedAssignments=106  nbBacktracks=130  nbVisitedNodes=1093  nbRestartNogoods=14  mapSize=128
10.93	     nbInferences=4  nbTooLargeKeys=0
10.93	       =>  wckTime=4.466  cpuTime=4.37  mem=71M466
11.35	   
11.35	   search
11.35	     run=5  nbConstraintChecks=1074746  nbPropagations=461827  nbRevisions=470214  nbUselessRevisions=31156
11.35	     nbAssignments=1142  nbFailedAssignments=155  nbBacktracks=205  nbVisitedNodes=1474  nbRestartNogoods=19
11.35	     mapSize=203  nbInferences=21  nbTooLargeKeys=0
11.35	       =>  wckTime=4.891  cpuTime=4.78  mem=73M512
11.85	   
11.85	   search
11.85	     run=6  nbConstraintChecks=1255301  nbPropagations=558099  nbRevisions=567957  nbUselessRevisions=36707
11.85	     nbAssignments=1478  nbFailedAssignments=229  nbBacktracks=318  nbVisitedNodes=1980  nbRestartNogoods=21
11.85	     mapSize=315  nbInferences=43  nbTooLargeKeys=0
11.85	       =>  wckTime=5.383  cpuTime=5.27  mem=76M580
12.47	   
12.47	   search
12.47	     run=7  nbConstraintChecks=1437200  nbPropagations=660781  nbRevisions=672074  nbUselessRevisions=42366
12.47	     nbAssignments=1924  nbFailedAssignments=336  nbBacktracks=488  nbVisitedNodes=2682  nbRestartNogoods=28
12.47	     mapSize=485  nbInferences=85  nbTooLargeKeys=0
12.47	       =>  wckTime=6.012  cpuTime=5.88  mem=80M671
13.31	   
13.31	   search
13.31	     run=8  nbConstraintChecks=1621259  nbPropagations=770656  nbRevisions=783270  nbUselessRevisions=48136
13.31	     nbAssignments=2540  nbFailedAssignments=487  nbBacktracks=744  nbVisitedNodes=3683  nbRestartNogoods=36
13.31	     mapSize=741  nbInferences=168  nbTooLargeKeys=0
13.31	       =>  wckTime=6.844  cpuTime=6.68  mem=54M940
14.43	   
14.43	   search
14.43	     run=9  nbConstraintChecks=1808860  nbPropagations=889007  nbRevisions=902683  nbUselessRevisions=54019
14.43	     nbAssignments=3425  nbFailedAssignments=705  nbBacktracks=1128  nbVisitedNodes=5160  nbRestartNogoods=43
14.43	     mapSize=1125  nbInferences=324  nbTooLargeKeys=0
14.43	       =>  wckTime=7.964  cpuTime=7.78  mem=64M80
16.04	   
16.04	   search
16.04	     run=10  nbConstraintChecks=2001694  nbPropagations=1017834  nbRevisions=1032028  nbUselessRevisions=60017
16.04	     nbAssignments=4737  nbFailedAssignments=1015  nbBacktracks=1705  nbVisitedNodes=7393  nbRestartNogoods=48
16.04	     mapSize=1702  nbInferences=625  nbTooLargeKeys=0
16.04	       =>  wckTime=9.576  cpuTime=9.37  mem=78M299
18.57	   
18.57	   search
18.57	     run=11  nbConstraintChecks=2204735  nbPropagations=1160675  nbRevisions=1174406  nbUselessRevisions=66255
18.57	     nbAssignments=6764  nbFailedAssignments=1432  nbBacktracks=2569  nbVisitedNodes=10874  nbRestartNogoods=51
18.57	     mapSize=2566  nbInferences=1245  nbTooLargeKeys=0
18.57	       =>  wckTime=12.108  cpuTime=11.82  mem=81M759
22.92	   
22.92	   search
22.92	     run=12  nbConstraintChecks=2786858  nbPropagations=1334057  nbRevisions=1345171  nbUselessRevisions=73108
22.92	     nbAssignments=10291  nbFailedAssignments=1975  nbBacktracks=3867  nbVisitedNodes=16547  nbRestartNogoods=67
22.92	     mapSize=3863  nbInferences=2557  nbTooLargeKeys=0
22.92	       =>  wckTime=16.46  cpuTime=16.13  mem=122M384
29.18	   
29.18	   search
29.18	     run=13  nbConstraintChecks=3035310  nbPropagations=1536932  nbRevisions=1541328  nbUselessRevisions=80232
29.18	     nbAssignments=15321  nbFailedAssignments=2739  nbBacktracks=5813  nbVisitedNodes=25300  nbRestartNogoods=69
29.18	     mapSize=5809  nbInferences=4752  nbTooLargeKeys=0
29.18	       =>  wckTime=22.716  cpuTime=22.24  mem=135M658
40.38	   
40.38	   search
40.38	     run=14  nbConstraintChecks=3533617  nbPropagations=1794413  nbRevisions=1783605  nbUselessRevisions=87987
40.38	     nbAssignments=23938  nbFailedAssignments=3659  nbBacktracks=8733  nbVisitedNodes=40157  nbRestartNogoods=78
40.38	     mapSize=8729  nbInferences=9278  nbTooLargeKeys=0
40.38	       =>  wckTime=33.914  cpuTime=33.25  mem=194M401
53.51	   
53.51	   search
53.51	     run=15  nbConstraintChecks=3864596  nbPropagations=2110325  nbRevisions=2075360  nbUselessRevisions=96081
53.51	     nbAssignments=34878  nbFailedAssignments=5449  nbBacktracks=13111  nbVisitedNodes=59335  nbRestartNogoods=83
53.51	     mapSize=13102  nbInferences=13936  nbTooLargeKeys=0
53.51	       =>  wckTime=47.046  cpuTime=46.13  mem=248M73
67.60	   
67.60	   search
67.60	     run=16  nbConstraintChecks=4392192  nbPropagations=2501474  nbRevisions=2434529  nbUselessRevisions=104467
67.60	     nbAssignments=49062  nbFailedAssignments=8875  nbBacktracks=19680  nbVisitedNodes=84259  nbRestartNogoods=88
67.60	     mapSize=19644  nbInferences=17939  nbTooLargeKeys=0
67.60	       =>  wckTime=61.139  cpuTime=59.98  mem=319M475
89.47	   
89.47	   search
89.47	     run=17  nbConstraintChecks=5317748  nbPropagations=3075345  nbRevisions=2940964  nbUselessRevisions=114539
89.47	     nbAssignments=80310  nbFailedAssignments=11423  nbBacktracks=29532  nbVisitedNodes=139266  nbRestartNogoods=98
89.47	     mapSize=29444  nbInferences=36674  nbTooLargeKeys=0
89.47	       =>  wckTime=83.009  cpuTime=81.59  mem=321M860
148.93	   
148.93	   search
148.93	     run=18  nbConstraintChecks=6678622  nbPropagations=3924736  nbRevisions=3670447  nbUselessRevisions=128477
148.93	     nbAssignments=127609  nbFailedAssignments=15191  nbBacktracks=44312  nbVisitedNodes=222529  nbRestartNogoods=116
148.93	     mapSize=44173  nbInferences=65181  nbTooLargeKeys=0
148.93	       =>  wckTime=142.467  cpuTime=140.08  mem=557M937
158.96	   
158.96	   INFO : Stopping hyperNogood (mapSize=47816, nbTooLargekeys=0, mem=601M570)
175.62	   
175.62	   search
175.62	     run=19  nbConstraintChecks=7536944  nbPropagations=4966943  nbRevisions=4590184  nbUselessRevisions=145032
175.62	     nbAssignments=167616  nbFailedAssignments=29492  nbBacktracks=66480  nbVisitedNodes=294508  nbRestartNogoods=133
175.62	       =>  wckTime=169.161  cpuTime=166.44  mem=601M570
206.67	   
206.67	   search
206.67	     run=20  nbConstraintChecks=8553006  nbPropagations=6269568  nbRevisions=5771034  nbUselessRevisions=162300
206.67	     nbAssignments=223825  nbFailedAssignments=52280  nbBacktracks=99732  nbVisitedNodes=396293  nbRestartNogoods=149
206.67	       =>  wckTime=200.204  cpuTime=197.2  mem=601M570
252.99	   
252.99	   search
252.99	     run=21  nbConstraintChecks=9706125  nbPropagations=7954239  nbRevisions=7334309  nbUselessRevisions=179979
253.00	     nbAssignments=308251  nbFailedAssignments=86661  nbBacktracks=149610  nbVisitedNodes=549481  nbRestartNogoods=161
253.00	       =>  wckTime=246.533  cpuTime=243.11  mem=601M570
322.88	   
322.89	   search
322.89	     run=22  nbConstraintChecks=11331512  nbPropagations=10209810  nbRevisions=9468888  nbUselessRevisions=198074
322.89	     nbAssignments=434989  nbFailedAssignments=138414  nbBacktracks=224428  nbVisitedNodes=779725  nbRestartNogoods=175
322.89	       =>  wckTime=316.423  cpuTime=312.38  mem=601M570
426.61	   
426.61	   search
426.61	     run=23  nbConstraintChecks=13665163  nbPropagations=13319228  nbRevisions=12457741  nbUselessRevisions=216625
426.61	     nbAssignments=625136  nbFailedAssignments=216168  nbBacktracks=336655  nbVisitedNodes=1125380  nbRestartNogoods=194
426.61	       =>  wckTime=420.143  cpuTime=415.16  mem=601M570
566.80	   
566.80	   search
566.80	     run=24  nbConstraintChecks=18214789  nbPropagations=17731503  nbRevisions=16752009  nbUselessRevisions=237407
566.80	     nbAssignments=910488  nbFailedAssignments=333094  nbBacktracks=504997  nbVisitedNodes=1644584  nbRestartNogoods=214
566.80	       =>  wckTime=560.338  cpuTime=554.07  mem=601M570
790.76	   
790.76	   search
790.76	     run=25  nbConstraintChecks=23558675  nbPropagations=24060404  nbRevisions=22967944  nbUselessRevisions=262996
790.76	     nbAssignments=1336952  nbFailedAssignments=506833  nbBacktracks=757508  nbVisitedNodes=2418523
790.76	     nbRestartNogoods=225
790.76	       =>  wckTime=784.3  cpuTime=775.89  mem=601M570
1104.63	   
1104.63	   search
1104.63	     run=26  nbConstraintChecks=31689812  nbPropagations=33268292  nbRevisions=32068282  nbUselessRevisions=294336
1104.63	     nbAssignments=1976794  nbFailedAssignments=767296  nbBacktracks=1136275  nbVisitedNodes=3578891
1104.63	     nbRestartNogoods=249
1104.63	       =>  wckTime=1098.165  cpuTime=1089.13  mem=601M570
1576.31	   
1576.31	   search
1576.31	     run=27  nbConstraintChecks=43267380  nbPropagations=46783238  nbRevisions=45479776  nbUselessRevisions=329935
1576.31	     nbAssignments=2937642  nbFailedAssignments=1159605  nbBacktracks=1704428  nbVisitedNodes=5324179
1576.31	     nbRestartNogoods=268
1576.31	       =>  wckTime=1569.847  cpuTime=1560.32  mem=601M570

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/node13/watcher-237692-1168350211 -o ROOT/results/node13/solver-237692-1168350211 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237692-1168350211/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: 2.04 2.03 2.00 4/88 26770
/proc/meminfo: memFree=1744576/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=18540 CPUtime=0
/proc/26769/stat : 26769 (runsolver) R 26767 26769 24979 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 183416152 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 269757246759 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26769/statm: 4635 279 244 17 0 2626 0

[startup+0.104875 s]
/proc/loadavg: 2.04 2.03 2.00 4/88 26770
/proc/meminfo: memFree=1744576/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=914988 CPUtime=0.08
/proc/26769/stat : 26769 (java) R 26767 26769 24979 0 -1 0 2962 0 1 0 7 1 0 0 17 0 8 0 183416152 936947712 2708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072925576 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26769/statm: 228747 2708 1417 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512917 s]
/proc/loadavg: 2.04 2.03 2.00 4/88 26770
/proc/meminfo: memFree=1744576/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=915328 CPUtime=0.41
/proc/26769/stat : 26769 (java) R 26767 26769 24979 0 -1 0 6088 0 1 0 37 4 0 0 18 0 8 0 183416152 937295872 5827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073328002 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26769/statm: 228832 5827 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 915328

[startup+1.33403 s]
/proc/loadavg: 2.04 2.03 2.00 4/95 26777
/proc/meminfo: memFree=1684744/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=915644 CPUtime=1.22
/proc/26769/stat : 26769 (java) R 26767 26769 24979 0 -1 0 18264 0 1 0 112 10 0 0 24 0 8 0 183416152 937619456 18001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073763435 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26769/statm: 228911 18001 2160 14 0 215381 0
[pid=26769/tid=26771] ppid=26767 vsize=915644 CPUtime=0.05
/proc/26769/task/26771/stat : 26771 (java) S 26767 26769 24979 0 -1 64 1725 0 0 0 5 0 0 0 16 0 8 0 183416156 937619456 18001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26772] ppid=26767 vsize=915644 CPUtime=0
/proc/26769/task/26772/stat : 26772 (java) S 26767 26769 24979 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 183416156 937619456 18001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26773] ppid=26767 vsize=915644 CPUtime=0
/proc/26769/task/26773/stat : 26773 (java) S 26767 26769 24979 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183416156 937619456 18001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26774] ppid=26767 vsize=915644 CPUtime=0
/proc/26769/task/26774/stat : 26774 (java) S 26767 26769 24979 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183416160 937619456 18001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26775] ppid=26767 vsize=915644 CPUtime=0.16
/proc/26769/task/26775/stat : 26775 (java) S 26767 26769 24979 0 -1 64 405 0 0 0 16 0 0 0 15 0 8 0 183416160 937619456 18001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26776] ppid=26767 vsize=915644 CPUtime=0
/proc/26769/task/26776/stat : 26776 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183416160 937619456 18001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26777] ppid=26767 vsize=915644 CPUtime=0
/proc/26769/task/26777/stat : 26777 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183416160 937619456 18001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 915644

[startup+2.97124 s]
/proc/loadavg: 2.04 2.03 2.00 3/95 26777
/proc/meminfo: memFree=1666696/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=915644 CPUtime=2.84
/proc/26769/stat : 26769 (java) R 26767 26769 24979 0 -1 0 21814 0 1 0 237 47 0 0 25 0 8 0 183416152 937619456 21549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 12204338 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26769/statm: 228911 21549 2180 14 0 215381 0
[pid=26769/tid=26771] ppid=26767 vsize=915644 CPUtime=0.2
/proc/26769/task/26771/stat : 26771 (java) S 26767 26769 24979 0 -1 64 5188 0 0 0 19 1 0 0 16 0 8 0 183416156 937619456 21549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26772] ppid=26767 vsize=915644 CPUtime=0
/proc/26769/task/26772/stat : 26772 (java) S 26767 26769 24979 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 183416156 937619456 21549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26773] ppid=26767 vsize=915644 CPUtime=0
/proc/26769/task/26773/stat : 26773 (java) S 26767 26769 24979 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183416156 937619456 21549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26774] ppid=26767 vsize=915644 CPUtime=0
/proc/26769/task/26774/stat : 26774 (java) S 26767 26769 24979 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183416160 937619456 21549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26775] ppid=26767 vsize=915644 CPUtime=0.2
/proc/26769/task/26775/stat : 26775 (java) S 26767 26769 24979 0 -1 64 430 0 0 0 20 0 0 0 15 0 8 0 183416160 937619456 21549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26776] ppid=26767 vsize=915644 CPUtime=0
/proc/26769/task/26776/stat : 26776 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183416160 937619456 21549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26777] ppid=26767 vsize=915644 CPUtime=0
/proc/26769/task/26777/stat : 26777 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183416160 937619456 21549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 915644

[startup+6.26069 s]
/proc/loadavg: 2.03 2.03 2.00 3/95 26777
/proc/meminfo: memFree=1645000/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=915776 CPUtime=6.09
/proc/26769/stat : 26769 (java) R 26767 26769 24979 0 -1 0 29330 0 1 0 417 192 0 0 25 0 8 0 183416152 937754624 29015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153626977 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26769/statm: 228944 29015 2501 14 0 215414 0
[pid=26769/tid=26771] ppid=26767 vsize=915776 CPUtime=0.77
/proc/26769/task/26771/stat : 26771 (java) S 26767 26769 24979 0 -1 64 12280 0 0 0 74 3 0 0 18 0 8 0 183416156 937754624 29015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26772] ppid=26767 vsize=915776 CPUtime=0
/proc/26769/task/26772/stat : 26772 (java) S 26767 26769 24979 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 183416156 937754624 29015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26773] ppid=26767 vsize=915776 CPUtime=0
/proc/26769/task/26773/stat : 26773 (java) S 26767 26769 24979 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183416156 937754624 29015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26774] ppid=26767 vsize=915776 CPUtime=0
/proc/26769/task/26774/stat : 26774 (java) S 26767 26769 24979 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183416160 937754624 29015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26775] ppid=26767 vsize=915776 CPUtime=0.25
/proc/26769/task/26775/stat : 26775 (java) S 26767 26769 24979 0 -1 64 489 0 0 0 25 0 0 0 15 0 8 0 183416160 937754624 29015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26776] ppid=26767 vsize=915776 CPUtime=0
/proc/26769/task/26776/stat : 26776 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183416160 937754624 29015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26777] ppid=26767 vsize=915776 CPUtime=0
/proc/26769/task/26777/stat : 26777 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183416160 937754624 29015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 915776

[startup+12.7415 s]
/proc/loadavg: 2.03 2.03 2.00 3/95 26777
/proc/meminfo: memFree=1637576/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=915892 CPUtime=12.51
/proc/26769/stat : 26769 (java) R 26767 26769 24979 0 -1 0 29495 0 1 0 1057 194 0 0 25 0 8 0 183416152 937873408 29174 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074150426 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26769/statm: 228973 29174 2545 14 0 215443 0
[pid=26769/tid=26771] ppid=26767 vsize=915892 CPUtime=0.77
/proc/26769/task/26771/stat : 26771 (java) S 26767 26769 24979 0 -1 64 12280 0 0 0 74 3 0 0 17 0 8 0 183416156 937873408 29174 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26772] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26772/stat : 26772 (java) S 26767 26769 24979 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 29174 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26773] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26773/stat : 26773 (java) S 26767 26769 24979 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 29174 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26774] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26774/stat : 26774 (java) S 26767 26769 24979 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183416160 937873408 29174 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26775] ppid=26767 vsize=915892 CPUtime=0.39
/proc/26769/task/26775/stat : 26775 (java) S 26767 26769 24979 0 -1 64 552 0 0 0 38 1 0 0 15 0 8 0 183416160 937873408 29174 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26776] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26776/stat : 26776 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183416160 937873408 29174 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26777] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26777/stat : 26777 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183416160 937873408 29174 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 915892

[startup+25.6203 s]
/proc/loadavg: 2.02 2.03 2.00 3/95 26777
/proc/meminfo: memFree=1577416/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=915892 CPUtime=25.27
/proc/26769/stat : 26769 (java) R 26767 26769 24979 0 -1 0 44537 0 1 0 2326 201 0 0 25 0 8 0 183416152 937873408 44209 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074151238 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26769/statm: 228973 44209 2545 14 0 215443 0
[pid=26769/tid=26771] ppid=26767 vsize=915892 CPUtime=0.9
/proc/26769/task/26771/stat : 26771 (java) S 26767 26769 24979 0 -1 64 27307 0 0 0 80 10 0 0 16 0 8 0 183416156 937873408 44209 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26772] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26772/stat : 26772 (java) S 26767 26769 24979 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 44209 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26773] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26773/stat : 26773 (java) S 26767 26769 24979 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 44209 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26774] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26774/stat : 26774 (java) S 26767 26769 24979 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183416160 937873408 44209 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26775] ppid=26767 vsize=915892 CPUtime=0.4
/proc/26769/task/26775/stat : 26775 (java) S 26767 26769 24979 0 -1 64 560 0 0 0 39 1 0 0 16 0 8 0 183416160 937873408 44209 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26776] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26776/stat : 26776 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183416160 937873408 44209 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26777] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26777/stat : 26777 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183416160 937873408 44209 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 915892

[startup+51.2477 s]
/proc/loadavg: 2.01 2.02 2.00 3/95 26777
/proc/meminfo: memFree=1472904/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=915892 CPUtime=50.66
/proc/26769/stat : 26769 (java) R 26767 26769 24979 0 -1 0 70629 0 1 0 4854 212 0 0 25 0 8 0 183416152 937873408 70296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074154555 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26769/statm: 228973 70296 2545 14 0 215443 0
[pid=26769/tid=26771] ppid=26767 vsize=915892 CPUtime=1.1
/proc/26769/task/26771/stat : 26771 (java) S 26767 26769 24979 0 -1 64 53394 0 0 0 90 20 0 0 16 0 8 0 183416156 937873408 70296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26772] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26772/stat : 26772 (java) S 26767 26769 24979 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 70296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26773] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26773/stat : 26773 (java) S 26767 26769 24979 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 70296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26774] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26774/stat : 26774 (java) S 26767 26769 24979 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183416160 937873408 70296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26775] ppid=26767 vsize=915892 CPUtime=0.4
/proc/26769/task/26775/stat : 26775 (java) S 26767 26769 24979 0 -1 64 560 0 0 0 39 1 0 0 16 0 8 0 183416160 937873408 70296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26776] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26776/stat : 26776 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183416160 937873408 70296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26777] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26777/stat : 26777 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183416160 937873408 70296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 915892

[startup+102.483 s]
/proc/loadavg: 2.00 2.02 2.00 4/95 26777
/proc/meminfo: memFree=1324488/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=915892 CPUtime=101.43
/proc/26769/stat : 26769 (java) R 26767 26769 24979 0 -1 0 107659 0 1 0 9916 227 0 0 25 0 8 0 183416152 937873408 107320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918517 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26769/statm: 228973 107320 2545 14 0 215443 0
[pid=26769/tid=26771] ppid=26767 vsize=915892 CPUtime=1.42
/proc/26769/task/26771/stat : 26771 (java) S 26767 26769 24979 0 -1 64 90418 0 0 0 107 35 0 0 16 0 8 0 183416156 937873408 107320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26772] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26772/stat : 26772 (java) S 26767 26769 24979 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 107320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26773] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26773/stat : 26773 (java) S 26767 26769 24979 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 107320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26774] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26774/stat : 26774 (java) S 26767 26769 24979 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183416160 937873408 107320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26775] ppid=26767 vsize=915892 CPUtime=0.4
/proc/26769/task/26775/stat : 26775 (java) S 26767 26769 24979 0 -1 64 560 0 0 0 39 1 0 0 16 0 8 0 183416160 937873408 107320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26776] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26776/stat : 26776 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183416160 937873408 107320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26777] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26777/stat : 26777 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183416160 937873408 107320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 915892

[startup+162.485 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 26777
/proc/meminfo: memFree=1132680/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=915892 CPUtime=160.88
/proc/26769/stat : 26769 (java) R 26767 26769 24979 0 -1 0 155526 0 1 0 15843 245 0 0 25 0 8 0 183416152 937873408 155175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074209872 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1415.66
Current children cumulated vsize (KiB) 915892

[startup+1484.09 s]
/proc/loadavg: 2.01 2.04 2.00 3/100 28007
/proc/meminfo: memFree=572064/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=915892 CPUtime=1475.66
/proc/26769/stat : 26769 (java) R 26767 26769 24979 0 -1 0 155528 0 1 0 147298 268 0 0 25 0 8 0 183416152 937873408 155176 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074172954 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26769/statm: 228973 155176 2545 14 0 215443 0
[pid=26769/tid=26771] ppid=26767 vsize=915892 CPUtime=1.84
/proc/26769/task/26771/stat : 26771 (java) S 26767 26769 24979 0 -1 64 138273 0 0 0 131 53 0 0 16 0 8 0 183416156 937873408 155176 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26772] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26772/stat : 26772 (java) S 26767 26769 24979 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 155176 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26773] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26773/stat : 26773 (java) S 26767 26769 24979 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 155176 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26774] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26774/stat : 26774 (java) S 26767 26769 24979 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183416160 937873408 155176 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26775] ppid=26767 vsize=915892 CPUtime=0.42
/proc/26769/task/26775/stat : 26775 (java) S 26767 26769 24979 0 -1 64 561 0 0 0 40 2 0 0 16 0 8 0 183416160 937873408 155176 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26776] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26776/stat : 26776 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183416160 937873408 155176 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26777] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26777/stat : 26777 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183416160 937873408 155176 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.66
Current children cumulated vsize (KiB) 915892

[startup+1544.13 s]
/proc/loadavg: 2.00 2.03 2.00 3/100 28007
/proc/meminfo: memFree=572000/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=915892 CPUtime=1535.62
/proc/26769/stat : 26769 (java) R 26767 26769 24979 0 -1 0 155528 0 1 0 153294 268 0 0 25 0 8 0 183416152 937873408 155176 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074209884 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26769/statm: 228973 155176 2545 14 0 215443 0
[pid=26769/tid=26771] ppid=26767 vsize=915892 CPUtime=1.84
/proc/26769/task/26771/stat : 26771 (java) S 26767 26769 24979 0 -1 64 138273 0 0 0 131 53 0 0 16 0 8 0 183416156 937873408 155176 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26772] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26772/stat : 26772 (java) S 26767 26769 24979 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 155176 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26773] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26773/stat : 26773 (java) S 26767 26769 24979 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 155176 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26774] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26774/stat : 26774 (java) S 26767 26769 24979 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183416160 937873408 155176 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26775] ppid=26767 vsize=915892 CPUtime=0.42
/proc/26769/task/26775/stat : 26775 (java) S 26767 26769 24979 0 -1 64 561 0 0 0 40 2 0 0 16 0 8 0 183416160 937873408 155176 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26776] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26776/stat : 26776 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183416160 937873408 155176 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26777] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26777/stat : 26777 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183416160 937873408 155176 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.62
Current children cumulated vsize (KiB) 915892

[startup+1604.18 s]
/proc/loadavg: 2.00 2.02 2.00 3/100 28007
/proc/meminfo: memFree=571936/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=915892 CPUtime=1595.61
/proc/26769/stat : 26769 (java) R 26767 26769 24979 0 -1 0 155529 0 1 0 159293 268 0 0 25 0 8 0 183416152 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074209874 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26769/statm: 228973 155177 2545 14 0 215443 0
[pid=26769/tid=26771] ppid=26767 vsize=915892 CPUtime=1.84
/proc/26769/task/26771/stat : 26771 (java) S 26767 26769 24979 0 -1 64 138273 0 0 0 131 53 0 0 16 0 8 0 183416156 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26772] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26772/stat : 26772 (java) S 26767 26769 24979 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26773] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26773/stat : 26773 (java) S 26767 26769 24979 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26774] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26774/stat : 26774 (java) S 26767 26769 24979 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26775] ppid=26767 vsize=915892 CPUtime=0.42
/proc/26769/task/26775/stat : 26775 (java) S 26767 26769 24979 0 -1 64 562 0 0 0 40 2 0 0 16 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26769/tid=26776] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26776/stat : 26776 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26777] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26777/stat : 26777 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.61
Current children cumulated vsize (KiB) 915892

[startup+1664.23 s]
/proc/loadavg: 2.00 2.02 2.00 3/100 28007
/proc/meminfo: memFree=571936/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=915892 CPUtime=1655.61
/proc/26769/stat : 26769 (java) R 26767 26769 24979 0 -1 0 155529 0 1 0 165293 268 0 0 25 0 8 0 183416152 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074209874 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26769/statm: 228973 155177 2545 14 0 215443 0
[pid=26769/tid=26771] ppid=26767 vsize=915892 CPUtime=1.84
/proc/26769/task/26771/stat : 26771 (java) S 26767 26769 24979 0 -1 64 138273 0 0 0 131 53 0 0 16 0 8 0 183416156 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26772] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26772/stat : 26772 (java) S 26767 26769 24979 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26773] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26773/stat : 26773 (java) S 26767 26769 24979 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26774] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26774/stat : 26774 (java) S 26767 26769 24979 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26775] ppid=26767 vsize=915892 CPUtime=0.42
/proc/26769/task/26775/stat : 26775 (java) S 26767 26769 24979 0 -1 64 562 0 0 0 40 2 0 0 16 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26769/tid=26776] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26776/stat : 26776 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26777] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26777/stat : 26777 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.61
Current children cumulated vsize (KiB) 915892

[startup+1724.27 s]
/proc/loadavg: 2.06 2.03 2.00 3/100 28007
/proc/meminfo: memFree=571872/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=915892 CPUtime=1715.58
/proc/26769/stat : 26769 (java) R 26767 26769 24979 0 -1 0 155529 0 1 0 171289 269 0 0 25 0 8 0 183416152 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074154555 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26769/statm: 228973 155177 2545 14 0 215443 0
[pid=26769/tid=26771] ppid=26767 vsize=915892 CPUtime=1.84
/proc/26769/task/26771/stat : 26771 (java) S 26767 26769 24979 0 -1 64 138273 0 0 0 131 53 0 0 16 0 8 0 183416156 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26772] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26772/stat : 26772 (java) S 26767 26769 24979 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26773] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26773/stat : 26773 (java) S 26767 26769 24979 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26774] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26774/stat : 26774 (java) S 26767 26769 24979 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26775] ppid=26767 vsize=915892 CPUtime=0.42
/proc/26769/task/26775/stat : 26775 (java) S 26767 26769 24979 0 -1 64 562 0 0 0 40 2 0 0 16 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26769/tid=26776] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26776/stat : 26776 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26777] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26777/stat : 26777 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.58
Current children cumulated vsize (KiB) 915892

[startup+1784.32 s]
/proc/loadavg: 2.02 2.02 2.00 3/100 28007
/proc/meminfo: memFree=571808/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=915892 CPUtime=1775.57
/proc/26769/stat : 26769 (java) R 26767 26769 24979 0 -1 0 155529 0 1 0 177288 269 0 0 25 0 8 0 183416152 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074172999 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26769/statm: 228973 155177 2545 14 0 215443 0
[pid=26769/tid=26771] ppid=26767 vsize=915892 CPUtime=1.84
/proc/26769/task/26771/stat : 26771 (java) S 26767 26769 24979 0 -1 64 138273 0 0 0 131 53 0 0 16 0 8 0 183416156 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26772] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26772/stat : 26772 (java) S 26767 26769 24979 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26773] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26773/stat : 26773 (java) S 26767 26769 24979 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26774] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26774/stat : 26774 (java) S 26767 26769 24979 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26775] ppid=26767 vsize=915892 CPUtime=0.42
/proc/26769/task/26775/stat : 26775 (java) S 26767 26769 24979 0 -1 64 562 0 0 0 40 2 0 0 16 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26769/tid=26776] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26776/stat : 26776 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26777] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26777/stat : 26777 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.57
Current children cumulated vsize (KiB) 915892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.79 s]
/proc/loadavg: 2.01 2.02 2.00 3/100 28007
/proc/meminfo: memFree=571808/2055920 swapFree=4191880/4192956
[pid=26769] ppid=26767 vsize=915892 CPUtime=1800.03
/proc/26769/stat : 26769 (java) R 26767 26769 24979 0 -1 0 155529 0 1 0 179734 269 0 0 25 0 8 0 183416152 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074211498 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26769/statm: 228973 155177 2545 14 0 215443 0
[pid=26769/tid=26771] ppid=26767 vsize=915892 CPUtime=1.84
/proc/26769/task/26771/stat : 26771 (java) S 26767 26769 24979 0 -1 64 138273 0 0 0 131 53 0 0 16 0 8 0 183416156 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26772] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26772/stat : 26772 (java) S 26767 26769 24979 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26773] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26773/stat : 26773 (java) S 26767 26769 24979 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183416156 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26774] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26774/stat : 26774 (java) S 26767 26769 24979 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26775] ppid=26767 vsize=915892 CPUtime=0.42
/proc/26769/task/26775/stat : 26775 (java) S 26767 26769 24979 0 -1 64 562 0 0 0 40 2 0 0 16 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26769/tid=26776] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26776/stat : 26776 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183416160 937873408 155177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26769/tid=26777] ppid=26767 vsize=915892 CPUtime=0
/proc/26769/task/26777/stat : 26777 (java) S 26767 26769 24979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183416160 937873408 155177 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) 915892

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

Child status: 143
Real time (s): 1808.93
CPU time (s): 1800.17
CPU user time (s): 1797.39
CPU system time (s): 2.78258
CPU usage (%): 99.5158
Max. virtual memory (cumulated for all children) (KiB): 915896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.39
system time used= 2.78258
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155547
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= 38550
involuntary context switches= 77864

runsolver used 2.08968 s user time and 5.9211 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Tue Jan  9 13:43:32 UTC 2007


IDJOB= 237692
IDBENCH= 6957
FILE ID= node13/237692-1168350211

PBS_JOBID= 3503580

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_45.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237692-1168350211/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-237692-1168350211 -o ROOT/results/node13/solver-237692-1168350211 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237692-1168350211/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  bf8bac94899db29cb354982ba4b70059

RANDOM SEED= 503907842

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.247
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.247
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:       1745056 kB
Buffers:         16212 kB
Cached:         135036 kB
SwapCached:        392 kB
Active:         187468 kB
Inactive:        63452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745056 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            7084 kB
Writeback:           0 kB
Mapped:         118464 kB
Slab:            44600 kB
Committed_AS:  5223716 kB
PageTables:       2472 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= 66548 MiB



End job on node13 on Tue Jan  9 14:13:41 UTC 2007