Trace number 194965

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

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-27_ext.xml
MD5SUM81766b12f834a6359457450a0ce6b25f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark714.584
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints470
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension470
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.38	   
0.38	   instance
0.38	     name=/tmp/evaluation/194965-1168109139/unknown.xml
0.41	   
0.41	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.45	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.45	       =>  wckTime=0.146  cpuTime=0.1  mem=6M951
0.45	   
0.45	   relations being loaded...
0.60	   
0.60	   constraints being loaded...
0.74	     nbConstraints=470  nbRelationTypes=470  nbExtensionStructures=470  nbSharedExtensionStructures=0
0.74	     nbConflictsStructures=470  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2503  maxDegree=28
0.74	     maxArity=2
0.74	       =>  wckTime=0.44  cpuTime=0.31  mem=17M695
0.79	   
0.79	   solver IterativeSystematicSolver being built... 
0.95	       =>  wckTime=0.651  cpuTime=0.45  mem=15M586
1.02	   
1.02	   preprocessing
1.02	     nbConstraintChecks=114768  nbPropagations=1243  nbRevisions=10180  nbUselessRevisions=8621  nbSingletonTests=66
1.02	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
1.02	       =>  wckTime=0.061  cpuTime=0.04  mem=15M586
1.05	   
1.05	   search
1.05	     run=0  nbConstraintChecks=40060  nbPropagations=1725  nbRevisions=15779  nbUselessRevisions=13292  nbAssignments=26
1.05	     nbFailedAssignments=4  nbBacktracks=10  nbVisitedNodes=36  nbRestartNogoods=0  mapSize=6  nbInferences=0
1.05	     nbTooLargeKeys=0
1.05	       =>  wckTime=0.089  cpuTime=0.06  mem=15M586
1.07	   
1.07	   search
1.07	     run=1  nbConstraintChecks=95571  nbPropagations=4160  nbRevisions=40820  nbUselessRevisions=34321  nbAssignments=63
1.07	     nbFailedAssignments=15  nbBacktracks=25  nbVisitedNodes=91  nbRestartNogoods=3  mapSize=18  nbInferences=0
1.07	     nbTooLargeKeys=0
1.07	       =>  wckTime=0.111  cpuTime=0.07  mem=15M586
1.09	   
1.09	   search
1.09	     run=2  nbConstraintChecks=165413  nbPropagations=7490  nbRevisions=77725  nbUselessRevisions=65159
1.09	     nbAssignments=111  nbFailedAssignments=28  nbBacktracks=51  nbVisitedNodes=163  nbRestartNogoods=5  mapSize=33
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.127  cpuTime=0.09  mem=15M586
1.11	   
1.11	   search
1.11	     run=3  nbConstraintChecks=266470  nbPropagations=12122  nbRevisions=132896  nbUselessRevisions=111183
1.11	     nbAssignments=180  nbFailedAssignments=50  nbBacktracks=86  nbVisitedNodes=275  nbRestartNogoods=8  mapSize=63
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.149  cpuTime=0.11  mem=15M586
1.15	   
1.15	   search
1.15	     run=4  nbConstraintChecks=419460  nbPropagations=18774  nbRevisions=218279  nbUselessRevisions=182480
1.15	     nbAssignments=289  nbFailedAssignments=93  nbBacktracks=136  nbVisitedNodes=455  nbRestartNogoods=12  mapSize=104
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.188  cpuTime=0.14  mem=15M586
1.19	   
1.19	   search
1.19	     run=5  nbConstraintChecks=604061  nbPropagations=27781  nbRevisions=337264  nbUselessRevisions=281437
1.19	     nbAssignments=419  nbFailedAssignments=135  nbBacktracks=212  nbVisitedNodes=666  nbRestartNogoods=16  mapSize=160
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.228  cpuTime=0.17  mem=15M586
1.25	   
1.25	   search
1.25	     run=6  nbConstraintChecks=959021  nbPropagations=40775  nbRevisions=514556  nbUselessRevisions=427562
1.25	     nbAssignments=612  nbFailedAssignments=206  nbBacktracks=325  nbVisitedNodes=991  nbRestartNogoods=20  mapSize=255
1.25	     nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.289  cpuTime=0.23  mem=15M586
1.34	   
1.34	   search
1.34	     run=7  nbConstraintChecks=1433816  nbPropagations=59617  nbRevisions=788901  nbUselessRevisions=654686
1.34	     nbAssignments=920  nbFailedAssignments=331  nbBacktracks=495  nbVisitedNodes=1523  nbRestartNogoods=24  mapSize=401
1.34	     nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.38  cpuTime=0.32  mem=15M586
1.48	   
1.48	   search
1.48	     run=8  nbConstraintChecks=2181721  nbPropagations=87811  nbRevisions=1211889  nbUselessRevisions=1005213
1.48	     nbAssignments=1373  nbFailedAssignments=515  nbBacktracks=752  nbVisitedNodes=2324  nbRestartNogoods=33
1.48	     mapSize=636  nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.523  cpuTime=0.46  mem=15M586
1.65	   
1.65	   search
1.65	     run=9  nbConstraintChecks=3078791  nbPropagations=127103  nbRevisions=1805121  nbUselessRevisions=1496477
1.65	     nbAssignments=2003  nbFailedAssignments=748  nbBacktracks=1139  nbVisitedNodes=3375  nbRestartNogoods=40
1.65	     mapSize=951  nbInferences=0  nbTooLargeKeys=0
1.65	       =>  wckTime=0.695  cpuTime=0.62  mem=15M586
1.71	   
1.71	   INFO : Stopping hyperNogood (mapSize=1036, nbTooLargekeys=0, mem=15M586)
1.93	   
1.93	   search
1.93	     run=10  nbConstraintChecks=4702590  nbPropagations=186016  nbRevisions=2712918  nbUselessRevisions=2247172
1.93	     nbAssignments=3035  nbFailedAssignments=1193  nbBacktracks=1716  nbVisitedNodes=5171  nbRestartNogoods=47
1.93	       =>  wckTime=0.969  cpuTime=0.88  mem=15M586
2.25	   
2.25	   search
2.25	     run=11  nbConstraintChecks=6637118  nbPropagations=271106  nbRevisions=4024149  nbUselessRevisions=3332271
2.25	     nbAssignments=4482  nbFailedAssignments=1762  nbBacktracks=2581  nbVisitedNodes=7641  nbRestartNogoods=50
2.25	       =>  wckTime=1.295  cpuTime=1.2  mem=15M586
2.77	   
2.77	   search
2.77	     run=12  nbConstraintChecks=9746151  nbPropagations=395696  nbRevisions=5970367  nbUselessRevisions=4941943
2.77	     nbAssignments=6691  nbFailedAssignments=2660  nbBacktracks=3879  nbVisitedNodes=11422  nbRestartNogoods=57
2.77	       =>  wckTime=1.811  cpuTime=1.71  mem=15M586
3.49	   
3.49	   search
3.49	     run=13  nbConstraintChecks=14229051  nbPropagations=576593  nbRevisions=8781169  nbUselessRevisions=7263137
3.49	     nbAssignments=9784  nbFailedAssignments=3795  nbBacktracks=5827  nbVisitedNodes=16633  nbRestartNogoods=64
3.49	       =>  wckTime=2.531  cpuTime=2.42  mem=15M586
4.69	   
4.69	   search
4.69	     run=14  nbConstraintChecks=21811844  nbPropagations=849678  nbRevisions=13083675  nbUselessRevisions=10824101
4.69	     nbAssignments=14618  nbFailedAssignments=5698  nbBacktracks=8748  nbVisitedNodes=24929  nbRestartNogoods=70
4.69	       =>  wckTime=3.73  cpuTime=3.61  mem=15M586
6.30	   
6.30	   search
6.30	     run=15  nbConstraintChecks=31783951  nbPropagations=1251316  nbRevisions=19360708  nbUselessRevisions=16017144
6.30	     nbAssignments=21644  nbFailedAssignments=8331  nbBacktracks=13128  nbVisitedNodes=36762  nbRestartNogoods=80
6.30	       =>  wckTime=5.338  cpuTime=5.21  mem=16M561
9.10	   
9.10	   search
9.10	     run=16  nbConstraintChecks=49599793  nbPropagations=1866035  nbRevisions=29105370  nbUselessRevisions=24085040
9.10	     nbAssignments=32663  nbFailedAssignments=12727  nbBacktracks=19696  nbVisitedNodes=55773  nbRestartNogoods=91
9.10	       =>  wckTime=8.145  cpuTime=8.0  mem=16M561
12.97	   
12.97	   search
12.97	     run=17  nbConstraintChecks=73535918  nbPropagations=2784883  nbRevisions=43629385  nbUselessRevisions=36112115
12.97	     nbAssignments=48849  nbFailedAssignments=19051  nbBacktracks=29549  nbVisitedNodes=83581  nbRestartNogoods=101
12.97	       =>  wckTime=12.016  cpuTime=11.86  mem=16M561
19.22	   
19.22	   search
19.22	     run=18  nbConstraintChecks=111381375  nbPropagations=4189704  nbRevisions=65917023  nbUselessRevisions=54578510
19.22	     nbAssignments=74344  nbFailedAssignments=29755  nbBacktracks=44328  nbVisitedNodes=128103  nbRestartNogoods=113
19.22	       =>  wckTime=18.264  cpuTime=18.09  mem=16M561
27.37	   
27.37	   search
27.37	     run=19  nbConstraintChecks=160411070  nbPropagations=6248097  nbRevisions=98320399  nbUselessRevisions=81439625
27.37	     nbAssignments=110047  nbFailedAssignments=43279  nbBacktracks=66496  nbVisitedNodes=188837  nbRestartNogoods=125
27.37	       =>  wckTime=26.416  cpuTime=26.19  mem=16M561
41.19	   
41.19	   search
41.19	     run=20  nbConstraintChecks=246065994  nbPropagations=9366687  nbRevisions=147638743  nbUselessRevisions=122285924
41.19	     nbAssignments=165330  nbFailedAssignments=65301  nbBacktracks=99748  nbVisitedNodes=284370  nbRestartNogoods=142
41.19	       =>  wckTime=40.234  cpuTime=39.94  mem=16M561
60.83	   
60.83	   search
60.83	     run=21  nbConstraintChecks=366158597  nbPropagations=14032721  nbRevisions=221350688  nbUselessRevisions=183412113
60.83	     nbAssignments=246600  nbFailedAssignments=96682  nbBacktracks=149626  nbVisitedNodes=424204  nbRestartNogoods=150
60.83	       =>  wckTime=59.872  cpuTime=59.48  mem=16M561
91.61	   
91.61	   search
91.61	     run=22  nbConstraintChecks=556448834  nbPropagations=21073060  nbRevisions=333307684  nbUselessRevisions=276327012
91.61	     nbAssignments=370518  nbFailedAssignments=145773  nbBacktracks=224444  nbVisitedNodes=638586  nbRestartNogoods=159
91.61	       =>  wckTime=90.651  cpuTime=90.12  mem=16M561
137.28	   
137.28	   search
137.28	     run=23  nbConstraintChecks=836620298  nbPropagations=31703546  nbRevisions=501845028  nbUselessRevisions=416225535
137.28	     nbAssignments=556382  nbFailedAssignments=219400  nbBacktracks=336671  nbVisitedNodes=960020  nbRestartNogoods=172
137.28	       =>  wckTime=136.324  cpuTime=135.58  mem=16M561
206.39	   
206.39	   search
206.39	     run=24  nbConstraintChecks=1264648991  nbPropagations=47671453  nbRevisions=755170832  nbUselessRevisions=626351095
206.39	     nbAssignments=834887  nbFailedAssignments=329554  nbBacktracks=505012  nbVisitedNodes=1441046  nbRestartNogoods=184
206.39	       =>  wckTime=205.43  cpuTime=204.37  mem=16M561
306.32	   
306.32	   search
306.32	     run=25  nbConstraintChecks=1877041683  nbPropagations=71490419  nbRevisions=1132382263
306.32	     nbUselessRevisions=939445990  nbAssignments=1246235  nbFailedAssignments=488380  nbBacktracks=757524
306.32	     nbVisitedNodes=2147062  nbRestartNogoods=195
306.32	       =>  wckTime=305.364  cpuTime=303.83  mem=16M561
457.54	   
457.54	   search
457.54	     run=26  nbConstraintChecks=2803494631  nbPropagations=106984571  nbRevisions=1696058717
457.54	     nbUselessRevisions=1407298875  nbAssignments=1863718  nbFailedAssignments=727065  nbBacktracks=1136297
457.54	     nbVisitedNodes=3208890  nbRestartNogoods=210
457.54	       =>  wckTime=456.587  cpuTime=454.35  mem=16M561
684.28	   
684.28	   search
684.28	     run=27  nbConstraintChecks=4191216345  nbPropagations=160237385  nbRevisions=2540131150
684.28	     nbUselessRevisions=2108057156  nbAssignments=2796220  nbFailedAssignments=1091403  nbBacktracks=1704451
684.28	     nbVisitedNodes=4812402  nbRestartNogoods=221
684.28	       =>  wckTime=683.323  cpuTime=680.03  mem=16M561
1034.76	   
1034.76	   search
1034.76	     run=28  nbConstraintChecks=6356978054  nbPropagations=240263912  nbRevisions=3816995022
1034.76	     nbUselessRevisions=3168379493  nbAssignments=4198362  nbFailedAssignments=1641310  nbBacktracks=2556678
1034.76	     nbVisitedNodes=7230456  nbRestartNogoods=235
1034.76	       =>  wckTime=1033.802  cpuTime=1028.69  mem=16M561
1542.65	   
1542.65	   search
1542.65	     run=29  nbConstraintChecks=9449902727  nbPropagations=360181988  nbRevisions=5725893899
1542.65	     nbUselessRevisions=4754713238  nbAssignments=6281869  nbFailedAssignments=2446468  nbBacktracks=3835018
1542.65	     nbVisitedNodes=10817680  nbRestartNogoods=258
1542.65	       =>  wckTime=1541.691  cpuTime=1534.22  mem=16M561

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/node52/watcher-194965-1168109139 -o ROOT/results/node52/solver-194965-1168109139 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194965-1168109139/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.21 1.79 1.90 4/75 4999
/proc/meminfo: memFree=1392288/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=292 CPUtime=0
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 47 0 0 0 0 0 0 0 20 0 1 0 159312707 299008 31 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4311693 0 0 4096 0 0 0 0 17 0 0 0
/proc/4998/statm: 73 31 25 14 0 3 0

