Trace number 195174

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.13 1813.95

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-25_ext.xml
MD5SUM20e4c7641cc969a5059f4b4183173b13
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 benchmark1077.61
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints471
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension471
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/195174-1168111221/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.41	       =>  wckTime=0.097  cpuTime=0.08  mem=6M951
0.41	   
0.41	   relations being loaded...
0.55	   
0.55	   constraints being loaded...
0.68	     nbConstraints=471  nbRelationTypes=471  nbExtensionStructures=471  nbSharedExtensionStructures=0
0.68	     nbConflictsStructures=471  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2531  maxDegree=29
0.68	     maxArity=2
0.68	       =>  wckTime=0.372  cpuTime=0.28  mem=17M695
0.73	   
0.73	   solver IterativeSystematicSolver being built... 
0.88	       =>  wckTime=0.569  cpuTime=0.4  mem=15M588
0.94	   
0.94	   preprocessing
0.94	     nbConstraintChecks=103946  nbPropagations=1129  nbRevisions=9534  nbUselessRevisions=7995  nbSingletonTests=58
0.94	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
0.94	       =>  wckTime=0.056  cpuTime=0.04  mem=15M588
0.97	   
0.97	   search
0.97	     run=0  nbConstraintChecks=39026  nbPropagations=1617  nbRevisions=15378  nbUselessRevisions=12837  nbAssignments=24
0.97	     nbFailedAssignments=4  nbBacktracks=10  nbVisitedNodes=34  nbRestartNogoods=0  mapSize=7  nbInferences=0
0.97	     nbTooLargeKeys=0
0.97	       =>  wckTime=0.083  cpuTime=0.06  mem=15M588
0.99	   
0.99	   search
0.99	     run=1  nbConstraintChecks=94578  nbPropagations=3905  nbRevisions=39327  nbUselessRevisions=32751  nbAssignments=58
0.99	     nbFailedAssignments=12  nbBacktracks=25  nbVisitedNodes=83  nbRestartNogoods=2  mapSize=16  nbInferences=0
0.99	     nbTooLargeKeys=0
0.99	       =>  wckTime=0.103  cpuTime=0.07  mem=15M588
1.00	   
1.00	   search
1.00	     run=2  nbConstraintChecks=163498  nbPropagations=7033  nbRevisions=74319  nbUselessRevisions=61833
1.00	     nbAssignments=103  nbFailedAssignments=24  nbBacktracks=49  nbVisitedNodes=150  nbRestartNogoods=6  mapSize=35
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.117  cpuTime=0.08  mem=15M588
1.02	   
1.02	   search
1.02	     run=3  nbConstraintChecks=275888  nbPropagations=11532  nbRevisions=128798  nbUselessRevisions=106984
1.02	     nbAssignments=172  nbFailedAssignments=47  nbBacktracks=84  nbVisitedNodes=261  nbRestartNogoods=8  mapSize=63
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.138  cpuTime=0.1  mem=15M588
1.06	   
1.06	   search
1.06	     run=4  nbConstraintChecks=480057  nbPropagations=18212  nbRevisions=214041  nbUselessRevisions=177230
1.06	     nbAssignments=285  nbFailedAssignments=83  nbBacktracks=135  nbVisitedNodes=416  nbRestartNogoods=12  mapSize=103
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.173  cpuTime=0.14  mem=15M588
1.10	   
1.10	   search
1.10	     run=5  nbConstraintChecks=700107  nbPropagations=27507  nbRevisions=338662  nbUselessRevisions=280068
1.10	     nbAssignments=421  nbFailedAssignments=134  nbBacktracks=210  nbVisitedNodes=643  nbRestartNogoods=13  mapSize=165
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.216  cpuTime=0.17  mem=15M588
1.17	   
1.17	   search
1.17	     run=6  nbConstraintChecks=1076504  nbPropagations=41220  nbRevisions=532104  nbUselessRevisions=439440
1.17	     nbAssignments=637  nbFailedAssignments=225  nbBacktracks=323  nbVisitedNodes=1022  nbRestartNogoods=18  mapSize=269
1.17	     nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.289  cpuTime=0.24  mem=15M588
1.25	   
1.25	   search
1.25	     run=7  nbConstraintChecks=1493826  nbPropagations=60271  nbRevisions=805943  nbUselessRevisions=665007
1.25	     nbAssignments=924  nbFailedAssignments=329  nbBacktracks=494  nbVisitedNodes=1499  nbRestartNogoods=30  mapSize=413
1.25	     nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.365  cpuTime=0.31  mem=15M588
1.39	   
1.39	   search
1.39	     run=8  nbConstraintChecks=2310202  nbPropagations=88506  nbRevisions=1228708  nbUselessRevisions=1013690
1.39	     nbAssignments=1369  nbFailedAssignments=509  nbBacktracks=750  nbVisitedNodes=2278  nbRestartNogoods=37
1.39	     mapSize=633  nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.504  cpuTime=0.45  mem=15M588
1.56	   
1.56	   search
1.56	     run=9  nbConstraintChecks=3274201  nbPropagations=128649  nbRevisions=1834500  nbUselessRevisions=1513279
1.56	     nbAssignments=1975  nbFailedAssignments=722  nbBacktracks=1135  nbVisitedNodes=3308  nbRestartNogoods=44
1.56	     mapSize=957  nbInferences=0  nbTooLargeKeys=0
1.56	       =>  wckTime=0.675  cpuTime=0.61  mem=15M588
1.59	   
1.59	   INFO : Stopping hyperNogood (mapSize=1010, nbTooLargekeys=0, mem=15M588)
1.80	   
1.80	   search
1.80	     run=10  nbConstraintChecks=4781418  nbPropagations=187206  nbRevisions=2726570  nbUselessRevisions=2248407
1.80	     nbAssignments=2949  nbFailedAssignments=1109  nbBacktracks=1711  nbVisitedNodes=4965  nbRestartNogoods=48
1.80	       =>  wckTime=0.919  cpuTime=0.84  mem=15M588
2.11	   
2.11	   search
2.11	     run=11  nbConstraintChecks=6876545  nbPropagations=271966  nbRevisions=4015992  nbUselessRevisions=3310806
2.11	     nbAssignments=4346  nbFailedAssignments=1627  nbBacktracks=2581  nbVisitedNodes=7324  nbRestartNogoods=55
2.11	       =>  wckTime=1.231  cpuTime=1.15  mem=15M588
2.59	   
2.59	   search
2.59	     run=12  nbConstraintChecks=9991559  nbPropagations=395578  nbRevisions=5898762  nbUselessRevisions=4860859
2.59	     nbAssignments=6426  nbFailedAssignments=2401  nbBacktracks=3878  nbVisitedNodes=10853  nbRestartNogoods=58
2.59	       =>  wckTime=1.705  cpuTime=1.62  mem=15M588
3.39	   
3.39	   search
3.39	     run=13  nbConstraintChecks=15451964  nbPropagations=584250  nbRevisions=8821782  nbUselessRevisions=7272061
3.39	     nbAssignments=9706  nbFailedAssignments=3723  nbBacktracks=5824  nbVisitedNodes=16548  nbRestartNogoods=67
3.39	       =>  wckTime=2.509  cpuTime=2.41  mem=15M588
4.48	   
4.48	   search
4.48	     run=14  nbConstraintChecks=22923811  nbPropagations=862804  nbRevisions=13139652  nbUselessRevisions=10833988
4.48	     nbAssignments=14317  nbFailedAssignments=5405  nbBacktracks=8744  nbVisitedNodes=24405  nbRestartNogoods=77
4.48	       =>  wckTime=3.599  cpuTime=3.5  mem=15M588
6.27	   
6.27	   search
6.27	     run=15  nbConstraintChecks=35202875  nbPropagations=1285116  nbRevisions=19761192  nbUselessRevisions=16304808
6.27	     nbAssignments=21496  nbFailedAssignments=8195  nbBacktracks=13124  nbVisitedNodes=36837  nbRestartNogoods=85
6.27	       =>  wckTime=5.384  cpuTime=5.27  mem=15M588
8.59	   
8.59	   search
8.59	     run=16  nbConstraintChecks=50432332  nbPropagations=1901147  nbRevisions=29383425  nbUselessRevisions=24255146
8.59	     nbAssignments=31924  nbFailedAssignments=12043  nbBacktracks=19692  nbVisitedNodes=54531  nbRestartNogoods=96
8.59	       =>  wckTime=7.707  cpuTime=7.57  mem=16M563
12.28	   
12.28	   search
12.28	     run=17  nbConstraintChecks=75752536  nbPropagations=2815178  nbRevisions=43707080  nbUselessRevisions=36087253
12.28	     nbAssignments=47796  nbFailedAssignments=18053  nbBacktracks=29544  nbVisitedNodes=81520  nbRestartNogoods=107
12.28	       =>  wckTime=11.393  cpuTime=11.23  mem=16M563
17.87	   
17.87	   search
17.87	     run=18  nbConstraintChecks=114253008  nbPropagations=4192088  nbRevisions=65193758  nbUselessRevisions=53819519
17.87	     nbAssignments=71722  nbFailedAssignments=27174  nbBacktracks=44323  nbVisitedNodes=122459  nbRestartNogoods=116
17.87	       =>  wckTime=16.991  cpuTime=16.79  mem=16M563
25.65	   
25.65	   search
25.65	     run=19  nbConstraintChecks=166202247  nbPropagations=6210406  nbRevisions=96619081  nbUselessRevisions=79742267
25.65	     nbAssignments=106372  nbFailedAssignments=39644  nbBacktracks=66491  nbVisitedNodes=180549  nbRestartNogoods=124
25.65	       =>  wckTime=24.763  cpuTime=24.5  mem=16M563
38.93	   
38.93	   search
38.93	     run=20  nbConstraintChecks=259778438  nbPropagations=9300927  nbRevisions=144857259  nbUselessRevisions=119473706
38.93	     nbAssignments=160164  nbFailedAssignments=60175  nbBacktracks=99743  nbVisitedNodes=273236  nbRestartNogoods=131
38.93	       =>  wckTime=38.049  cpuTime=37.68  mem=16M563
57.68	   
57.68	   search
57.68	     run=21  nbConstraintChecks=387729025  nbPropagations=13934504  nbRevisions=217045141  nbUselessRevisions=178934163
57.68	     nbAssignments=239661  nbFailedAssignments=89782  nbBacktracks=149621  nbVisitedNodes=408688  nbRestartNogoods=144
57.68	       =>  wckTime=56.799  cpuTime=56.29  mem=16M563
86.32	   
86.32	   search
86.32	     run=22  nbConstraintChecks=585940833  nbPropagations=20875613  nbRevisions=325526933  nbUselessRevisions=268287478
86.32	     nbAssignments=359073  nbFailedAssignments=134344  nbBacktracks=224440  nbVisitedNodes=612152  nbRestartNogoods=156
86.32	       =>  wckTime=85.438  cpuTime=84.7  mem=16M563
130.80	   
130.80	   search
130.80	     run=23  nbConstraintChecks=894016090  nbPropagations=31431234  nbRevisions=490627750  nbUselessRevisions=404276037
130.80	     nbAssignments=539634  nbFailedAssignments=202670  nbBacktracks=336669  nbVisitedNodes=921725  nbRestartNogoods=163
130.80	       =>  wckTime=129.916  cpuTime=128.82  mem=16M563
192.82	   
192.82	   search
192.82	     run=24  nbConstraintChecks=1312369400  nbPropagations=47100438  nbRevisions=734552121  nbUselessRevisions=605126072
192.82	     nbAssignments=808200  nbFailedAssignments=302886  nbBacktracks=505010  nbVisitedNodes=1378863  nbRestartNogoods=176
192.82	       =>  wckTime=191.936  cpuTime=190.35  mem=16M563
289.99	   
289.99	   search
289.99	     run=25  nbConstraintChecks=1981192998  nbPropagations=70671584  nbRevisions=1101871575
289.99	     nbUselessRevisions=907478084  nbAssignments=1214290  nbFailedAssignments=456454  nbBacktracks=757522
289.99	     nbVisitedNodes=2073910  nbRestartNogoods=189
289.99	       =>  wckTime=289.111  cpuTime=286.78  mem=16M563
439.32	   
439.32	   search
439.32	     run=26  nbConstraintChecks=3009279125  nbPropagations=106325296  nbRevisions=1659856790
439.32	     nbUselessRevisions=1367015594  nbAssignments=1828916  nbFailedAssignments=692300  nbBacktracks=1136292
439.32	     nbVisitedNodes=3129650  nbRestartNogoods=208
439.32	       =>  wckTime=438.44  cpuTime=434.93  mem=16M563
663.64	   
663.64	   search
663.64	     run=27  nbConstraintChecks=4554224040  nbPropagations=160043300  nbRevisions=2504518707
663.64	     nbUselessRevisions=2063225474  nbAssignments=2749059  nbFailedAssignments=1044282  nbBacktracks=1704443
663.64	     nbVisitedNodes=4707680  nbRestartNogoods=219
663.64	       =>  wckTime=662.753  cpuTime=657.44  mem=16M563
998.47	   
998.47	   search
998.47	     run=28  nbConstraintChecks=6881310121  nbPropagations=240742911  nbRevisions=3775340691
998.47	     nbUselessRevisions=3110903633  nbAssignments=4106659  nbFailedAssignments=1549612  nbBacktracks=2556669
998.47	     nbVisitedNodes=7029242  nbRestartNogoods=238
998.47	       =>  wckTime=997.588  cpuTime=989.62  mem=16M563
1477.38	   
1477.38	   search
1477.38	     run=29  nbConstraintChecks=10169959455  nbPropagations=360357811  nbRevisions=5651413980
1477.38	     nbUselessRevisions=4656576569  nbAssignments=6123452  nbFailedAssignments=2288055  nbBacktracks=3835009
1477.38	     nbVisitedNodes=10453731  nbRestartNogoods=255
1477.38	       =>  wckTime=1476.498  cpuTime=1464.85  mem=16M563

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/node76/watcher-195174-1168111221 -o ROOT/results/node76/solver-195174-1168111221 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195174-1168111221/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.40 1.85 1.95 5/74 7750
/proc/meminfo: memFree=1676480/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=1788 CPUtime=0
/proc/7749/stat : 7749 (java) D 7746 7749 7648 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 159519188 1830912 156 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072100015398 0 0 17 0 0 0
/proc/7749/statm: 447 156 121 14 0 91 0

