Trace number 199478

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.08 1804.6

General information on the benchmark

NameallIntervalSeries/
series-25.xml
MD5SUM1eb0cd8148c3a51eaa068a454296b6fa
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.036993
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables49
Number of constraints600
Maximum constraint arity3
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension600
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/199478-1168071433/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=49  nbDomainTypes=2  minDomainSize=24  maxDomainSize=25
0.43	       =>  wckTime=0.096  cpuTime=0.08  mem=6M951
0.43	   
0.43	   predicates being loaded...
0.43	   
0.43	   constraints being loaded...
0.69	     nbConstraints=600  nbConvertedConstraints=576  nbConvertConstraintsChecks=16201  nbExtensionStructures=2
0.69	     nbSharedExtensionStructures=574  nbConflictsStructures=3  nbSharedConflictsStructures=597
0.69	     nbSharedBinaryRepresentations=49  nbEvaluationManagers=1  nbSharedEvaluationManagers=23  maxDegree=26  maxArity=3
0.69	       =>  wckTime=0.356  cpuTime=0.27  mem=9M877
0.73	   
0.73	   solver IterativeSystematicSolver being built... 
0.88	       =>  wckTime=0.546  cpuTime=0.38  mem=14M586
0.89	   
0.89	   preprocessing
0.89	     nbConstraintChecks=0  nbPropagations=49  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.89	     detectedInconsistency=no
0.89	       =>  wckTime=0.0080  cpuTime=0.0  mem=14M586
1.03	   
1.03	   search
1.03	     run=0  nbConstraintChecks=212892  nbValidityChecks=13373  nbPropagations=783  nbRevisions=1975
1.03	     nbUselessRevisions=982  nbAssignments=40  nbFailedAssignments=5  nbBacktracks=12  nbVisitedNodes=50
1.03	     nbRestartNogoods=0  mapSize=6  nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.144  cpuTime=0.1  mem=14M586
1.10	   
1.10	   search
1.10	     run=1  nbConstraintChecks=352342  nbValidityChecks=29044  nbPropagations=2409  nbRevisions=6258
1.10	     nbUselessRevisions=3186  nbAssignments=88  nbFailedAssignments=14  nbBacktracks=28  nbVisitedNodes=118
1.10	     nbRestartNogoods=2  mapSize=18  nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.217  cpuTime=0.16  mem=14M586
1.16	   
1.16	   search
1.16	     run=2  nbConstraintChecks=512222  nbValidityChecks=45399  nbPropagations=5021  nbRevisions=13881
1.16	     nbUselessRevisions=7079  nbAssignments=149  nbFailedAssignments=27  nbBacktracks=52  nbVisitedNodes=202
1.16	     nbRestartNogoods=4  mapSize=29  nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.28  cpuTime=0.22  mem=14M586
1.24	   
1.24	   search
1.24	     run=3  nbConstraintChecks=728482  nbValidityChecks=61986  nbPropagations=8586  nbRevisions=24737
1.24	     nbUselessRevisions=12561  nbAssignments=216  nbFailedAssignments=37  nbBacktracks=91  nbVisitedNodes=291
1.24	     nbRestartNogoods=8  mapSize=45  nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.359  cpuTime=0.3  mem=14M586
1.31	   
1.31	   search
1.31	     run=4  nbConstraintChecks=891946  nbValidityChecks=80930  nbPropagations=13527  nbRevisions=40521
1.31	     nbUselessRevisions=20420  nbAssignments=303  nbFailedAssignments=56  nbBacktracks=141  nbVisitedNodes=416
1.31	     nbRestartNogoods=9  mapSize=71  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.426  cpuTime=0.37  mem=14M586
1.40	   
1.40	   search
1.40	     run=5  nbConstraintChecks=1105710  nbValidityChecks=108630  nbPropagations=20727  nbRevisions=64368
1.40	     nbUselessRevisions=31987  nbAssignments=440  nbFailedAssignments=94  nbBacktracks=218  nbVisitedNodes=616
1.40	     nbRestartNogoods=11  mapSize=108  nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.52  cpuTime=0.46  mem=14M586
1.61	   
1.61	   search
1.61	     run=6  nbConstraintChecks=1654406  nbValidityChecks=162099  nbPropagations=31864  nbRevisions=105674
1.61	     nbUselessRevisions=51055  nbAssignments=647  nbFailedAssignments=164  nbBacktracks=336  nbVisitedNodes=939
1.61	     nbRestartNogoods=18  mapSize=170  nbInferences=0  nbTooLargeKeys=0
1.61	       =>  wckTime=0.73  cpuTime=0.67  mem=14M586
1.75	   
1.75	   search
1.75	     run=7  nbConstraintChecks=1967696  nbValidityChecks=200719  nbPropagations=46901  nbRevisions=160474
1.75	     nbUselessRevisions=76296  nbAssignments=927  nbFailedAssignments=246  nbBacktracks=513  nbVisitedNodes=1390
1.75	     nbRestartNogoods=25  mapSize=283  nbInferences=0  nbTooLargeKeys=0
1.75	       =>  wckTime=0.871  cpuTime=0.81  mem=14M586
2.02	   
2.02	   search
2.02	     run=8  nbConstraintChecks=2567149  nbValidityChecks=279301  nbPropagations=69924  nbRevisions=248751
2.03	     nbUselessRevisions=117279  nbAssignments=1381  nbFailedAssignments=420  nbBacktracks=771  nbVisitedNodes=2130
2.03	     nbRestartNogoods=30  mapSize=443  nbInferences=0  nbTooLargeKeys=0
2.03	       =>  wckTime=1.142  cpuTime=1.08  mem=14M586
2.34	   
2.34	   search
2.34	     run=9  nbConstraintChecks=3234252  nbValidityChecks=372259  nbPropagations=102398  nbRevisions=373669
2.34	     nbUselessRevisions=172083  nbAssignments=2022  nbFailedAssignments=651  nbBacktracks=1156  nbVisitedNodes=3176
2.34	     nbRestartNogoods=38  mapSize=676  nbInferences=1  nbTooLargeKeys=0
2.34	       =>  wckTime=1.453  cpuTime=1.38  mem=14M586
2.75	   
2.75	   INFO : Stopping hyperNogood (mapSize=1004, nbTooLargekeys=0, mem=15M561)
2.78	   
2.78	   search
2.78	     run=10  nbConstraintChecks=4195682  nbValidityChecks=519771  nbPropagations=151721  nbRevisions=576864
2.78	     nbUselessRevisions=266267  nbAssignments=2942  nbFailedAssignments=977  nbBacktracks=1732  nbVisitedNodes=4654
2.78	     nbRestartNogoods=45
2.78	       =>  wckTime=1.893  cpuTime=1.81  mem=15M561
3.29	   
3.29	   search
3.29	     run=11  nbConstraintChecks=5346309  nbValidityChecks=706904  nbPropagations=226007  nbRevisions=885029
3.29	     nbUselessRevisions=411213  nbAssignments=4387  nbFailedAssignments=1535  nbBacktracks=2596  nbVisitedNodes=7101
3.29	     nbRestartNogoods=51
3.29	       =>  wckTime=2.402  cpuTime=2.32  mem=15M561
4.10	   
4.10	   search
4.10	     run=12  nbConstraintChecks=7279040  nbValidityChecks=991373  nbPropagations=335151  nbRevisions=1337609
4.10	     nbUselessRevisions=621260  nbAssignments=6456  nbFailedAssignments=2283  nbBacktracks=3895  nbVisitedNodes=10538
4.10	     nbRestartNogoods=57
4.10	       =>  wckTime=3.213  cpuTime=3.13  mem=15M561
5.51	   
5.51	   search
5.51	     run=13  nbConstraintChecks=10658247  nbValidityChecks=1481967  nbPropagations=502320  nbRevisions=2024917
5.51	     nbUselessRevisions=933072  nbAssignments=9746  nbFailedAssignments=3601  nbBacktracks=5846  nbVisitedNodes=16091
5.51	     nbRestartNogoods=72
5.51	       =>  wckTime=4.63  cpuTime=4.54  mem=15M561
7.41	   
7.41	   search
7.41	     run=14  nbConstraintChecks=15119228  nbValidityChecks=2107943  nbPropagations=748898  nbRevisions=3020647
7.41	     nbUselessRevisions=1379494  nbAssignments=14584  nbFailedAssignments=5498  nbBacktracks=8765  nbVisitedNodes=24281
7.41	     nbRestartNogoods=81
7.41	       =>  wckTime=6.525  cpuTime=6.43  mem=15M561
9.97	   
9.97	   search
9.97	     run=15  nbConstraintChecks=21038695  nbValidityChecks=2986154  nbPropagations=1107950  nbRevisions=4489693
9.97	     nbUselessRevisions=2038049  nbAssignments=21575  nbFailedAssignments=8091  nbBacktracks=13143  nbVisitedNodes=35832
9.97	     nbRestartNogoods=90
9.97	       =>  wckTime=9.086  cpuTime=8.99  mem=15M561
14.93	   
14.93	   search
14.93	     run=16  nbConstraintChecks=33099755  nbValidityChecks=4702169  nbPropagations=1673370  nbRevisions=6874559
14.93	     nbUselessRevisions=3106653  nbAssignments=32496  nbFailedAssignments=12426  nbBacktracks=19713
14.93	     nbVisitedNodes=54215  nbRestartNogoods=103
14.93	       =>  wckTime=14.048  cpuTime=13.95  mem=15M561
20.59	   
20.59	   search
20.59	     run=17  nbConstraintChecks=45860281  nbValidityChecks=6763539  nbPropagations=2505615  nbRevisions=10359631
20.59	     nbUselessRevisions=4682882  nbAssignments=48753  nbFailedAssignments=18810  nbBacktracks=29565
20.59	     nbVisitedNodes=81664  nbRestartNogoods=115
20.59	       =>  wckTime=19.706  cpuTime=19.58  mem=15M561
30.94	   
30.94	   search
30.94	     run=18  nbConstraintChecks=71016117  nbValidityChecks=10323712  nbPropagations=3755166  nbRevisions=15578344
30.94	     nbUselessRevisions=7040938  nbAssignments=73423  nbFailedAssignments=28677  nbBacktracks=44344
30.94	     nbVisitedNodes=123539  nbRestartNogoods=127
30.94	       =>  wckTime=30.058  cpuTime=29.93  mem=15M561
42.62	   
42.62	   search
42.62	     run=19  nbConstraintChecks=97362260  nbValidityChecks=14530407  nbPropagations=5555004  nbRevisions=23060202
42.62	     nbUselessRevisions=10407233  nbAssignments=108890  nbFailedAssignments=41952  nbBacktracks=66512
42.62	     nbVisitedNodes=182846  nbRestartNogoods=143
42.62	       =>  wckTime=41.732  cpuTime=41.59  mem=15M561
62.17	   
62.17	   search
62.17	     run=20  nbConstraintChecks=142835565  nbValidityChecks=21634674  nbPropagations=8242056  nbRevisions=34084914
62.17	     nbUselessRevisions=15316509  nbAssignments=162581  nbFailedAssignments=62366  nbBacktracks=99764
62.17	     nbVisitedNodes=272284  nbRestartNogoods=155
62.17	       =>  wckTime=61.29  cpuTime=61.14  mem=15M561
91.56	   
91.56	   search
91.56	     run=21  nbConstraintChecks=210664527  nbValidityChecks=32048229  nbPropagations=12243315  nbRevisions=50897084
91.56	     nbUselessRevisions=23007308  nbAssignments=242853  nbFailedAssignments=92740  nbBacktracks=149643
91.56	     nbVisitedNodes=406292  nbRestartNogoods=170
91.56	       =>  wckTime=90.672  cpuTime=90.48  mem=15M561
134.29	   
134.29	   search
134.29	     run=22  nbConstraintChecks=310249235  nbValidityChecks=47156744  nbPropagations=18175829  nbRevisions=75526914
134.29	     nbUselessRevisions=34250923  nbAssignments=364180  nbFailedAssignments=139225  nbBacktracks=224461
134.29	     nbVisitedNodes=611038  nbRestartNogoods=185
134.29	       =>  wckTime=133.409  cpuTime=133.17  mem=15M561
217.19	   
217.19	   search
217.19	     run=23  nbConstraintChecks=510696259  nbValidityChecks=76455677  nbPropagations=27525547  nbRevisions=115400790
217.19	     nbUselessRevisions=52454158  nbAssignments=544976  nbFailedAssignments=207776  nbBacktracks=336689
217.19	     nbVisitedNodes=911691  nbRestartNogoods=200
217.19	       =>  wckTime=216.303  cpuTime=215.97  mem=15M561
328.39	   
328.39	   search
328.39	     run=24  nbConstraintChecks=772081456  nbValidityChecks=117875726  nbPropagations=41824508  nbRevisions=177125789
328.39	     nbUselessRevisions=80733219  nbAssignments=819862  nbFailedAssignments=314296  nbBacktracks=505034
328.39	     nbVisitedNodes=1370773  nbRestartNogoods=207
328.39	       =>  wckTime=327.511  cpuTime=327.06  mem=15M561
545.55	   
545.55	   search
545.55	     run=25  nbConstraintChecks=1312357319  nbValidityChecks=195679482  nbPropagations=64399053  nbRevisions=275564277
545.55	     nbUselessRevisions=125948641  nbAssignments=1249592  nbFailedAssignments=491494  nbBacktracks=757545
545.55	     nbVisitedNodes=2099708  nbRestartNogoods=232
545.56	       =>  wckTime=544.671  cpuTime=543.98  mem=15M561
806.43	   
806.43	   search
806.43	     run=26  nbConstraintChecks=1944353860  nbValidityChecks=288574406  nbPropagations=97773618  nbRevisions=422702319
806.43	     nbUselessRevisions=194113657  nbAssignments=1860321  nbFailedAssignments=723432  nbBacktracks=1136312
806.43	     nbVisitedNodes=3115594  nbRestartNogoods=250
806.43	       =>  wckTime=805.545  cpuTime=804.57  mem=15M561
1242.01	   
1242.01	   search
1242.01	     run=27  nbConstraintChecks=3016850654  nbValidityChecks=439793452  nbPropagations=148541100  nbRevisions=647843547
1242.01	     nbUselessRevisions=299248789  nbAssignments=2788335  nbFailedAssignments=1083272  nbBacktracks=1704465
1242.01	     nbVisitedNodes=4666210  nbRestartNogoods=261
1242.01	       =>  wckTime=1241.124  cpuTime=1239.23  mem=15M561

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/node11/watcher-199478-1168071433 -o ROOT/results/node11/solver-199478-1168071433 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199478-1168071433/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.91 1.94 1.90 4/93 27930
/proc/meminfo: memFree=1641824/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=1784 CPUtime=0
/proc/27929/stat : 27929 (java) D 27927 27929 27402 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 155538301 1826816 163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7979812 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/27929/statm: 446 163 128 14 0 91 0