[startup+0.102937 s]
/proc/loadavg: 1.21 1.79 1.90 4/75 4999
/proc/meminfo: memFree=1392288/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=914988 CPUtime=0.08
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 2962 0 1 0 7 1 0 0 25 0 8 0 159312707 936947712 2708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154325522 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4998/statm: 228747 2708 1417 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510963 s]
/proc/loadavg: 1.21 1.79 1.90 4/75 4999
/proc/meminfo: memFree=1392288/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=915328 CPUtime=0.43
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 6510 0 1 0 39 4 0 0 24 0 8 0 159312707 937295872 6249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565086 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4998/statm: 228832 6250 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 915328

[startup+1.33303 s]
/proc/loadavg: 1.21 1.79 1.90 4/88 5025
/proc/meminfo: memFree=1294584/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=915460 CPUtime=1.25
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 9640 0 1 0 118 7 0 0 25 0 8 0 159312707 937431040 9378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812633 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4998/statm: 228865 9378 2524 14 0 215335 0
[pid=4998/tid=5012] ppid=4991 vsize=915460 CPUtime=0.03
/proc/4998/task/5012/stat : 5012 (java) S 4991 4998 4884 0 -1 64 410 0 0 0 3 0 0 0 17 0 8 0 159312712 937431040 9378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5013] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5013/stat : 5013 (java) S 4991 4998 4884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5014] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5014/stat : 5014 (java) S 4991 4998 4884 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5018] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5018/stat : 5018 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159312715 937431040 9378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5019] ppid=4991 vsize=915460 CPUtime=0.2
/proc/4998/task/5019/stat : 5019 (java) S 4991 4998 4884 0 -1 64 382 0 0 0 20 0 0 0 15 0 8 0 159312715 937431040 9378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5020] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5020/stat : 5020 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159312715 937431040 9378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5021] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5021/stat : 5021 (java) S 4991 4998 4884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312715 937431040 9378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 915460