[startup+0.106675 s]
/proc/loadavg: 1.40 1.85 1.95 5/74 7750
/proc/meminfo: memFree=1676480/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=912912 CPUtime=0.06
/proc/7749/stat : 7749 (java) S 7746 7749 7648 0 -1 0 2822 0 1 0 6 0 0 0 17 0 8 0 159519188 934821888 2570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 228228 2570 1391 14 0 215128 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 912912

[startup+0.514753 s]
/proc/loadavg: 1.40 1.85 1.95 5/74 7750
/proc/meminfo: memFree=1676480/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=915332 CPUtime=0.47
/proc/7749/stat : 7749 (java) R 7746 7749 7648 0 -1 0 7134 0 1 0 43 4 0 0 18 0 8 0 159519188 937299968 6875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072914312 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 228833 6875 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915332

[startup+1.33591 s]
/proc/loadavg: 1.37 1.84 1.95 3/93 7789
/proc/meminfo: memFree=1577568/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=915424 CPUtime=1.28
/proc/7749/stat : 7749 (java) R 7746 7749 7648 0 -1 0 9640 0 1 0 122 6 0 0 25 0 8 0 159519188 937394176 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073862354 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 228856 9380 2525 14 0 215325 0
[pid=7749/tid=7758] ppid=7746 vsize=915424 CPUtime=0.03
/proc/7749/task/7758/stat : 7758 (java) S 7746 7749 7648 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159519192 937394176 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7760] ppid=7746 vsize=915424 CPUtime=0
/proc/7749/task/7760/stat : 7760 (java) S 7746 7749 7648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159519193 937394176 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7763] ppid=7746 vsize=915424 CPUtime=0
/proc/7749/task/7763/stat : 7763 (java) S 7746 7749 7648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159519193 937394176 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7779] ppid=7746 vsize=915424 CPUtime=0
/proc/7749/task/7779/stat : 7779 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159519197 937394176 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7780] ppid=7746 vsize=915424 CPUtime=0.2
/proc/7749/task/7780/stat : 7780 (java) S 7746 7749 7648 0 -1 64 384 0 0 0 19 1 0 0 15 0 8 0 159519197 937394176 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7781] ppid=7746 vsize=915424 CPUtime=0
/proc/7749/task/7781/stat : 7781 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 159519197 937394176 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7782] ppid=7746 vsize=915424 CPUtime=0
/proc/7749/task/7782/stat : 7782 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159519197 937394176 9380 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) 915424