[startup+0.107345 s]
/proc/loadavg: 1.91 1.94 1.90 4/93 27930
/proc/meminfo: memFree=1641824/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=907808 CPUtime=0.05
/proc/27929/stat : 27929 (java) R 27927 27929 27402 0 -1 0 2446 0 1 0 4 1 0 0 20 0 4 0 155538301 929595392 2193 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153785378 0 4 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/27929/statm: 226952 2194 1212 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.515424 s]
/proc/loadavg: 1.91 1.94 1.90 4/93 27930
/proc/meminfo: memFree=1641824/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=915328 CPUtime=0.45
/proc/27929/stat : 27929 (java) R 27927 27929 27402 0 -1 0 6323 0 1 0 42 3 0 0 25 0 8 0 155538301 937295872 6062 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27929/statm: 228832 6062 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.33659 s]
/proc/loadavg: 1.91 1.94 1.90 3/100 27937
/proc/meminfo: memFree=1618472/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=915464 CPUtime=1.28
/proc/27929/stat : 27929 (java) R 27927 27929 27402 0 -1 0 8609 0 1 0 120 8 0 0 25 0 8 0 155538301 937435136 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073729935 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27929/statm: 228866 8346 2533 14 0 215336 0
[pid=27929/tid=27931] ppid=27927 vsize=915464 CPUtime=0.02
/proc/27929/task/27931/stat : 27931 (java) S 27927 27929 27402 0 -1 64 194 0 0 0 2 0 0 0 16 0 8 0 155538309 937435136 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27932] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27932/stat : 27932 (java) S 27927 27929 27402 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155538309 937435136 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27933] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27933/stat : 27933 (java) S 27927 27929 27402 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155538309 937435136 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27934] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27934/stat : 27934 (java) S 27927 27929 27402 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155538312 937435136 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27935] ppid=27927 vsize=915464 CPUtime=0.21
/proc/27929/task/27935/stat : 27935 (java) S 27927 27929 27402 0 -1 64 396 0 0 0 20 1 0 0 15 0 8 0 155538312 937435136 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27936] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27936/stat : 27936 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155538312 937435136 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27937] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27937/stat : 27937 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155538312 937435136 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915464