[startup+2.98514 s]
/proc/loadavg: 1.21 1.79 1.90 4/89 5026
/proc/meminfo: memFree=1278128/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=915460 CPUtime=2.9
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 9659 0 1 0 282 8 0 0 25 0 8 0 159312707 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826284 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4998/statm: 228865 9396 2524 14 0 215335 0
[pid=4998/tid=5012] ppid=4991 vsize=915460 CPUtime=0.03
/proc/4998/task/5012/stat : 5012 (java) S 4991 4998 4884 0 -1 64 410 0 0 0 3 0 0 0 17 0 8 0 159312712 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5013] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5013/stat : 5013 (java) S 4991 4998 4884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5014] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5014/stat : 5014 (java) S 4991 4998 4884 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5018] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5018/stat : 5018 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159312715 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5019] ppid=4991 vsize=915460 CPUtime=0.25
/proc/4998/task/5019/stat : 5019 (java) S 4991 4998 4884 0 -1 64 399 0 0 0 24 1 0 0 15 0 8 0 159312715 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5020] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5020/stat : 5020 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159312715 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5021] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5021/stat : 5021 (java) S 4991 4998 4884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312715 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915460

[startup+6.27336 s]
/proc/loadavg: 1.27 1.80 1.90 4/89 5026
/proc/meminfo: memFree=1277872/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=915460 CPUtime=6.17
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 9660 0 1 0 609 8 0 0 25 0 8 0 159312707 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819656 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4998/statm: 228865 9396 2524 14 0 215335 0
[pid=4998/tid=5012] ppid=4991 vsize=915460 CPUtime=0.03
/proc/4998/task/5012/stat : 5012 (java) S 4991 4998 4884 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159312712 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5013] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5013/stat : 5013 (java) S 4991 4998 4884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5014] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5014/stat : 5014 (java) S 4991 4998 4884 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5018] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5018/stat : 5018 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159312715 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5019] ppid=4991 vsize=915460 CPUtime=0.25
/proc/4998/task/5019/stat : 5019 (java) S 4991 4998 4884 0 -1 64 399 0 0 0 24 1 0 0 15 0 8 0 159312715 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5020] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5020/stat : 5020 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159312715 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5021] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5021/stat : 5021 (java) S 4991 4998 4884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312715 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915460