[startup+2.97823 s]
/proc/loadavg: 1.37 1.84 1.95 3/94 7790
/proc/meminfo: memFree=1571864/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=915424 CPUtime=2.91
/proc/7749/stat : 7749 (java) R 7746 7749 7648 0 -1 0 9656 0 1 0 285 6 0 0 25 0 8 0 159519188 937394176 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073809040 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 228856 9395 2525 14 0 215325 0
[pid=7749/tid=7758] ppid=7746 vsize=915424 CPUtime=0.03
/proc/7749/task/7758/stat : 7758 (java) S 7746 7749 7648 0 -1 64 410 0 0 0 3 0 0 0 17 0 8 0 159519192 937394176 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7760] ppid=7746 vsize=915424 CPUtime=0
/proc/7749/task/7760/stat : 7760 (java) S 7746 7749 7648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159519193 937394176 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7763] ppid=7746 vsize=915424 CPUtime=0
/proc/7749/task/7763/stat : 7763 (java) S 7746 7749 7648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159519193 937394176 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7779] ppid=7746 vsize=915424 CPUtime=0
/proc/7749/task/7779/stat : 7779 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159519197 937394176 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7780] ppid=7746 vsize=915424 CPUtime=0.23
/proc/7749/task/7780/stat : 7780 (java) S 7746 7749 7648 0 -1 64 399 0 0 0 22 1 0 0 15 0 8 0 159519197 937394176 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7781] ppid=7746 vsize=915424 CPUtime=0
/proc/7749/task/7781/stat : 7781 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 159519197 937394176 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7782] ppid=7746 vsize=915424 CPUtime=0
/proc/7749/task/7782/stat : 7782 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159519197 937394176 9395 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) 915424