[startup+2.98092 s]
/proc/loadavg: 1.91 1.94 1.90 3/100 27937
/proc/meminfo: memFree=1618088/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=915464 CPUtime=2.92
/proc/27929/stat : 27929 (java) R 27927 27929 27402 0 -1 0 8721 0 1 0 284 8 0 0 25 0 8 0 155538301 937435136 8457 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073853764 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27929/statm: 228866 8457 2533 14 0 215336 0
[pid=27929/tid=27931] ppid=27927 vsize=915464 CPUtime=0.02
/proc/27929/task/27931/stat : 27931 (java) S 27927 27929 27402 0 -1 64 194 0 0 0 2 0 0 0 17 0 8 0 155538309 937435136 8457 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27932] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27932/stat : 27932 (java) S 27927 27929 27402 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155538309 937435136 8457 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27933] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27933/stat : 27933 (java) S 27927 27929 27402 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155538309 937435136 8457 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27934] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27934/stat : 27934 (java) S 27927 27929 27402 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155538312 937435136 8457 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27935] ppid=27927 vsize=915464 CPUtime=0.25
/proc/27929/task/27935/stat : 27935 (java) S 27927 27929 27402 0 -1 64 413 0 0 0 23 2 0 0 16 0 8 0 155538312 937435136 8457 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27936] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27936/stat : 27936 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155538312 937435136 8457 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27937] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27937/stat : 27937 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155538312 937435136 8457 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915464

