Trace number 229698

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

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-21_ext.xml
MD5SUM317c37ee798434d52c1a2712fdff51b3
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 benchmark845.181
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints477
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension477
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/229698-1168309322/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.42	       =>  wckTime=0.098  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.56	   
0.56	   constraints being loaded...
0.70	     nbConstraints=477  nbRelationTypes=477  nbExtensionStructures=477  nbSharedExtensionStructures=0
0.70	     nbConflictsStructures=477  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2605  maxDegree=28
0.70	     maxArity=2
0.70	       =>  wckTime=0.377  cpuTime=0.29  mem=17M892
0.74	   
0.74	   solver IterativeSystematicSolver being built... 
0.90	       =>  wckTime=0.576  cpuTime=0.42  mem=15M599
0.96	   
0.96	   preprocessing
0.96	     nbConstraintChecks=110919  nbPropagations=1276  nbRevisions=10435  nbUselessRevisions=8702  nbSingletonTests=63
0.96	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.96	       =>  wckTime=0.059  cpuTime=0.04  mem=15M599
0.99	   
0.99	   search
0.99	     run=0  nbConstraintChecks=48753  nbPropagations=1849  nbRevisions=17400  nbUselessRevisions=14451  nbAssignments=27
0.99	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=40  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.99	     nbTooLargeKeys=0
0.99	       =>  wckTime=0.087  cpuTime=0.06  mem=15M599
1.01	   
1.01	   search
1.01	     run=1  nbConstraintChecks=110871  nbPropagations=4437  nbRevisions=44029  nbUselessRevisions=36533
1.01	     nbAssignments=68  nbFailedAssignments=18  nbBacktracks=25  nbVisitedNodes=101  nbRestartNogoods=3  mapSize=22
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.108  cpuTime=0.07  mem=15M599
1.03	   
1.03	   search
1.03	     run=2  nbConstraintChecks=234810  nbPropagations=8468  nbRevisions=84873  nbUselessRevisions=70597
1.03	     nbAssignments=148  nbFailedAssignments=25  nbBacktracks=47  nbVisitedNodes=155  nbRestartNogoods=8  mapSize=33
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.129  cpuTime=0.09  mem=15M599
1.05	   
1.05	   search
1.05	     run=3  nbConstraintChecks=325412  nbPropagations=13624  nbRevisions=140929  nbUselessRevisions=117009
1.05	     nbAssignments=208  nbFailedAssignments=42  nbBacktracks=82  nbVisitedNodes=250  nbRestartNogoods=10  mapSize=61
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.148  cpuTime=0.11  mem=15M599
1.08	   
1.08	   search
1.08	     run=4  nbConstraintChecks=484992  nbPropagations=20568  nbRevisions=224414  nbUselessRevisions=185850
1.08	     nbAssignments=298  nbFailedAssignments=72  nbBacktracks=132  nbVisitedNodes=404  nbRestartNogoods=11  mapSize=106
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.178  cpuTime=0.13  mem=15M599
1.13	   
1.13	   search
1.13	     run=5  nbConstraintChecks=782183  nbPropagations=30603  nbRevisions=351499  nbUselessRevisions=289831
1.13	     nbAssignments=450  nbFailedAssignments=125  nbBacktracks=208  nbVisitedNodes=639  nbRestartNogoods=16  mapSize=169
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.233  cpuTime=0.18  mem=15M599
1.19	   
1.19	   search
1.19	     run=6  nbConstraintChecks=1111492  nbPropagations=44352  nbRevisions=536616  nbUselessRevisions=441712
1.19	     nbAssignments=654  nbFailedAssignments=205  nbBacktracks=322  nbVisitedNodes=981  nbRestartNogoods=24  mapSize=264
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.289  cpuTime=0.23  mem=15M599
1.27	   
1.27	   search
1.27	     run=7  nbConstraintChecks=1627468  nbPropagations=63688  nbRevisions=801340  nbUselessRevisions=658083
1.27	     nbAssignments=943  nbFailedAssignments=301  nbBacktracks=493  nbVisitedNodes=1445  nbRestartNogoods=30  mapSize=404
1.27	     nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.372  cpuTime=0.31  mem=15M599
1.40	   
1.40	   search
1.40	     run=8  nbConstraintChecks=2326792  nbPropagations=91163  nbRevisions=1185531  nbUselessRevisions=971188
1.40	     nbAssignments=1363  nbFailedAssignments=454  nbBacktracks=749  nbVisitedNodes=2148  nbRestartNogoods=36
1.40	     mapSize=620  nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.496  cpuTime=0.43  mem=15M599
1.59	   
1.59	   search
1.59	     run=9  nbConstraintChecks=3486348  nbPropagations=131009  nbRevisions=1769263  nbUselessRevisions=1448321
1.59	     nbAssignments=2001  nbFailedAssignments=697  nbBacktracks=1134  nbVisitedNodes=3243  nbRestartNogoods=43
1.59	     mapSize=941  nbInferences=0  nbTooLargeKeys=0
1.59	       =>  wckTime=0.686  cpuTime=0.6  mem=15M599
1.65	   
1.65	   INFO : Stopping hyperNogood (mapSize=1042, nbTooLargekeys=0, mem=15M599)
1.85	   
1.85	   search
1.85	     run=10  nbConstraintChecks=5284550  nbPropagations=190324  nbRevisions=2648053  nbUselessRevisions=2164898
1.85	     nbAssignments=2976  nbFailedAssignments=1086  nbBacktracks=1712  nbVisitedNodes=4919  nbRestartNogoods=48
1.85	       =>  wckTime=0.951  cpuTime=0.85  mem=15M599
2.20	   
2.20	   search
2.20	     run=11  nbConstraintChecks=7744954  nbPropagations=276923  nbRevisions=3953293  nbUselessRevisions=3231616
2.20	     nbAssignments=4374  nbFailedAssignments=1606  nbBacktracks=2579  nbVisitedNodes=7274  nbRestartNogoods=56
2.20	       =>  wckTime=1.296  cpuTime=1.2  mem=15M599
2.75	   
2.75	   search
2.75	     run=12  nbConstraintChecks=11651813  nbPropagations=407459  nbRevisions=5935872  nbUselessRevisions=4853033
2.75	     nbAssignments=6576  nbFailedAssignments=2503  nbBacktracks=3876  nbVisitedNodes=11116  nbRestartNogoods=63
2.75	       =>  wckTime=1.848  cpuTime=1.74  mem=15M599
3.49	   
3.50	   search
3.50	     run=13  nbConstraintChecks=16823742  nbPropagations=598410  nbRevisions=8870847  nbUselessRevisions=7260571
3.50	     nbAssignments=9686  nbFailedAssignments=3654  nbBacktracks=5828  nbVisitedNodes=16422  nbRestartNogoods=69
3.50	       =>  wckTime=2.595  cpuTime=2.48  mem=15M599
4.58	   
4.58	   search
4.58	     run=14  nbConstraintChecks=24504246  nbPropagations=876602  nbRevisions=13139006  nbUselessRevisions=10756849
4.58	     nbAssignments=14247  nbFailedAssignments=5284  nbBacktracks=8747  nbVisitedNodes=24098  nbRestartNogoods=71
4.58	       =>  wckTime=3.681  cpuTime=3.56  mem=15M599
6.33	   
6.33	   search
6.33	     run=15  nbConstraintChecks=37221391  nbPropagations=1293272  nbRevisions=19554041  nbUselessRevisions=16005197
6.33	     nbAssignments=21252  nbFailedAssignments=7902  nbBacktracks=13125  nbVisitedNodes=36058  nbRestartNogoods=79
6.33	       =>  wckTime=5.434  cpuTime=5.29  mem=16M575
8.65	   
8.65	   search
8.65	     run=16  nbConstraintChecks=52823357  nbPropagations=1900212  nbRevisions=28846862  nbUselessRevisions=23611625
8.65	     nbAssignments=31454  nbFailedAssignments=11525  nbBacktracks=19693  nbVisitedNodes=53146  nbRestartNogoods=82
8.65	       =>  wckTime=7.746  cpuTime=7.59  mem=16M575
12.58	   
12.58	   search
12.58	     run=17  nbConstraintChecks=80280244  nbPropagations=2819769  nbRevisions=43175030  nbUselessRevisions=35374588
12.58	     nbAssignments=47675  nbFailedAssignments=17886  nbBacktracks=29545  nbVisitedNodes=81235  nbRestartNogoods=93
12.58	       =>  wckTime=11.683  cpuTime=11.47  mem=16M575
18.33	   
18.33	   search
18.33	     run=18  nbConstraintChecks=120853029  nbPropagations=4204350  nbRevisions=64839283  nbUselessRevisions=53174770
18.33	     nbAssignments=71355  nbFailedAssignments=26780  nbBacktracks=44323  nbVisitedNodes=121935  nbRestartNogoods=103
18.33	       =>  wckTime=17.43  cpuTime=17.17  mem=16M575
27.25	   
27.25	   search
27.25	     run=19  nbConstraintChecks=185235339  nbPropagations=6300772  nbRevisions=97431617  nbUselessRevisions=79888994
27.25	     nbAssignments=107235  nbFailedAssignments=40483  nbBacktracks=66492  nbVisitedNodes=183587  nbRestartNogoods=113
27.25	       =>  wckTime=26.351  cpuTime=26.02  mem=16M575
40.28	   
40.28	   search
40.28	     run=20  nbConstraintChecks=277667022  nbPropagations=9446680  nbRevisions=146520038  nbUselessRevisions=120170868
40.28	     nbAssignments=160791  nbFailedAssignments=60781  nbBacktracks=99744  nbVisitedNodes=275500  nbRestartNogoods=124
40.28	       =>  wckTime=39.381  cpuTime=38.96  mem=16M575
60.62	   
60.62	   search
60.62	     run=21  nbConstraintChecks=424492596  nbPropagations=14196100  nbRevisions=220696161  nbUselessRevisions=180980182
60.62	     nbAssignments=241599  nbFailedAssignments=91703  nbBacktracks=149622  nbVisitedNodes=414056  nbRestartNogoods=134
60.62	       =>  wckTime=59.718  cpuTime=59.12  mem=16M575
91.79	   
91.79	   search
91.79	     run=22  nbConstraintChecks=642367542  nbPropagations=21387836  nbRevisions=335057723  nbUselessRevisions=275029692
91.79	     nbAssignments=365998  nbFailedAssignments=141271  nbBacktracks=224443  nbVisitedNodes=630198  nbRestartNogoods=147
91.79	       =>  wckTime=90.891  cpuTime=90.06  mem=16M575
135.53	   
135.53	   search
135.53	     run=23  nbConstraintChecks=958643227  nbPropagations=32048040  nbRevisions=503016218  nbUselessRevisions=412897201
135.53	     nbAssignments=541690  nbFailedAssignments=204725  nbBacktracks=336670  nbVisitedNodes=928362  nbRestartNogoods=159
135.53	       =>  wckTime=134.631  cpuTime=133.44  mem=16M575
205.50	   
205.50	   search
205.50	     run=24  nbConstraintChecks=1463088843  nbPropagations=48235538  nbRevisions=757472625  nbUselessRevisions=621564952
205.50	     nbAssignments=815820  nbFailedAssignments=310479  nbBacktracks=505011  nbVisitedNodes=1401708  nbRestartNogoods=173
205.50	       =>  wckTime=204.602  cpuTime=202.81  mem=16M575
305.00	   
305.00	   search
305.00	     run=25  nbConstraintChecks=2170436240  nbPropagations=72290505  nbRevisions=1135771314
305.00	     nbUselessRevisions=931950209  nbAssignments=1216663  nbFailedAssignments=458800  nbBacktracks=757525
305.00	     nbVisitedNodes=2084340  nbRestartNogoods=188
305.00	       =>  wckTime=304.101  cpuTime=301.5  mem=16M575
456.18	   
456.18	   search
456.18	     run=26  nbConstraintChecks=3209801500  nbPropagations=108392313  nbRevisions=1709121100
456.18	     nbUselessRevisions=1403852947  nbAssignments=1837068  nbFailedAssignments=700428  nbBacktracks=1136292
456.18	     nbVisitedNodes=3157014  nbRestartNogoods=203
456.18	       =>  wckTime=455.275  cpuTime=451.41  mem=16M575
685.51	   
685.51	   search
685.51	     run=27  nbConstraintChecks=4833276115  nbPropagations=162664087  nbRevisions=2570370830
685.51	     nbUselessRevisions=2112638164  nbAssignments=2755200  nbFailedAssignments=1050401  nbBacktracks=1704443
685.51	     nbVisitedNodes=4736568  nbRestartNogoods=223
685.51	       =>  wckTime=684.611  cpuTime=678.86  mem=16M575
1030.61	   
1030.61	   search
1030.61	     run=28  nbConstraintChecks=7303870764  nbPropagations=244374971  nbRevisions=3856855077
1030.61	     nbUselessRevisions=3169334735  nbAssignments=4127203  nbFailedAssignments=1570168  nbBacktracks=2556674
1030.61	     nbVisitedNodes=7094201  nbRestartNogoods=228
1030.61	       =>  wckTime=1029.71  cpuTime=1021.17  mem=16M575
1538.16	   
1538.16	   search
1538.16	     run=29  nbConstraintChecks=10892402139  nbPropagations=366400815  nbRevisions=5775145288
1538.16	     nbUselessRevisions=4745088929  nbAssignments=6161888  nbFailedAssignments=2326502  nbBacktracks=3835017
1538.16	     nbVisitedNodes=10567109  nbRestartNogoods=241
1538.16	       =>  wckTime=1537.256  cpuTime=1524.53  mem=16M575

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/node58/watcher-229698-1168309322 -o ROOT/results/node58/solver-229698-1168309322 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229698-1168309322/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.26 1.84 1.94 4/68 9165
/proc/meminfo: memFree=1567024/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=18540 CPUtime=0
/proc/9164/stat : 9164 (runsolver) R 9162 9164 9093 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 179330166 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 226238197031 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/9164/statm: 4635 279 244 17 0 2626 0