[startup+6.26788 s]
/proc/loadavg: 1.50 1.86 1.95 4/94 7790
/proc/meminfo: memFree=1571736/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=915552 CPUtime=6.18
/proc/7749/stat : 7749 (java) R 7746 7749 7648 0 -1 0 9658 0 1 0 611 7 0 0 25 0 8 0 159519188 937525248 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073809145 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 228888 9396 2525 14 0 215357 0
[pid=7749/tid=7758] ppid=7746 vsize=915552 CPUtime=0.03
/proc/7749/task/7758/stat : 7758 (java) S 7746 7749 7648 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159519192 937525248 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7760] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7760/stat : 7760 (java) S 7746 7749 7648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159519193 937525248 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7763] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7763/stat : 7763 (java) S 7746 7749 7648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159519193 937525248 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7779] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7779/stat : 7779 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159519197 937525248 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7780] ppid=7746 vsize=915552 CPUtime=0.23
/proc/7749/task/7780/stat : 7780 (java) S 7746 7749 7648 0 -1 64 399 0 0 0 22 1 0 0 15 0 8 0 159519197 937525248 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7781] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7781/stat : 7781 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 159519197 937525248 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7782] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7782/stat : 7782 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159519197 937525248 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.18
Current children cumulated vsize (KiB) 915552