[startup+6.27657 s]
/proc/loadavg: 1.92 1.94 1.90 3/100 27937
/proc/meminfo: memFree=1617832/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=915464 CPUtime=6.21
/proc/27929/stat : 27929 (java) R 27927 27929 27402 0 -1 0 8732 0 1 0 613 8 0 0 25 0 8 0 155538301 937435136 8467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073732083 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27929/statm: 228866 8467 2533 14 0 215336 0
[pid=27929/tid=27931] ppid=27927 vsize=915464 CPUtime=0.02
/proc/27929/task/27931/stat : 27931 (java) S 27927 27929 27402 0 -1 64 194 0 0 0 2 0 0 0 16 0 8 0 155538309 937435136 8467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27932] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27932/stat : 27932 (java) S 27927 27929 27402 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155538309 937435136 8467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27933] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27933/stat : 27933 (java) S 27927 27929 27402 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155538309 937435136 8467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27934] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27934/stat : 27934 (java) S 27927 27929 27402 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155538312 937435136 8467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27935] ppid=27927 vsize=915464 CPUtime=0.26
/proc/27929/task/27935/stat : 27935 (java) S 27927 27929 27402 0 -1 64 416 0 0 0 24 2 0 0 16 0 8 0 155538312 937435136 8467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27936] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27936/stat : 27936 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155538312 937435136 8467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27937] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27937/stat : 27937 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155538312 937435136 8467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915464