[startup+0.104069 s]
/proc/loadavg: 1.26 1.84 1.94 4/68 9165
/proc/meminfo: memFree=1567024/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=912760 CPUtime=0.07
/proc/9164/stat : 9164 (java) R 9162 9164 9093 0 -1 0 2773 0 1 0 6 1 0 0 25 0 8 0 179330166 934666240 2519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072924296 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9164/statm: 228190 2519 1386 14 0 215091 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 912760

[startup+0.512102 s]
/proc/loadavg: 1.26 1.84 1.94 4/68 9165
/proc/meminfo: memFree=1567024/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=915328 CPUtime=0.48
/proc/9164/stat : 9164 (java) R 9162 9164 9093 0 -1 0 6957 0 1 0 43 5 0 0 19 0 8 0 179330166 937295872 6696 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073569408 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9164/statm: 228832 6696 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33318 s]
/proc/loadavg: 1.26 1.84 1.94 3/88 9234
/proc/meminfo: memFree=1464072/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=915460 CPUtime=1.28
/proc/9164/stat : 9164 (java) R 9162 9164 9093 0 -1 0 9660 0 1 0 121 7 0 0 25 0 8 0 179330166 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073821739 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9164/statm: 228865 9398 2524 14 0 215335 0
[pid=9164/tid=9173] ppid=9162 vsize=915460 CPUtime=0.03
/proc/9164/task/9173/stat : 9173 (java) S 9162 9164 9093 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 179330171 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9175] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9175/stat : 9175 (java) S 9162 9164 9093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179330171 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9176] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9176/stat : 9176 (java) S 9162 9164 9093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179330171 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9180] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9180/stat : 9180 (java) S 9162 9164 9093 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179330174 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9181] ppid=9162 vsize=915460 CPUtime=0.19
/proc/9164/task/9181/stat : 9181 (java) S 9162 9164 9093 0 -1 64 383 0 0 0 18 1 0 0 15 0 8 0 179330174 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9182] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9182/stat : 9182 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179330174 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9184] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9184/stat : 9184 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179330174 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) 1.28
Current children cumulated vsize (KiB) 915460