[startup+12.7381 s]
/proc/loadavg: 1.54 1.86 1.95 3/94 7790
/proc/meminfo: memFree=1571736/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=915552 CPUtime=12.6
/proc/7749/stat : 7749 (java) R 7746 7749 7648 0 -1 0 9658 0 1 0 1253 7 0 0 25 0 8 0 159519188 937525248 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073853173 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 228888 9396 2525 14 0 215357 0
[pid=7749/tid=7758] ppid=7746 vsize=915552 CPUtime=0.03
/proc/7749/task/7758/stat : 7758 (java) S 7746 7749 7648 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159519192 937525248 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7760] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7760/stat : 7760 (java) S 7746 7749 7648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159519193 937525248 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7763] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7763/stat : 7763 (java) S 7746 7749 7648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159519193 937525248 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7779] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7779/stat : 7779 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159519197 937525248 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7780] ppid=7746 vsize=915552 CPUtime=0.23
/proc/7749/task/7780/stat : 7780 (java) S 7746 7749 7648 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 159519197 937525248 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7781] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7781/stat : 7781 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 159519197 937525248 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7782] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7782/stat : 7782 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159519197 937525248 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915552

[startup+25.5877 s]
/proc/loadavg: 1.68 1.88 1.96 3/94 7790
/proc/meminfo: memFree=1571992/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=915552 CPUtime=25.36
/proc/7749/stat : 7749 (java) R 7746 7749 7648 0 -1 0 9659 0 1 0 2529 7 0 0 25 0 8 0 159519188 937525248 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817445 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 228888 9397 2525 14 0 215357 0
[pid=7749/tid=7758] ppid=7746 vsize=915552 CPUtime=0.03
/proc/7749/task/7758/stat : 7758 (java) S 7746 7749 7648 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159519192 937525248 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7760] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7760/stat : 7760 (java) S 7746 7749 7648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159519193 937525248 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7763] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7763/stat : 7763 (java) S 7746 7749 7648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159519193 937525248 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7779] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7779/stat : 7779 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159519197 937525248 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7780] ppid=7746 vsize=915552 CPUtime=0.23
/proc/7749/task/7780/stat : 7780 (java) S 7746 7749 7648 0 -1 64 400 0 0 0 22 1 0 0 16 0 8 0 159519197 937525248 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7781] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7781/stat : 7781 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 159519197 937525248 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7782] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7782/stat : 7782 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159519197 937525248 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.36
Current children cumulated vsize (KiB) 915552