[startup+12.7599 s]
/proc/loadavg: 1.92 1.94 1.90 3/100 27937
/proc/meminfo: memFree=1617840/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=915464 CPUtime=12.69
/proc/27929/stat : 27929 (java) R 27927 27929 27402 0 -1 0 8738 0 1 0 1261 8 0 0 25 0 8 0 155538301 937435136 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073732041 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27929/statm: 228866 8473 2533 14 0 215336 0
[pid=27929/tid=27931] ppid=27927 vsize=915464 CPUtime=0.02
/proc/27929/task/27931/stat : 27931 (java) S 27927 27929 27402 0 -1 64 194 0 0 0 2 0 0 0 16 0 8 0 155538309 937435136 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27932] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27932/stat : 27932 (java) S 27927 27929 27402 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155538309 937435136 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27933] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27933/stat : 27933 (java) S 27927 27929 27402 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155538309 937435136 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27934] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27934/stat : 27934 (java) S 27927 27929 27402 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155538312 937435136 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27935] ppid=27927 vsize=915464 CPUtime=0.26
/proc/27929/task/27935/stat : 27935 (java) S 27927 27929 27402 0 -1 64 416 0 0 0 24 2 0 0 16 0 8 0 155538312 937435136 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27936] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27936/stat : 27936 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155538312 937435136 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27937] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27937/stat : 27937 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155538312 937435136 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 915464

[startup+25.6324 s]
/proc/loadavg: 1.94 1.94 1.91 3/100 27937
/proc/meminfo: memFree=1617840/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=915464 CPUtime=25.53
/proc/27929/stat : 27929 (java) R 27927 27929 27402 0 -1 0 8743 0 1 0 2545 8 0 0 25 0 8 0 155538301 937435136 8478 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073737524 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27929/statm: 228866 8478 2533 14 0 215336 0
[pid=27929/tid=27931] ppid=27927 vsize=915464 CPUtime=0.02
/proc/27929/task/27931/stat : 27931 (java) S 27927 27929 27402 0 -1 64 194 0 0 0 2 0 0 0 16 0 8 0 155538309 937435136 8478 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27932] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27932/stat : 27932 (java) S 27927 27929 27402 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155538309 937435136 8478 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27933] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27933/stat : 27933 (java) S 27927 27929 27402 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155538309 937435136 8478 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27934] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27934/stat : 27934 (java) S 27927 27929 27402 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155538312 937435136 8478 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27935] ppid=27927 vsize=915464 CPUtime=0.26
/proc/27929/task/27935/stat : 27935 (java) S 27927 27929 27402 0 -1 64 416 0 0 0 24 2 0 0 16 0 8 0 155538312 937435136 8478 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27936] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27936/stat : 27936 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155538312 937435136 8478 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27937] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27937/stat : 27937 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155538312 937435136 8478 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 915464