[startup+2.97031 s]
/proc/loadavg: 1.26 1.84 1.94 3/89 9235
/proc/meminfo: memFree=1447488/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=915460 CPUtime=2.91
/proc/9164/stat : 9164 (java) R 9162 9164 9093 0 -1 0 9678 0 1 0 283 8 0 0 25 0 8 0 179330166 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814830 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9164/statm: 228865 9414 2524 14 0 215335 0
[pid=9164/tid=9173] ppid=9162 vsize=915460 CPUtime=0.03
/proc/9164/task/9173/stat : 9173 (java) S 9162 9164 9093 0 -1 64 414 0 0 0 3 0 0 0 17 0 8 0 179330171 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9175] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9175/stat : 9175 (java) S 9162 9164 9093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179330171 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9176] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9176/stat : 9176 (java) S 9162 9164 9093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179330171 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9180] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9180/stat : 9180 (java) S 9162 9164 9093 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9181] ppid=9162 vsize=915460 CPUtime=0.22
/proc/9164/task/9181/stat : 9181 (java) S 9162 9164 9093 0 -1 64 399 0 0 0 21 1 0 0 15 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9182] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9182/stat : 9182 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9184] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9184/stat : 9184 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915460

[startup+6.2646 s]
/proc/loadavg: 1.32 1.84 1.94 3/89 9235
/proc/meminfo: memFree=1447168/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=915460 CPUtime=6.18
/proc/9164/stat : 9164 (java) R 9162 9164 9093 0 -1 0 9678 0 1 0 610 8 0 0 25 0 8 0 179330166 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073832396 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9164/statm: 228865 9414 2524 14 0 215335 0
[pid=9164/tid=9173] ppid=9162 vsize=915460 CPUtime=0.03
/proc/9164/task/9173/stat : 9173 (java) S 9162 9164 9093 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 179330171 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9175] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9175/stat : 9175 (java) S 9162 9164 9093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179330171 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9176] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9176/stat : 9176 (java) S 9162 9164 9093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179330171 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9180] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9180/stat : 9180 (java) S 9162 9164 9093 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9181] ppid=9162 vsize=915460 CPUtime=0.23
/proc/9164/task/9181/stat : 9181 (java) S 9162 9164 9093 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9182] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9182/stat : 9182 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9184] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9184/stat : 9184 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915460