[startup+12.7648 s]
/proc/loadavg: 1.33 1.80 1.90 3/89 5026
/proc/meminfo: memFree=1277944/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=915460 CPUtime=12.63
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 9661 0 1 0 1255 8 0 0 25 0 8 0 159312707 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819630 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4998/statm: 228865 9397 2524 14 0 215335 0
[pid=4998/tid=5012] ppid=4991 vsize=915460 CPUtime=0.03
/proc/4998/task/5012/stat : 5012 (java) S 4991 4998 4884 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159312712 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5013] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5013/stat : 5013 (java) S 4991 4998 4884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5014] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5014/stat : 5014 (java) S 4991 4998 4884 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5018] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5018/stat : 5018 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159312715 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5019] ppid=4991 vsize=915460 CPUtime=0.25
/proc/4998/task/5019/stat : 5019 (java) S 4991 4998 4884 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 159312715 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5020] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5020/stat : 5020 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159312715 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5021] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5021/stat : 5021 (java) S 4991 4998 4884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312715 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915460

[startup+25.6037 s]
/proc/loadavg: 1.48 1.81 1.90 3/89 5026
/proc/meminfo: memFree=1278016/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=915460 CPUtime=25.41
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 9661 0 1 0 2533 8 0 0 25 0 8 0 159312707 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810803 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4998/statm: 228865 9397 2524 14 0 215335 0
[pid=4998/tid=5012] ppid=4991 vsize=915460 CPUtime=0.03
/proc/4998/task/5012/stat : 5012 (java) S 4991 4998 4884 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159312712 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5013] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5013/stat : 5013 (java) S 4991 4998 4884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5014] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5014/stat : 5014 (java) S 4991 4998 4884 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5018] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5018/stat : 5018 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159312715 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5019] ppid=4991 vsize=915460 CPUtime=0.25
/proc/4998/task/5019/stat : 5019 (java) S 4991 4998 4884 0 -1 64 400 0 0 0 24 1 0 0 17 0 8 0 159312715 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5020] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5020/stat : 5020 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159312715 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5021] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5021/stat : 5021 (java) S 4991 4998 4884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312715 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 915460