[startup+51.2665 s]
/proc/loadavg: 1.96 1.94 1.91 3/100 27937
/proc/meminfo: memFree=1617840/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=915464 CPUtime=51.14
/proc/27929/stat : 27929 (java) R 27927 27929 27402 0 -1 0 8749 0 1 0 5106 8 0 0 25 0 8 0 155538301 937435136 8484 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073867605 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27929/statm: 228866 8484 2533 14 0 215336 0
[pid=27929/tid=27931] ppid=27927 vsize=915464 CPUtime=0.02
/proc/27929/task/27931/stat : 27931 (java) S 27927 27929 27402 0 -1 64 194 0 0 0 2 0 0 0 16 0 8 0 155538309 937435136 8484 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27932] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27932/stat : 27932 (java) S 27927 27929 27402 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155538309 937435136 8484 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27933] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27933/stat : 27933 (java) S 27927 27929 27402 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155538309 937435136 8484 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27934] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27934/stat : 27934 (java) S 27927 27929 27402 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155538312 937435136 8484 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27935] ppid=27927 vsize=915464 CPUtime=0.26
/proc/27929/task/27935/stat : 27935 (java) S 27927 27929 27402 0 -1 64 416 0 0 0 24 2 0 0 16 0 8 0 155538312 937435136 8484 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27936] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27936/stat : 27936 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155538312 937435136 8484 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27937] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27937/stat : 27937 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155538312 937435136 8484 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 915464

[startup+102.527 s]
/proc/loadavg: 2.03 1.96 1.91 3/100 27937
/proc/meminfo: memFree=1617784/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=915464 CPUtime=102.35
/proc/27929/stat : 27929 (java) R 27927 27929 27402 0 -1 0 8755 0 1 0 10227 8 0 0 25 0 8 0 155538301 937435136 8490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073675091 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27929/statm: 228866 8490 2533 14 0 215336 0
[pid=27929/tid=27931] ppid=27927 vsize=915464 CPUtime=0.02
/proc/27929/task/27931/stat : 27931 (java) S 27927 27929 27402 0 -1 64 194 0 0 0 2 0 0 0 16 0 8 0 155538309 937435136 8490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27932] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27932/stat : 27932 (java) S 27927 27929 27402 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155538309 937435136 8490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27933] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27933/stat : 27933 (java) S 27927 27929 27402 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155538309 937435136 8490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27934] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27934/stat : 27934 (java) S 27927 27929 27402 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155538312 937435136 8490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27935] ppid=27927 vsize=915464 CPUtime=0.26
/proc/27929/task/27935/stat : 27935 (java) S 27927 27929 27402 0 -1 64 416 0 0 0 24 2 0 0 16 0 8 0 155538312 937435136 8490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27936] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27936/stat : 27936 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155538312 937435136 8490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27937] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27937/stat : 27937 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155538312 937435136 8490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 915464

[startup+162.547 s]
/proc/loadavg: 2.12 2.00 1.93 3/100 27939
/proc/meminfo: memFree=1617592/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=915464 CPUtime=162.29
/proc/27929/stat : 27929 (java) R 27927 27929 27402 0 -1 0 8757 0 1 0 16221 8 0 0 25 0 8 0 155538301 937435136 8492 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073731607 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1420.17
Current children cumulated vsize (KiB) 915464

[startup+1482.92 s]
/proc/loadavg: 2.08 2.02 1.96 3/100 27939
/proc/meminfo: memFree=1617272/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=915464 CPUtime=1479.92
/proc/27929/stat : 27929 (java) R 27927 27929 27402 0 -1 0 8772 0 1 0 147981 11 0 0 25 0 8 0 155538301 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073733027 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27929/statm: 228866 8507 2533 14 0 215336 0
[pid=27929/tid=27931] ppid=27927 vsize=915464 CPUtime=0.02
/proc/27929/task/27931/stat : 27931 (java) S 27927 27929 27402 0 -1 64 194 0 0 0 2 0 0 0 16 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27932] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27932/stat : 27932 (java) S 27927 27929 27402 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27933] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27933/stat : 27933 (java) S 27927 27929 27402 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27934] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27934/stat : 27934 (java) S 27927 27929 27402 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27935] ppid=27927 vsize=915464 CPUtime=0.26
/proc/27929/task/27935/stat : 27935 (java) S 27927 27929 27402 0 -1 64 416 0 0 0 24 2 0 0 16 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27936] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27936/stat : 27936 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27937] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27937/stat : 27937 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1479.92
Current children cumulated vsize (KiB) 915464