[startup+12.7342 s]
/proc/loadavg: 1.37 1.85 1.94 3/89 9235
/proc/meminfo: memFree=1447184/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=915460 CPUtime=12.57
/proc/9164/stat : 9164 (java) R 9162 9164 9093 0 -1 0 9678 0 1 0 1249 8 0 0 25 0 8 0 179330166 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073821773 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9164/statm: 228865 9414 2524 14 0 215335 0
[pid=9164/tid=9173] ppid=9162 vsize=915460 CPUtime=0.03
/proc/9164/task/9173/stat : 9173 (java) S 9162 9164 9093 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 179330171 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9175] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9175/stat : 9175 (java) S 9162 9164 9093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179330171 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9176] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9176/stat : 9176 (java) S 9162 9164 9093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179330171 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9180] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9180/stat : 9180 (java) S 9162 9164 9093 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9181] ppid=9162 vsize=915460 CPUtime=0.23
/proc/9164/task/9181/stat : 9181 (java) S 9162 9164 9093 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9182] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9182/stat : 9182 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9184] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9184/stat : 9184 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 915460

[startup+25.5953 s]
/proc/loadavg: 1.51 1.85 1.94 3/89 9235
/proc/meminfo: memFree=1447248/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=915460 CPUtime=25.33
/proc/9164/stat : 9164 (java) R 9162 9164 9093 0 -1 0 9678 0 1 0 2525 8 0 0 25 0 8 0 179330166 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073821901 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9164/statm: 228865 9414 2524 14 0 215335 0
[pid=9164/tid=9173] ppid=9162 vsize=915460 CPUtime=0.03
/proc/9164/task/9173/stat : 9173 (java) S 9162 9164 9093 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 179330171 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9175] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9175/stat : 9175 (java) S 9162 9164 9093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179330171 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9176] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9176/stat : 9176 (java) S 9162 9164 9093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179330171 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9180] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9180/stat : 9180 (java) S 9162 9164 9093 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9181] ppid=9162 vsize=915460 CPUtime=0.23
/proc/9164/task/9181/stat : 9181 (java) S 9162 9164 9093 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9182] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9182/stat : 9182 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9184] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9184/stat : 9184 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 915460