[startup+51.2254 s]
/proc/loadavg: 1.66 1.82 1.90 3/89 5026
/proc/meminfo: memFree=1278144/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=915460 CPUtime=50.9
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 9663 0 1 0 5082 8 0 0 25 0 8 0 159312707 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835265 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4998/statm: 228865 9398 2524 14 0 215335 0
[pid=4998/tid=5012] ppid=4991 vsize=915460 CPUtime=0.03
/proc/4998/task/5012/stat : 5012 (java) S 4991 4998 4884 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159312712 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5013] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5013/stat : 5013 (java) S 4991 4998 4884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5014] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5014/stat : 5014 (java) S 4991 4998 4884 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5018] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5018/stat : 5018 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159312715 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5019] ppid=4991 vsize=915460 CPUtime=0.25
/proc/4998/task/5019/stat : 5019 (java) S 4991 4998 4884 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 159312715 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5020] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5020/stat : 5020 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159312715 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5021] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5021/stat : 5021 (java) S 4991 4998 4884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312715 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 915460

[startup+102.462 s]
/proc/loadavg: 1.85 1.85 1.91 3/89 5026
/proc/meminfo: memFree=1264448/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=915460 CPUtime=101.9
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 9663 0 1 0 10182 8 0 0 25 0 8 0 159312707 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818835 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4998/statm: 228865 9398 2524 14 0 215335 0
[pid=4998/tid=5012] ppid=4991 vsize=915460 CPUtime=0.03
/proc/4998/task/5012/stat : 5012 (java) S 4991 4998 4884 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159312712 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5013] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5013/stat : 5013 (java) S 4991 4998 4884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5014] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5014/stat : 5014 (java) S 4991 4998 4884 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5018] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5018/stat : 5018 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159312715 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5019] ppid=4991 vsize=915460 CPUtime=0.25
/proc/4998/task/5019/stat : 5019 (java) S 4991 4998 4884 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 159312715 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5020] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5020/stat : 5020 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159312715 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5021] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5021/stat : 5021 (java) S 4991 4998 4884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312715 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 915460