[startup+1542.94 s]
/proc/loadavg: 2.03 2.01 1.96 3/100 27939
/proc/meminfo: memFree=1617208/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=915464 CPUtime=1539.68
/proc/27929/stat : 27929 (java) R 27927 27929 27402 0 -1 0 8772 0 1 0 153956 12 0 0 25 0 8 0 155538301 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073737484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27929/statm: 228866 8507 2533 14 0 215336 0
[pid=27929/tid=27931] ppid=27927 vsize=915464 CPUtime=0.02
/proc/27929/task/27931/stat : 27931 (java) S 27927 27929 27402 0 -1 64 194 0 0 0 2 0 0 0 16 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27932] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27932/stat : 27932 (java) S 27927 27929 27402 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27933] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27933/stat : 27933 (java) S 27927 27929 27402 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27934] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27934/stat : 27934 (java) S 27927 27929 27402 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27935] ppid=27927 vsize=915464 CPUtime=0.26
/proc/27929/task/27935/stat : 27935 (java) S 27927 27929 27402 0 -1 64 416 0 0 0 24 2 0 0 16 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27936] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27936/stat : 27936 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27937] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27937/stat : 27937 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.68
Current children cumulated vsize (KiB) 915464

[startup+1602.97 s]
/proc/loadavg: 1.93 1.99 1.95 3/100 27997
/proc/meminfo: memFree=1519712/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=915464 CPUtime=1599.39
/proc/27929/stat : 27929 (java) R 27927 27929 27402 0 -1 0 8772 0 1 0 159923 16 0 0 25 0 8 0 155538301 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073736509 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27929/statm: 228866 8507 2533 14 0 215336 0
[pid=27929/tid=27931] ppid=27927 vsize=915464 CPUtime=0.02
/proc/27929/task/27931/stat : 27931 (java) S 27927 27929 27402 0 -1 64 194 0 0 0 2 0 0 0 16 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27932] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27932/stat : 27932 (java) S 27927 27929 27402 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27933] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27933/stat : 27933 (java) S 27927 27929 27402 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27934] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27934/stat : 27934 (java) S 27927 27929 27402 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27935] ppid=27927 vsize=915464 CPUtime=0.26
/proc/27929/task/27935/stat : 27935 (java) S 27927 27929 27402 0 -1 64 416 0 0 0 24 2 0 0 16 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27936] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27936/stat : 27936 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27937] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27937/stat : 27937 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.39
Current children cumulated vsize (KiB) 915464

[startup+1663.01 s]
/proc/loadavg: 1.97 1.99 1.95 3/100 27997
/proc/meminfo: memFree=1519784/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=915464 CPUtime=1659.15
/proc/27929/stat : 27929 (java) R 27927 27929 27402 0 -1 0 8772 0 1 0 165899 16 0 0 25 0 8 0 155538301 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073674944 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27929/statm: 228866 8507 2533 14 0 215336 0
[pid=27929/tid=27931] ppid=27927 vsize=915464 CPUtime=0.02
/proc/27929/task/27931/stat : 27931 (java) S 27927 27929 27402 0 -1 64 194 0 0 0 2 0 0 0 16 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27932] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27932/stat : 27932 (java) S 27927 27929 27402 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27933] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27933/stat : 27933 (java) S 27927 27929 27402 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27934] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27934/stat : 27934 (java) S 27927 27929 27402 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27935] ppid=27927 vsize=915464 CPUtime=0.26
/proc/27929/task/27935/stat : 27935 (java) S 27927 27929 27402 0 -1 64 416 0 0 0 24 2 0 0 16 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27936] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27936/stat : 27936 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27937] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27937/stat : 27937 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.15
Current children cumulated vsize (KiB) 915464

[startup+1723.03 s]
/proc/loadavg: 1.99 1.99 1.95 3/100 27997
/proc/meminfo: memFree=1519784/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=915464 CPUtime=1718.91
/proc/27929/stat : 27929 (java) R 27927 27929 27402 0 -1 0 8772 0 1 0 171874 17 0 0 25 0 8 0 155538301 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073729932 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27929/statm: 228866 8507 2533 14 0 215336 0
[pid=27929/tid=27931] ppid=27927 vsize=915464 CPUtime=0.02
/proc/27929/task/27931/stat : 27931 (java) S 27927 27929 27402 0 -1 64 194 0 0 0 2 0 0 0 16 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27932] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27932/stat : 27932 (java) S 27927 27929 27402 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27933] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27933/stat : 27933 (java) S 27927 27929 27402 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27934] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27934/stat : 27934 (java) S 27927 27929 27402 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27935] ppid=27927 vsize=915464 CPUtime=0.26
/proc/27929/task/27935/stat : 27935 (java) S 27927 27929 27402 0 -1 64 416 0 0 0 24 2 0 0 16 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27936] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27936/stat : 27936 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27937] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27937/stat : 27937 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.91
Current children cumulated vsize (KiB) 915464