[startup+51.2055 s]
/proc/loadavg: 1.68 1.86 1.94 3/89 9235
/proc/meminfo: memFree=1447376/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=915460 CPUtime=50.74
/proc/9164/stat : 9164 (java) R 9162 9164 9093 0 -1 0 9678 0 1 0 5066 8 0 0 25 0 8 0 179330166 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073837377 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9164/statm: 228865 9414 2524 14 0 215335 0
[pid=9164/tid=9173] ppid=9162 vsize=915460 CPUtime=0.03
/proc/9164/task/9173/stat : 9173 (java) S 9162 9164 9093 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 179330171 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9175] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9175/stat : 9175 (java) S 9162 9164 9093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179330171 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9176] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9176/stat : 9176 (java) S 9162 9164 9093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179330171 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9180] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9180/stat : 9180 (java) S 9162 9164 9093 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9181] ppid=9162 vsize=915460 CPUtime=0.23
/proc/9164/task/9181/stat : 9181 (java) S 9162 9164 9093 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9182] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9182/stat : 9182 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9184] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9184/stat : 9184 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179330174 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 915460

[startup+102.492 s]
/proc/loadavg: 1.86 1.88 1.94 3/89 9235
/proc/meminfo: memFree=1447440/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=915460 CPUtime=101.6
/proc/9164/stat : 9164 (java) R 9162 9164 9093 0 -1 0 9680 0 1 0 10152 8 0 0 25 0 8 0 179330166 937431040 9415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9164/statm: 228865 9415 2524 14 0 215335 0
[pid=9164/tid=9173] ppid=9162 vsize=915460 CPUtime=0.03
/proc/9164/task/9173/stat : 9173 (java) S 9162 9164 9093 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 179330171 937431040 9415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9175] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9175/stat : 9175 (java) S 9162 9164 9093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179330171 937431040 9415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9176] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9176/stat : 9176 (java) S 9162 9164 9093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179330171 937431040 9415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9180] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9180/stat : 9180 (java) S 9162 9164 9093 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179330174 937431040 9415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9181] ppid=9162 vsize=915460 CPUtime=0.23
/proc/9164/task/9181/stat : 9181 (java) S 9162 9164 9093 0 -1 64 400 0 0 0 22 1 0 0 16 0 8 0 179330174 937431040 9415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9182] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9182/stat : 9182 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179330174 937431040 9415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9184] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9184/stat : 9184 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179330174 937431040 9415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 915460