[startup+162.541 s]
/proc/loadavg: 1.94 1.87 1.91 3/89 5026
/proc/meminfo: memFree=1264384/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=915460 CPUtime=161.7
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 9663 0 1 0 16162 8 0 0 25 0 8 0 159312707 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480108 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1417.26
Current children cumulated vsize (KiB) 915460

[startup+1484.24 s]
/proc/loadavg: 2.02 2.01 1.93 3/89 5224
/proc/meminfo: memFree=1193280/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=915460 CPUtime=1477.06
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 9663 0 1 0 147696 10 0 0 25 0 8 0 159312707 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835300 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4998/statm: 228865 9398 2524 14 0 215335 0
[pid=4998/tid=5012] ppid=4991 vsize=915460 CPUtime=0.03
/proc/4998/task/5012/stat : 5012 (java) S 4991 4998 4884 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159312712 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5013] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5013/stat : 5013 (java) S 4991 4998 4884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5014] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5014/stat : 5014 (java) S 4991 4998 4884 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5018] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5018/stat : 5018 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159312715 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5019] ppid=4991 vsize=915460 CPUtime=0.25
/proc/4998/task/5019/stat : 5019 (java) S 4991 4998 4884 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 159312715 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5020] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5020/stat : 5020 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159312715 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5021] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5021/stat : 5021 (java) S 4991 4998 4884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312715 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.06
Current children cumulated vsize (KiB) 915460