[startup+51.2777 s]
/proc/loadavg: 1.81 1.89 1.96 3/94 7790
/proc/meminfo: memFree=1571928/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=915552 CPUtime=50.85
/proc/7749/stat : 7749 (java) R 7746 7749 7648 0 -1 0 9660 0 1 0 5078 7 0 0 25 0 8 0 159519188 937525248 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834687 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 228888 9397 2525 14 0 215357 0
[pid=7749/tid=7758] ppid=7746 vsize=915552 CPUtime=0.03
/proc/7749/task/7758/stat : 7758 (java) S 7746 7749 7648 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159519192 937525248 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7760] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7760/stat : 7760 (java) S 7746 7749 7648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159519193 937525248 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7763] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7763/stat : 7763 (java) S 7746 7749 7648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159519193 937525248 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7779] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7779/stat : 7779 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159519197 937525248 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7780] ppid=7746 vsize=915552 CPUtime=0.23
/proc/7749/task/7780/stat : 7780 (java) S 7746 7749 7648 0 -1 64 400 0 0 0 22 1 0 0 16 0 8 0 159519197 937525248 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7781] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7781/stat : 7781 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 159519197 937525248 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7782] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7782/stat : 7782 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159519197 937525248 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 915552

[startup+102.579 s]
/proc/loadavg: 1.91 1.91 1.96 3/94 7790
/proc/meminfo: memFree=1551256/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=915552 CPUtime=101.74
/proc/7749/stat : 7749 (java) R 7746 7749 7648 0 -1 0 9661 0 1 0 10167 7 0 0 25 0 8 0 159519188 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073809136 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 228888 9398 2525 14 0 215357 0
[pid=7749/tid=7758] ppid=7746 vsize=915552 CPUtime=0.03
/proc/7749/task/7758/stat : 7758 (java) S 7746 7749 7648 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159519192 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7760] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7760/stat : 7760 (java) S 7746 7749 7648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159519193 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7763] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7763/stat : 7763 (java) S 7746 7749 7648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159519193 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7779] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7779/stat : 7779 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7780] ppid=7746 vsize=915552 CPUtime=0.24
/proc/7749/task/7780/stat : 7780 (java) S 7746 7749 7648 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7781] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7781/stat : 7781 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7782] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7782/stat : 7782 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159519197 937525248 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.74
Current children cumulated vsize (KiB) 915552

[startup+162.646 s]
/proc/loadavg: 2.04 1.94 1.96 3/94 7790
/proc/meminfo: memFree=1551192/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=915552 CPUtime=161.33
/proc/7749/stat : 7749 (java) R 7746 7749 7648 0 -1 0 9661 0 1 0 16126 7 0 0 25 0 8 0 159519188 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807219 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1412.36
Current children cumulated vsize (KiB) 915552