[startup+162.541 s]
/proc/loadavg: 1.95 1.90 1.94 3/89 9235
/proc/meminfo: memFree=1432080/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=915460 CPUtime=161.16
/proc/9164/stat : 9164 (java) R 9162 9164 9093 0 -1 0 9680 0 1 0 16108 8 0 0 25 0 8 0 179330166 937431040 9415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073821031 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.58 s]
/proc/loadavg: 2.06 2.01 1.95 3/89 9235
/proc/meminfo: memFree=1372304/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=915460 CPUtime=1471.36
/proc/9164/stat : 9164 (java) R 9162 9164 9093 0 -1 0 9681 0 1 0 147125 11 0 0 25 0 8 0 179330166 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813876 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9164/statm: 228865 9416 2524 14 0 215335 0
[pid=9164/tid=9173] ppid=9162 vsize=915460 CPUtime=0.03
/proc/9164/task/9173/stat : 9173 (java) S 9162 9164 9093 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9175] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9175/stat : 9175 (java) S 9162 9164 9093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9176] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9176/stat : 9176 (java) S 9162 9164 9093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9180] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9180/stat : 9180 (java) S 9162 9164 9093 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9181] ppid=9162 vsize=915460 CPUtime=0.23
/proc/9164/task/9181/stat : 9181 (java) S 9162 9164 9093 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9182] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9182/stat : 9182 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9184] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9184/stat : 9184 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.36
Current children cumulated vsize (KiB) 915460