[startup+1544.32 s]
/proc/loadavg: 2.01 2.00 1.93 3/89 5224
/proc/meminfo: memFree=1193216/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=915460 CPUtime=1536.86
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 9664 0 1 0 153676 10 0 0 25 0 8 0 159312707 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819883 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4998/statm: 228865 9399 2524 14 0 215335 0
[pid=4998/tid=5012] ppid=4991 vsize=915460 CPUtime=0.03
/proc/4998/task/5012/stat : 5012 (java) S 4991 4998 4884 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5013] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5013/stat : 5013 (java) S 4991 4998 4884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5014] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5014/stat : 5014 (java) S 4991 4998 4884 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5018] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5018/stat : 5018 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5019] ppid=4991 vsize=915460 CPUtime=0.25
/proc/4998/task/5019/stat : 5019 (java) S 4991 4998 4884 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5020] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5020/stat : 5020 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5021] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5021/stat : 5021 (java) S 4991 4998 4884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.86
Current children cumulated vsize (KiB) 915460

[startup+1604.39 s]
/proc/loadavg: 2.00 2.00 1.93 3/89 5224
/proc/meminfo: memFree=1193216/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=915460 CPUtime=1596.65
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 9664 0 1 0 159655 10 0 0 25 0 8 0 159312707 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073872955 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4998/statm: 228865 9399 2524 14 0 215335 0
[pid=4998/tid=5012] ppid=4991 vsize=915460 CPUtime=0.03
/proc/4998/task/5012/stat : 5012 (java) S 4991 4998 4884 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5013] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5013/stat : 5013 (java) S 4991 4998 4884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5014] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5014/stat : 5014 (java) S 4991 4998 4884 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5018] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5018/stat : 5018 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5019] ppid=4991 vsize=915460 CPUtime=0.25
/proc/4998/task/5019/stat : 5019 (java) S 4991 4998 4884 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5020] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5020/stat : 5020 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5021] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5021/stat : 5021 (java) S 4991 4998 4884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.65
Current children cumulated vsize (KiB) 915460

[startup+1664.48 s]
/proc/loadavg: 2.00 2.00 1.93 3/89 5224
/proc/meminfo: memFree=1193152/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=915460 CPUtime=1656.46
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 9664 0 1 0 165636 10 0 0 25 0 8 0 159312707 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813708 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4998/statm: 228865 9399 2524 14 0 215335 0
[pid=4998/tid=5012] ppid=4991 vsize=915460 CPUtime=0.03
/proc/4998/task/5012/stat : 5012 (java) S 4991 4998 4884 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5013] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5013/stat : 5013 (java) S 4991 4998 4884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5014] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5014/stat : 5014 (java) S 4991 4998 4884 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5018] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5018/stat : 5018 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5019] ppid=4991 vsize=915460 CPUtime=0.25
/proc/4998/task/5019/stat : 5019 (java) S 4991 4998 4884 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5020] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5020/stat : 5020 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5021] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5021/stat : 5021 (java) S 4991 4998 4884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.46
Current children cumulated vsize (KiB) 915460