[startup+1483.59 s]
/proc/loadavg: 2.00 2.00 1.98 3/94 7790
/proc/meminfo: memFree=1482840/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=915552 CPUtime=1471.93
/proc/7749/stat : 7749 (java) R 7746 7749 7648 0 -1 0 9661 0 1 0 147186 7 0 0 25 0 8 0 159519188 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800170 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 228888 9398 2525 14 0 215357 0
[pid=7749/tid=7758] ppid=7746 vsize=915552 CPUtime=0.03
/proc/7749/task/7758/stat : 7758 (java) S 7746 7749 7648 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159519192 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7760] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7760/stat : 7760 (java) S 7746 7749 7648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159519193 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7763] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7763/stat : 7763 (java) S 7746 7749 7648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159519193 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7779] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7779/stat : 7779 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7780] ppid=7746 vsize=915552 CPUtime=0.24
/proc/7749/task/7780/stat : 7780 (java) S 7746 7749 7648 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7781] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7781/stat : 7781 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7782] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7782/stat : 7782 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.93
Current children cumulated vsize (KiB) 915552

[startup+1543.6 s]
/proc/loadavg: 2.00 2.00 1.98 3/94 7790
/proc/meminfo: memFree=1482776/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=915552 CPUtime=1531.49
/proc/7749/stat : 7749 (java) R 7746 7749 7648 0 -1 0 9661 0 1 0 153142 7 0 0 25 0 8 0 159519188 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834614 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 228888 9398 2525 14 0 215357 0
[pid=7749/tid=7758] ppid=7746 vsize=915552 CPUtime=0.03
/proc/7749/task/7758/stat : 7758 (java) S 7746 7749 7648 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159519192 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7760] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7760/stat : 7760 (java) S 7746 7749 7648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159519193 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7763] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7763/stat : 7763 (java) S 7746 7749 7648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159519193 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7779] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7779/stat : 7779 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7780] ppid=7746 vsize=915552 CPUtime=0.24
/proc/7749/task/7780/stat : 7780 (java) S 7746 7749 7648 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7781] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7781/stat : 7781 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7782] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7782/stat : 7782 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.49
Current children cumulated vsize (KiB) 915552

[startup+1603.64 s]
/proc/loadavg: 2.08 2.02 1.98 3/94 7790
/proc/meminfo: memFree=1482712/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=915552 CPUtime=1591.06
/proc/7749/stat : 7749 (java) R 7746 7749 7648 0 -1 0 9661 0 1 0 159099 7 0 0 25 0 8 0 159519188 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073822520 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 228888 9398 2525 14 0 215357 0
[pid=7749/tid=7758] ppid=7746 vsize=915552 CPUtime=0.03
/proc/7749/task/7758/stat : 7758 (java) S 7746 7749 7648 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159519192 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7760] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7760/stat : 7760 (java) S 7746 7749 7648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159519193 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7763] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7763/stat : 7763 (java) S 7746 7749 7648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159519193 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7779] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7779/stat : 7779 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7780] ppid=7746 vsize=915552 CPUtime=0.24
/proc/7749/task/7780/stat : 7780 (java) S 7746 7749 7648 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7781] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7781/stat : 7781 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7782] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7782/stat : 7782 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.06
Current children cumulated vsize (KiB) 915552

[startup+1663.65 s]
/proc/loadavg: 2.08 2.03 1.99 3/94 7790
/proc/meminfo: memFree=1482712/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=915552 CPUtime=1650.62
/proc/7749/stat : 7749 (java) R 7746 7749 7648 0 -1 0 9661 0 1 0 165055 7 0 0 25 0 8 0 159519188 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800073 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 228888 9398 2525 14 0 215357 0
[pid=7749/tid=7758] ppid=7746 vsize=915552 CPUtime=0.03
/proc/7749/task/7758/stat : 7758 (java) S 7746 7749 7648 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159519192 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7760] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7760/stat : 7760 (java) S 7746 7749 7648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159519193 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7763] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7763/stat : 7763 (java) S 7746 7749 7648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159519193 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7779] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7779/stat : 7779 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7780] ppid=7746 vsize=915552 CPUtime=0.24
/proc/7749/task/7780/stat : 7780 (java) S 7746 7749 7648 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7781] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7781/stat : 7781 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7782] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7782/stat : 7782 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.62
Current children cumulated vsize (KiB) 915552