[startup+1543.67 s]
/proc/loadavg: 2.05 2.02 1.96 3/89 9235
/proc/meminfo: memFree=1372304/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=915460 CPUtime=1530.92
/proc/9164/stat : 9164 (java) R 9162 9164 9093 0 -1 0 9681 0 1 0 153081 11 0 0 25 0 8 0 179330166 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073821881 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9164/statm: 228865 9416 2524 14 0 215335 0
[pid=9164/tid=9173] ppid=9162 vsize=915460 CPUtime=0.03
/proc/9164/task/9173/stat : 9173 (java) S 9162 9164 9093 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9175] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9175/stat : 9175 (java) S 9162 9164 9093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9176] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9176/stat : 9176 (java) S 9162 9164 9093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9180] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9180/stat : 9180 (java) S 9162 9164 9093 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9181] ppid=9162 vsize=915460 CPUtime=0.23
/proc/9164/task/9181/stat : 9181 (java) S 9162 9164 9093 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9182] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9182/stat : 9182 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9184] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9184/stat : 9184 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.92
Current children cumulated vsize (KiB) 915460

[startup+1603.76 s]
/proc/loadavg: 2.02 2.01 1.96 3/89 9235
/proc/meminfo: memFree=1372304/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=915460 CPUtime=1590.51
/proc/9164/stat : 9164 (java) R 9162 9164 9093 0 -1 0 9681 0 1 0 159040 11 0 0 25 0 8 0 179330166 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073820947 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9164/statm: 228865 9416 2524 14 0 215335 0
[pid=9164/tid=9173] ppid=9162 vsize=915460 CPUtime=0.03
/proc/9164/task/9173/stat : 9173 (java) S 9162 9164 9093 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9175] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9175/stat : 9175 (java) S 9162 9164 9093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9176] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9176/stat : 9176 (java) S 9162 9164 9093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9180] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9180/stat : 9180 (java) S 9162 9164 9093 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9181] ppid=9162 vsize=915460 CPUtime=0.23
/proc/9164/task/9181/stat : 9181 (java) S 9162 9164 9093 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9182] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9182/stat : 9182 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9184] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9184/stat : 9184 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.51
Current children cumulated vsize (KiB) 915460

[startup+1663.79 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 9235
/proc/meminfo: memFree=1372240/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=915460 CPUtime=1650.08
/proc/9164/stat : 9164 (java) R 9162 9164 9093 0 -1 0 9681 0 1 0 164996 12 0 0 25 0 8 0 179330166 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814700 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9164/statm: 228865 9416 2524 14 0 215335 0
[pid=9164/tid=9173] ppid=9162 vsize=915460 CPUtime=0.03
/proc/9164/task/9173/stat : 9173 (java) S 9162 9164 9093 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9175] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9175/stat : 9175 (java) S 9162 9164 9093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9176] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9176/stat : 9176 (java) S 9162 9164 9093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9180] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9180/stat : 9180 (java) S 9162 9164 9093 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9181] ppid=9162 vsize=915460 CPUtime=0.23
/proc/9164/task/9181/stat : 9181 (java) S 9162 9164 9093 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9182] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9182/stat : 9182 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9184] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9184/stat : 9184 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.08
Current children cumulated vsize (KiB) 915460