[startup+1783.06 s]
/proc/loadavg: 1.99 1.99 1.95 3/100 27997
/proc/meminfo: memFree=1519720/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=915464 CPUtime=1778.63
/proc/27929/stat : 27929 (java) R 27927 27929 27402 0 -1 0 8772 0 1 0 177846 17 0 0 25 0 8 0 155538301 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073869004 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27929/statm: 228866 8507 2533 14 0 215336 0
[pid=27929/tid=27931] ppid=27927 vsize=915464 CPUtime=0.02
/proc/27929/task/27931/stat : 27931 (java) S 27927 27929 27402 0 -1 64 194 0 0 0 2 0 0 0 16 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27932] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27932/stat : 27932 (java) S 27927 27929 27402 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27933] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27933/stat : 27933 (java) S 27927 27929 27402 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27934] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27934/stat : 27934 (java) S 27927 27929 27402 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27935] ppid=27927 vsize=915464 CPUtime=0.26
/proc/27929/task/27935/stat : 27935 (java) S 27927 27929 27402 0 -1 64 416 0 0 0 24 2 0 0 16 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27936] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27936/stat : 27936 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27937] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27937/stat : 27937 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.63
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.54 s]
/proc/loadavg: 1.99 1.99 1.95 3/100 27997
/proc/meminfo: memFree=1519720/2055920 swapFree=4192812/4192956
[pid=27929] ppid=27927 vsize=915464 CPUtime=1800.01
/proc/27929/stat : 27929 (java) R 27927 27929 27402 0 -1 0 8772 0 1 0 179984 17 0 0 25 0 8 0 155538301 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073731600 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27929/statm: 228866 8507 2533 14 0 215336 0
[pid=27929/tid=27931] ppid=27927 vsize=915464 CPUtime=0.02
/proc/27929/task/27931/stat : 27931 (java) S 27927 27929 27402 0 -1 64 194 0 0 0 2 0 0 0 16 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27932] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27932/stat : 27932 (java) S 27927 27929 27402 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27933] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27933/stat : 27933 (java) S 27927 27929 27402 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155538309 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27934] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27934/stat : 27934 (java) S 27927 27929 27402 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27935] ppid=27927 vsize=915464 CPUtime=0.26
/proc/27929/task/27935/stat : 27935 (java) S 27927 27929 27402 0 -1 64 416 0 0 0 24 2 0 0 16 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27936] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27936/stat : 27936 (java) S 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27929/tid=27937] ppid=27927 vsize=915464 CPUtime=0
/proc/27929/task/27937/stat : 27937 (java) R 27927 27929 27402 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155538312 937435136 8507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915464

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

Child status: 143
Real time (s): 1804.6
CPU time (s): 1800.08
CPU user time (s): 1799.9
CPU system time (s): 0.181972
CPU usage (%): 99.7493
Max. virtual memory (cumulated for all children) (KiB): 915468

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

runsolver used 2.06868 s user time and 5.38218 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sat Jan  6 08:17:13 UTC 2007


IDJOB= 199478
IDBENCH= 3620
FILE ID= node11/199478-1168071433

PBS_JOBID= 3475712

Free space on /tmp= 66319 MiB

BENCH NAME= HOME/pub/bench/CPAI06/allIntervalSeries/series-25.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199478-1168071433/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-199478-1168071433 -o ROOT/results/node11/solver-199478-1168071433 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199478-1168071433/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1eb0cd8148c3a51eaa068a454296b6fa

RANDOM SEED= 720735572

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.261
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	: 5931.00
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.261
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:       1642304 kB
Buffers:         37424 kB
Cached:         196360 kB
SwapCached:          0 kB
Active:         152464 kB
Inactive:       177052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1642304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1820 kB
Writeback:           0 kB
Mapped:         124816 kB
Slab:            68620 kB
Committed_AS:  5077492 kB
PageTables:       2500 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= 66314 MiB



End job on node11 on Sat Jan  6 08:47:18 UTC 2007