[startup+1723.67 s]
/proc/loadavg: 2.06 2.03 1.99 3/94 7790
/proc/meminfo: memFree=1482648/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=915552 CPUtime=1710.4
/proc/7749/stat : 7749 (java) R 7746 7749 7648 0 -1 0 9661 0 1 0 171033 7 0 0 25 0 8 0 159519188 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073841121 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 228888 9398 2525 14 0 215357 0
[pid=7749/tid=7758] ppid=7746 vsize=915552 CPUtime=0.03
/proc/7749/task/7758/stat : 7758 (java) S 7746 7749 7648 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159519192 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7760] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7760/stat : 7760 (java) S 7746 7749 7648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159519193 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7763] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7763/stat : 7763 (java) S 7746 7749 7648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159519193 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7779] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7779/stat : 7779 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7780] ppid=7746 vsize=915552 CPUtime=0.24
/proc/7749/task/7780/stat : 7780 (java) S 7746 7749 7648 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7781] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7781/stat : 7781 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7782] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7782/stat : 7782 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1710.4
Current children cumulated vsize (KiB) 915552

[startup+1783.68 s]
/proc/loadavg: 2.02 2.03 1.99 3/94 7790
/proc/meminfo: memFree=1482648/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=915552 CPUtime=1770.18
/proc/7749/stat : 7749 (java) R 7746 7749 7648 0 -1 0 9661 0 1 0 177011 7 0 0 25 0 8 0 159519188 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819527 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 228888 9398 2525 14 0 215357 0
[pid=7749/tid=7758] ppid=7746 vsize=915552 CPUtime=0.03
/proc/7749/task/7758/stat : 7758 (java) S 7746 7749 7648 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159519192 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7760] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7760/stat : 7760 (java) S 7746 7749 7648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159519193 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7763] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7763/stat : 7763 (java) S 7746 7749 7648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159519193 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7779] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7779/stat : 7779 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7780] ppid=7746 vsize=915552 CPUtime=0.24
/proc/7749/task/7780/stat : 7780 (java) S 7746 7749 7648 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7781] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7781/stat : 7781 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7782] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7782/stat : 7782 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.18
Current children cumulated vsize (KiB) 915552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.88 s]
/proc/loadavg: 2.09 2.04 2.00 3/85 8018
/proc/meminfo: memFree=1646296/2055888 swapFree=4096420/4096564
[pid=7749] ppid=7746 vsize=915552 CPUtime=1800.07
/proc/7749/stat : 7749 (java) R 7746 7749 7648 0 -1 0 9661 0 1 0 180000 7 0 0 25 0 8 0 159519188 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073822550 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7749/statm: 228888 9398 2525 14 0 215357 0
[pid=7749/tid=7758] ppid=7746 vsize=915552 CPUtime=0.03
/proc/7749/task/7758/stat : 7758 (java) S 7746 7749 7648 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 159519192 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7760] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7760/stat : 7760 (java) S 7746 7749 7648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159519193 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7763] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7763/stat : 7763 (java) S 7746 7749 7648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159519193 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7779] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7779/stat : 7779 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7780] ppid=7746 vsize=915552 CPUtime=0.24
/proc/7749/task/7780/stat : 7780 (java) S 7746 7749 7648 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7781] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7781/stat : 7781 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7782] ppid=7746 vsize=915552 CPUtime=0
/proc/7749/task/7782/stat : 7782 (java) S 7746 7749 7648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159519197 937525248 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 915552

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

Child status: 143
Real time (s): 1813.95
CPU time (s): 1800.13
CPU user time (s): 1800.05
CPU system time (s): 0.081987
CPU usage (%): 99.2383
Max. virtual memory (cumulated for all children) (KiB): 915552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.05
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9679
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= 37844
involuntary context switches= 38621

runsolver used 1.9797 s user time and 5.02923 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sat Jan  6 19:20:21 UTC 2007


IDJOB= 195174
IDBENCH= 3253
FILE ID= node76/195174-1168111221

PBS_JOBID= 3477369

Free space on /tmp= 66637 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  20e4c7641cc969a5059f4b4183173b13

RANDOM SEED= 185182153

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1676776 kB
Buffers:         32668 kB
Cached:         269252 kB
SwapCached:          0 kB
Active:         107444 kB
Inactive:       215168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1676776 kB
SwapTotal:     4096564 kB
SwapFree:      4096420 kB
Dirty:            6060 kB
Writeback:           0 kB
Mapped:          31124 kB
Slab:            42408 kB
Committed_AS:  5901624 kB
PageTables:       1684 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66638 MiB



End job on node76 on Sat Jan  6 19:50:35 UTC 2007