[startup+1723.84 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 9235
/proc/meminfo: memFree=1372240/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=915460 CPUtime=1709.61
/proc/9164/stat : 9164 (java) R 9162 9164 9093 0 -1 0 9681 0 1 0 170949 12 0 0 25 0 8 0 179330166 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073821998 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9164/statm: 228865 9416 2524 14 0 215335 0
[pid=9164/tid=9173] ppid=9162 vsize=915460 CPUtime=0.03
/proc/9164/task/9173/stat : 9173 (java) S 9162 9164 9093 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9175] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9175/stat : 9175 (java) S 9162 9164 9093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9176] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9176/stat : 9176 (java) S 9162 9164 9093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9180] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9180/stat : 9180 (java) S 9162 9164 9093 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9181] ppid=9162 vsize=915460 CPUtime=0.23
/proc/9164/task/9181/stat : 9181 (java) S 9162 9164 9093 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9182] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9182/stat : 9182 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9184] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9184/stat : 9184 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.61
Current children cumulated vsize (KiB) 915460

[startup+1783.86 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 9235
/proc/meminfo: memFree=1372240/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=915460 CPUtime=1769.16
/proc/9164/stat : 9164 (java) R 9162 9164 9093 0 -1 0 9681 0 1 0 176904 12 0 0 25 0 8 0 179330166 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073821197 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9164/statm: 228865 9416 2524 14 0 215335 0
[pid=9164/tid=9173] ppid=9162 vsize=915460 CPUtime=0.03
/proc/9164/task/9173/stat : 9173 (java) S 9162 9164 9093 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9175] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9175/stat : 9175 (java) S 9162 9164 9093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9176] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9176/stat : 9176 (java) S 9162 9164 9093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9180] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9180/stat : 9180 (java) S 9162 9164 9093 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9181] ppid=9162 vsize=915460 CPUtime=0.23
/proc/9164/task/9181/stat : 9181 (java) S 9162 9164 9093 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9182] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9182/stat : 9182 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9184] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9184/stat : 9184 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.16
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.97 s]
/proc/loadavg: 1.93 1.98 1.95 3/88 9299
/proc/meminfo: memFree=1320592/2055920 swapFree=4192812/4192956
[pid=9164] ppid=9162 vsize=915460 CPUtime=1800.08
/proc/9164/stat : 9164 (java) R 9162 9164 9093 0 -1 0 9681 0 1 0 179995 13 0 0 25 0 8 0 179330166 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918564 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9164/statm: 228865 9416 2524 14 0 215335 0
[pid=9164/tid=9173] ppid=9162 vsize=915460 CPUtime=0.03
/proc/9164/task/9173/stat : 9173 (java) S 9162 9164 9093 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9175] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9175/stat : 9175 (java) S 9162 9164 9093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9176] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9176/stat : 9176 (java) S 9162 9164 9093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179330171 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9180] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9180/stat : 9180 (java) S 9162 9164 9093 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9181] ppid=9162 vsize=915460 CPUtime=0.23
/proc/9164/task/9181/stat : 9181 (java) S 9162 9164 9093 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9182] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9182/stat : 9182 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9164/tid=9184] ppid=9162 vsize=915460 CPUtime=0
/proc/9164/task/9184/stat : 9184 (java) S 9162 9164 9093 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 179330174 937431040 9416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1815.04
CPU time (s): 1800.14
CPU user time (s): 1800
CPU system time (s): 0.139978
CPU usage (%): 99.1794
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9699
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= 37916
involuntary context switches= 75145

runsolver used 1.88571 s user time and 4.83626 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Tue Jan  9 02:22:02 UTC 2007


IDJOB= 229698
IDBENCH= 6351
FILE ID= node58/229698-1168309322

PBS_JOBID= 3502362

Free space on /tmp= 66555 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  317c37ee798434d52c1a2712fdff51b3

RANDOM SEED= 853735464

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.223
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.223
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:       1567184 kB
Buffers:         70812 kB
Cached:         337324 kB
SwapCached:          0 kB
Active:         137676 kB
Inactive:       290468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1567184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2296 kB
Writeback:           0 kB
Mapped:          30152 kB
Slab:            46164 kB
Committed_AS:  3183984 kB
PageTables:       1572 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= 66552 MiB



End job on node58 on Tue Jan  9 02:52:17 UTC 2007