[startup+1724.56 s]
/proc/loadavg: 2.10 2.03 1.94 3/89 5224
/proc/meminfo: memFree=1193216/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=915460 CPUtime=1716.27
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 9664 0 1 0 171616 11 0 0 25 0 8 0 159312707 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918543 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4998/statm: 228865 9399 2524 14 0 215335 0
[pid=4998/tid=5012] ppid=4991 vsize=915460 CPUtime=0.03
/proc/4998/task/5012/stat : 5012 (java) S 4991 4998 4884 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5013] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5013/stat : 5013 (java) S 4991 4998 4884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5014] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5014/stat : 5014 (java) S 4991 4998 4884 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5018] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5018/stat : 5018 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5019] ppid=4991 vsize=915460 CPUtime=0.25
/proc/4998/task/5019/stat : 5019 (java) S 4991 4998 4884 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5020] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5020/stat : 5020 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5021] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5021/stat : 5021 (java) S 4991 4998 4884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.27
Current children cumulated vsize (KiB) 915460

[startup+1784.64 s]
/proc/loadavg: 2.03 2.02 1.94 3/89 5224
/proc/meminfo: memFree=1193152/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=915460 CPUtime=1776.08
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 9664 0 1 0 177597 11 0 0 25 0 8 0 159312707 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819700 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4998/statm: 228865 9399 2524 14 0 215335 0
[pid=4998/tid=5012] ppid=4991 vsize=915460 CPUtime=0.03
/proc/4998/task/5012/stat : 5012 (java) S 4991 4998 4884 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5013] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5013/stat : 5013 (java) S 4991 4998 4884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5014] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5014/stat : 5014 (java) S 4991 4998 4884 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5018] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5018/stat : 5018 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5019] ppid=4991 vsize=915460 CPUtime=0.25
/proc/4998/task/5019/stat : 5019 (java) S 4991 4998 4884 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5020] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5020/stat : 5020 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5021] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5021/stat : 5021 (java) S 4991 4998 4884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.08
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.72 s]
/proc/loadavg: 2.02 2.02 1.94 3/89 5224
/proc/meminfo: memFree=1193152/2055920 swapFree=4192812/4192956
[pid=4998] ppid=4991 vsize=915460 CPUtime=1800.04
/proc/4998/stat : 4998 (java) R 4991 4998 4884 0 -1 0 9664 0 1 0 179993 11 0 0 25 0 8 0 159312707 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918564 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4998/statm: 228865 9399 2524 14 0 215335 0
[pid=4998/tid=5012] ppid=4991 vsize=915460 CPUtime=0.03
/proc/4998/task/5012/stat : 5012 (java) S 4991 4998 4884 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5013] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5013/stat : 5013 (java) S 4991 4998 4884 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5014] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5014/stat : 5014 (java) S 4991 4998 4884 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159312712 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5018] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5018/stat : 5018 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5019] ppid=4991 vsize=915460 CPUtime=0.25
/proc/4998/task/5019/stat : 5019 (java) S 4991 4998 4884 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4998/tid=5020] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5020/stat : 5020 (java) S 4991 4998 4884 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4998/tid=5021] ppid=4991 vsize=915460 CPUtime=0
/proc/4998/task/5021/stat : 5021 (java) S 4991 4998 4884 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159312715 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1808.76
CPU time (s): 1800.08
CPU user time (s): 1799.96
CPU system time (s): 0.116982
CPU usage (%): 99.5202
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9681
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= 37773
involuntary context switches= 57210

runsolver used 2.10668 s user time and 5.77812 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Sat Jan  6 18:45:41 UTC 2007


IDJOB= 194965
IDBENCH= 3242
FILE ID= node52/194965-1168109139

PBS_JOBID= 3477343

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23/rand-2-50-23-587-230-27_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194965-1168109139/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-194965-1168109139 -o ROOT/results/node52/solver-194965-1168109139 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194965-1168109139/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  81766b12f834a6359457450a0ce6b25f

RANDOM SEED= 491987653

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.232
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.232
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:       1394048 kB
Buffers:         45452 kB
Cached:         519764 kB
SwapCached:          0 kB
Active:         117516 kB
Inactive:       467796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1394048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6068 kB
Writeback:           4 kB
Mapped:          30200 kB
Slab:            62108 kB
Committed_AS:  3263568 kB
PageTables:       1704 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 node52 on Sat Jan  6 19:15:51 UTC 2007