Trace number 199894

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.1 1812.3

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-17_ext.xml
MD5SUMe2a859d6c91863f0861d65b07f0f7471
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1115.6
SatisfiableYES
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.35	Abscon 109 (November, 2006)
0.35	   
0.35	   configuration
0.35	     name=esac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/199894-1168138023/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.44	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.44	       =>  wckTime=0.103  cpuTime=0.08  mem=6M951
0.44	   
0.44	   relations being loaded...
1.06	   
1.06	   constraints being loaded...
1.34	     nbConstraints=74  nbRelationTypes=74  nbExtensionStructures=74  nbSharedExtensionStructures=0
1.34	     nbConflictsStructures=74  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
1.34	       =>  wckTime=1.002  cpuTime=0.86  mem=47M694
1.46	   
1.46	   solver IterativeSystematicSolver being built... 
1.63	       =>  wckTime=1.296  cpuTime=1.01  mem=34M221
1.74	   
1.74	   preprocessing
1.74	     nbConstraintChecks=33794  nbValidityChecks=54787  nbPropagations=222  nbRevisions=2098  nbUselessRevisions=1818
1.74	     nbSingletonTests=33  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
1.74	       =>  wckTime=0.105  cpuTime=0.08  mem=34M221
1.82	   
1.82	   search
1.82	     run=0  nbConstraintChecks=36622  nbValidityChecks=76690  nbPropagations=640  nbRevisions=6909
1.82	     nbUselessRevisions=5653  nbAssignments=42  nbFailedAssignments=26  nbBacktracks=10  nbVisitedNodes=76
1.82	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
1.82	       =>  wckTime=0.186  cpuTime=0.15  mem=35M224
1.90	   
1.90	   search
1.90	     run=1  nbConstraintChecks=83652  nbValidityChecks=175742  nbPropagations=1790  nbRevisions=19615
1.90	     nbUselessRevisions=15911  nbAssignments=87  nbFailedAssignments=48  nbBacktracks=25  nbVisitedNodes=156
1.90	     nbRestartNogoods=2  mapSize=22  nbInferences=0  nbTooLargeKeys=0
1.90	       =>  wckTime=0.271  cpuTime=0.23  mem=35M224
1.99	   
1.99	   search
1.99	     run=2  nbConstraintChecks=124480  nbValidityChecks=265497  nbPropagations=3598  nbRevisions=38760
1.99	     nbUselessRevisions=31135  nbAssignments=146  nbFailedAssignments=77  nbBacktracks=48  nbVisitedNodes=258
1.99	     nbRestartNogoods=6  mapSize=43  nbInferences=0  nbTooLargeKeys=0
1.99	       =>  wckTime=0.357  cpuTime=0.3  mem=35M224
2.19	   
2.19	   search
2.19	     run=3  nbConstraintChecks=249216  nbValidityChecks=555874  nbPropagations=7053  nbRevisions=76397
2.19	     nbUselessRevisions=61098  nbAssignments=302  nbFailedAssignments=141  nbBacktracks=82  nbVisitedNodes=451
2.19	     nbRestartNogoods=12  mapSize=76  nbInferences=0  nbTooLargeKeys=0
2.19	       =>  wckTime=0.558  cpuTime=0.5  mem=35M224
2.34	   
2.34	   search
2.34	     run=4  nbConstraintChecks=344401  nbValidityChecks=750222  nbPropagations=11768  nbRevisions=129546
2.34	     nbUselessRevisions=103491  nbAssignments=418  nbFailedAssignments=201  nbBacktracks=132  nbVisitedNodes=659
2.34	     nbRestartNogoods=19  mapSize=119  nbInferences=0  nbTooLargeKeys=0
2.34	       =>  wckTime=0.706  cpuTime=0.65  mem=35M224
2.60	   
2.60	   search
2.60	     run=5  nbConstraintChecks=508925  nbValidityChecks=1082227  nbPropagations=18596  nbRevisions=205994
2.60	     nbUselessRevisions=164201  nbAssignments=587  nbFailedAssignments=287  nbBacktracks=209  nbVisitedNodes=964
2.60	     nbRestartNogoods=23  mapSize=187  nbInferences=0  nbTooLargeKeys=0
2.60	       =>  wckTime=0.964  cpuTime=0.9  mem=35M224
2.94	   
2.94	   search
2.95	     run=6  nbConstraintChecks=750819  nbValidityChecks=1592516  nbPropagations=28596  nbRevisions=320157
2.95	     nbUselessRevisions=255055  nbAssignments=885  nbFailedAssignments=457  nbBacktracks=322  nbVisitedNodes=1504
2.95	     nbRestartNogoods=33  mapSize=298  nbInferences=0  nbTooLargeKeys=0
2.95	       =>  wckTime=1.313  cpuTime=1.24  mem=35M224
3.46	   
3.46	   search
3.46	     run=7  nbConstraintChecks=1101666  nbValidityChecks=2280515  nbPropagations=42495  nbRevisions=480781
3.46	     nbUselessRevisions=382260  nbAssignments=1231  nbFailedAssignments=626  nbBacktracks=494  nbVisitedNodes=2112
3.46	     nbRestartNogoods=38  mapSize=435  nbInferences=0  nbTooLargeKeys=0
3.46	       =>  wckTime=1.826  cpuTime=1.74  mem=35M224
4.42	   
4.42	   search
4.42	     run=8  nbConstraintChecks=1749409  nbValidityChecks=3613217  nbPropagations=64616  nbRevisions=739990
4.42	     nbUselessRevisions=587130  nbAssignments=1889  nbFailedAssignments=1011  nbBacktracks=750  nbVisitedNodes=3312
4.42	     nbRestartNogoods=44  mapSize=656  nbInferences=0  nbTooLargeKeys=0
4.42	       =>  wckTime=2.791  cpuTime=2.69  mem=35M224
5.98	   
5.98	   search
5.98	     run=9  nbConstraintChecks=2851158  nbValidityChecks=5857487  nbPropagations=99747  nbRevisions=1147427
5.98	     nbUselessRevisions=906871  nbAssignments=2957  nbFailedAssignments=1677  nbBacktracks=1134  nbVisitedNodes=5326
5.98	     nbRestartNogoods=51  mapSize=1021  nbInferences=0  nbTooLargeKeys=0
5.98	       =>  wckTime=4.348  cpuTime=4.23  mem=35M224
6.08	   
6.08	   INFO : Stopping hyperNogood (mapSize=1036, nbTooLargekeys=0, mem=35M224)
8.13	   
8.13	   search
8.13	     run=10  nbConstraintChecks=4381904  nbValidityChecks=8992933  nbPropagations=153399  nbRevisions=1789049
8.13	     nbUselessRevisions=1412870  nbAssignments=4625  nbFailedAssignments=2717  nbBacktracks=1711  nbVisitedNodes=8381
8.13	     nbRestartNogoods=60
8.13	       =>  wckTime=6.496  cpuTime=6.35  mem=35M224
11.42	   
11.42	   search
11.42	     run=11  nbConstraintChecks=6667750  nbValidityChecks=14007617  nbPropagations=239663  nbRevisions=2799762
11.42	     nbUselessRevisions=2205946  nbAssignments=7165  nbFailedAssignments=4386  nbBacktracks=2575  nbVisitedNodes=13232
11.42	     nbRestartNogoods=67
11.42	       =>  wckTime=9.786  cpuTime=9.63  mem=35M224
16.32	   
16.32	   search
16.32	     run=12  nbConstraintChecks=10257360  nbValidityChecks=21350858  nbPropagations=368502  nbRevisions=4294414
16.32	     nbUselessRevisions=3373936  nbAssignments=10752  nbFailedAssignments=6656  nbBacktracks=3873  nbVisitedNodes=20031
16.32	     nbRestartNogoods=81
16.32	       =>  wckTime=14.688  cpuTime=14.51  mem=35M224
23.08	   
23.08	   search
23.08	     run=13  nbConstraintChecks=15092283  nbValidityChecks=31217372  nbPropagations=556668  nbRevisions=6532129
23.08	     nbUselessRevisions=5131657  nbAssignments=15857  nbFailedAssignments=9781  nbBacktracks=5822  nbVisitedNodes=29507
23.08	     nbRestartNogoods=94
23.08	       =>  wckTime=21.444  cpuTime=21.23  mem=35M224
34.16	   
34.16	   search
34.16	     run=14  nbConstraintChecks=22803985  nbValidityChecks=48170177  nbPropagations=852878  nbRevisions=10000280
34.16	     nbUselessRevisions=7851822  nbAssignments=24596  nbFailedAssignments=15594  nbBacktracks=8741  nbVisitedNodes=46134
34.16	     nbRestartNogoods=101
34.16	       =>  wckTime=32.526  cpuTime=32.26  mem=35M224
51.69	   
51.69	   search
51.69	     run=15  nbConstraintChecks=35485858  nbValidityChecks=73896031  nbPropagations=1295672  nbRevisions=15124415
51.69	     nbUselessRevisions=11844219  nbAssignments=36143  nbFailedAssignments=22755  nbBacktracks=13120
51.69	     nbVisitedNodes=68125  nbRestartNogoods=112
51.69	       =>  wckTime=50.063  cpuTime=49.72  mem=35M224
72.71	   
72.71	   search
72.71	     run=16  nbConstraintChecks=50318642  nbValidityChecks=104543781  nbPropagations=1928962  nbRevisions=22594385
72.71	     nbUselessRevisions=17701434  nbAssignments=52282  nbFailedAssignments=32318  nbBacktracks=19688
72.71	     nbVisitedNodes=97960  nbRestartNogoods=131
72.71	       =>  wckTime=71.08  cpuTime=70.64  mem=35M224
112.75	   
112.75	   search
112.75	     run=17  nbConstraintChecks=78368578  nbValidityChecks=166163726  nbPropagations=2946071  nbRevisions=34434754
112.75	     nbUselessRevisions=26963964  nbAssignments=84487  nbFailedAssignments=54653  nbBacktracks=29540
112.75	     nbVisitedNodes=159626  nbRestartNogoods=151
112.75	       =>  wckTime=111.114  cpuTime=110.48  mem=35M224
170.08	   
170.08	   search
170.08	     run=18  nbConstraintChecks=119498228  nbValidityChecks=250778116  nbPropagations=4456429  nbRevisions=51721633
170.08	     nbUselessRevisions=40390013  nbAssignments=123031  nbFailedAssignments=78412  nbBacktracks=44318
170.08	     nbVisitedNodes=232828  nbRestartNogoods=164
170.08	       =>  wckTime=168.448  cpuTime=167.55  mem=35M224
242.82	   
242.82	   search
242.82	     run=19  nbConstraintChecks=171098750  nbValidityChecks=357055262  nbPropagations=6613779  nbRevisions=76723530
242.82	     nbUselessRevisions=59877889  nbAssignments=175357  nbFailedAssignments=108563  nbBacktracks=66486
242.82	     nbVisitedNodes=329850  nbRestartNogoods=181
242.82	       =>  wckTime=241.191  cpuTime=239.96  mem=35M224
356.72	   
356.72	   search
356.72	     run=20  nbConstraintChecks=253066118  nbValidityChecks=528834581  nbPropagations=9898347  nbRevisions=114174077
356.72	     nbUselessRevisions=88981018  nbAssignments=258487  nbFailedAssignments=158436  nbBacktracks=99738
356.72	     nbVisitedNodes=486478  nbRestartNogoods=191
356.72	       =>  wckTime=355.092  cpuTime=353.34  mem=35M224
532.16	   
532.16	   search
532.16	     run=21  nbConstraintChecks=376786945  nbValidityChecks=788253434  nbPropagations=14771777  nbRevisions=170635214
532.16	     nbUselessRevisions=133045458  nbAssignments=382846  nbFailedAssignments=232911  nbBacktracks=149617
532.16	     nbVisitedNodes=719306  nbRestartNogoods=217
532.16	       =>  wckTime=530.524  cpuTime=527.95  mem=35M224
815.82	   
815.82	   search
815.82	     run=22  nbConstraintChecks=581633563  nbValidityChecks=1213943641  nbPropagations=22195584  nbRevisions=255752614
815.82	     nbUselessRevisions=199208777  nbAssignments=583573  nbFailedAssignments=358813  nbBacktracks=224436
815.82	     nbVisitedNodes=1100591  nbRestartNogoods=232
815.82	       =>  wckTime=814.192  cpuTime=810.3  mem=35M224
1202.36	   
1202.36	   search
1202.36	     run=23  nbConstraintChecks=862023258  nbValidityChecks=1808929068  nbPropagations=33411447  nbRevisions=384791643
1202.36	     nbUselessRevisions=299676197  nbAssignments=879655  nbFailedAssignments=542660  nbBacktracks=336664
1202.36	     nbVisitedNodes=1658672  nbRestartNogoods=242
1202.36	       =>  wckTime=1200.728  cpuTime=1191.78  mem=35M224
1804.19	   
1804.19	   search
1804.19	     run=24  nbConstraintChecks=1318121333  nbValidityChecks=2751826727  nbPropagations=50284958  nbRevisions=577055077
1804.19	     nbUselessRevisions=448805669  nbAssignments=1331622  nbFailedAssignments=826278  nbBacktracks=505005
1804.19	     nbVisitedNodes=2516665  nbRestartNogoods=262
1804.19	       =>  wckTime=1802.558  cpuTime=1790.33  mem=35M224

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/node30/watcher-199894-1168138023 -o ROOT/results/node30/solver-199894-1168138023 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/199894-1168138023/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.03 1.01 1.00 3/81 17819
/proc/meminfo: memFree=1859936/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=168 CPUtime=0
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 162196270 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 7016747 0 0 4096 0 0 0 0 17 1 0 0
/proc/17818/statm: 42 23 18 14 0 2 0

[startup+0.103687 s]
/proc/loadavg: 1.03 1.01 1.00 3/81 17819
/proc/meminfo: memFree=1859936/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=911488 CPUtime=0.06
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 2607 0 1 0 5 1 0 0 23 0 8 0 162196270 933363712 2354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153795348 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17818/statm: 227872 2354 1276 14 0 215051 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 911488

[startup+0.511888 s]
/proc/loadavg: 1.03 1.01 1.00 3/81 17819
/proc/meminfo: memFree=1859936/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=915328 CPUtime=0.47
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 7124 0 1 0 42 5 0 0 19 0 8 0 162196270 937295872 6863 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073562206 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17818/statm: 228832 6864 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33577 s]
/proc/loadavg: 1.11 1.03 1.01 3/101 17840
/proc/meminfo: memFree=1767480/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=915328 CPUtime=1.28
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 19122 0 1 0 119 9 0 0 25 0 8 0 162196270 937295872 18860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17818/statm: 228832 18861 2161 14 0 215302 0
[pid=17818/tid=17827] ppid=17816 vsize=915328 CPUtime=0.05
/proc/17818/task/17827/stat : 17827 (java) S 17816 17818 17686 0 -1 64 2657 0 0 0 5 0 0 0 17 0 8 0 162196276 937295872 18861 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17828] ppid=17816 vsize=915328 CPUtime=0
/proc/17818/task/17828/stat : 17828 (java) S 17816 17818 17686 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162196276 937295872 18861 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17829] ppid=17816 vsize=915328 CPUtime=0
/proc/17818/task/17829/stat : 17829 (java) S 17816 17818 17686 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162196276 937295872 18862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17833] ppid=17816 vsize=915328 CPUtime=0
/proc/17818/task/17833/stat : 17833 (java) S 17816 17818 17686 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162196280 937295872 18862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17834] ppid=17816 vsize=915328 CPUtime=0.1
/proc/17818/task/17834/stat : 17834 (java) S 17816 17818 17686 0 -1 64 321 0 0 0 10 0 0 0 16 0 8 0 162196280 937295872 18862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17835] ppid=17816 vsize=915328 CPUtime=0
/proc/17818/task/17835/stat : 17835 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162196280 937295872 18862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17836] ppid=17816 vsize=915328 CPUtime=0
/proc/17818/task/17836/stat : 17836 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162196280 937295872 18863 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) 915328

[startup+2.98887 s]
/proc/loadavg: 1.11 1.03 1.01 3/101 17840
/proc/meminfo: memFree=1742392/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=915416 CPUtime=2.93
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 23409 0 1 0 282 11 0 0 25 0 8 0 162196270 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073625308 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17818/statm: 228854 23145 2531 14 0 215324 0
[pid=17818/tid=17827] ppid=17816 vsize=915416 CPUtime=0.17
/proc/17818/task/17827/stat : 17827 (java) S 17816 17818 17686 0 -1 64 6426 0 0 0 15 2 0 0 17 0 8 0 162196276 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17828] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17828/stat : 17828 (java) S 17816 17818 17686 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162196276 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17829] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17829/stat : 17829 (java) S 17816 17818 17686 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162196276 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17833] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17833/stat : 17833 (java) S 17816 17818 17686 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162196280 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17834] ppid=17816 vsize=915416 CPUtime=0.21
/proc/17818/task/17834/stat : 17834 (java) S 17816 17818 17686 0 -1 64 373 0 0 0 20 1 0 0 15 0 8 0 162196280 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17835] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17835/stat : 17835 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162196280 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17836] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17836/stat : 17836 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162196280 937385984 23145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915416

[startup+6.26807 s]
/proc/loadavg: 1.18 1.04 1.01 3/101 17840
/proc/meminfo: memFree=1741752/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=915416 CPUtime=6.2
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 23425 0 1 0 608 12 0 0 25 0 8 0 162196270 937385984 23158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073625379 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17818/statm: 228854 23158 2531 14 0 215324 0
[pid=17818/tid=17827] ppid=17816 vsize=915416 CPUtime=0.17
/proc/17818/task/17827/stat : 17827 (java) S 17816 17818 17686 0 -1 64 6426 0 0 0 15 2 0 0 17 0 8 0 162196276 937385984 23158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17828] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17828/stat : 17828 (java) S 17816 17818 17686 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162196276 937385984 23158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17829] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17829/stat : 17829 (java) S 17816 17818 17686 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162196276 937385984 23158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17833] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17833/stat : 17833 (java) S 17816 17818 17686 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162196280 937385984 23158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17834] ppid=17816 vsize=915416 CPUtime=0.24
/proc/17818/task/17834/stat : 17834 (java) S 17816 17818 17686 0 -1 64 388 0 0 0 23 1 0 0 15 0 8 0 162196280 937385984 23158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17835] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17835/stat : 17835 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162196280 937385984 23158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17836] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17836/stat : 17836 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162196280 937385984 23158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915416

[startup+12.7575 s]
/proc/loadavg: 1.24 1.06 1.02 4/101 17840
/proc/meminfo: memFree=1741688/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=915416 CPUtime=12.65
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 23429 0 1 0 1253 12 0 0 25 0 8 0 162196270 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756818 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17818/statm: 228854 23161 2531 14 0 215324 0
[pid=17818/tid=17827] ppid=17816 vsize=915416 CPUtime=0.17
/proc/17818/task/17827/stat : 17827 (java) S 17816 17818 17686 0 -1 64 6426 0 0 0 15 2 0 0 16 0 8 0 162196276 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17828] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17828/stat : 17828 (java) S 17816 17818 17686 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162196276 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17829] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17829/stat : 17829 (java) S 17816 17818 17686 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162196276 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17833] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17833/stat : 17833 (java) S 17816 17818 17686 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162196280 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17834] ppid=17816 vsize=915416 CPUtime=0.24
/proc/17818/task/17834/stat : 17834 (java) S 17816 17818 17686 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 162196280 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17835] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17835/stat : 17835 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162196280 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17836] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17836/stat : 17836 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162196280 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 915416

[startup+25.6003 s]
/proc/loadavg: 1.44 1.11 1.03 3/101 17840
/proc/meminfo: memFree=1741816/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=915416 CPUtime=25.44
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 23429 0 1 0 2532 12 0 0 25 0 8 0 162196270 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073770995 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17818/statm: 228854 23161 2531 14 0 215324 0
[pid=17818/tid=17827] ppid=17816 vsize=915416 CPUtime=0.17
/proc/17818/task/17827/stat : 17827 (java) S 17816 17818 17686 0 -1 64 6426 0 0 0 15 2 0 0 16 0 8 0 162196276 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17828] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17828/stat : 17828 (java) S 17816 17818 17686 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162196276 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17829] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17829/stat : 17829 (java) S 17816 17818 17686 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162196276 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17833] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17833/stat : 17833 (java) S 17816 17818 17686 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162196280 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17834] ppid=17816 vsize=915416 CPUtime=0.24
/proc/17818/task/17834/stat : 17834 (java) S 17816 17818 17686 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 162196280 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17835] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17835/stat : 17835 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162196280 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17836] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17836/stat : 17836 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162196280 937385984 23161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 915416

[startup+51.2089 s]
/proc/loadavg: 1.66 1.19 1.06 3/101 17840
/proc/meminfo: memFree=1741880/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=915416 CPUtime=50.92
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 23430 0 1 0 5080 12 0 0 25 0 8 0 162196270 937385984 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17818/statm: 228854 23162 2531 14 0 215324 0
[pid=17818/tid=17827] ppid=17816 vsize=915416 CPUtime=0.17
/proc/17818/task/17827/stat : 17827 (java) S 17816 17818 17686 0 -1 64 6426 0 0 0 15 2 0 0 16 0 8 0 162196276 937385984 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17828] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17828/stat : 17828 (java) S 17816 17818 17686 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162196276 937385984 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17829] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17829/stat : 17829 (java) S 17816 17818 17686 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162196276 937385984 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17833] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17833/stat : 17833 (java) S 17816 17818 17686 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162196280 937385984 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17834] ppid=17816 vsize=915416 CPUtime=0.25
/proc/17818/task/17834/stat : 17834 (java) S 17816 17818 17686 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 162196280 937385984 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17835] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17835/stat : 17835 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162196280 937385984 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17836] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17836/stat : 17836 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162196280 937385984 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 915416

[startup+102.416 s]
/proc/loadavg: 1.90 1.33 1.11 3/101 17840
/proc/meminfo: memFree=1741944/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=915416 CPUtime=101.89
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 23431 0 1 0 10176 13 0 0 25 0 8 0 162196270 937385984 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796888 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17818/statm: 228854 23162 2531 14 0 215324 0
[pid=17818/tid=17827] ppid=17816 vsize=915416 CPUtime=0.17
/proc/17818/task/17827/stat : 17827 (java) S 17816 17818 17686 0 -1 64 6426 0 0 0 15 2 0 0 16 0 8 0 162196276 937385984 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17828] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17828/stat : 17828 (java) S 17816 17818 17686 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162196276 937385984 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17829] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17829/stat : 17829 (java) S 17816 17818 17686 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162196276 937385984 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17833] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17833/stat : 17833 (java) S 17816 17818 17686 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162196280 937385984 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17834] ppid=17816 vsize=915416 CPUtime=0.25
/proc/17818/task/17834/stat : 17834 (java) S 17816 17818 17686 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 162196280 937385984 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17835] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17835/stat : 17835 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162196280 937385984 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17836] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17836/stat : 17836 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162196280 937385984 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 915416

[startup+162.472 s]
/proc/loadavg: 1.96 1.45 1.16 3/101 17840
/proc/meminfo: memFree=1741944/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=915416 CPUtime=161.66
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 23431 0 1 0 16153 13 0 0 25 0 8 0 162196270 937385984 23162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1413.77
Current children cumulated vsize (KiB) 915416

[startup+1483.96 s]
/proc/loadavg: 2.03 2.03 1.79 3/101 18518
/proc/meminfo: memFree=1706616/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=915416 CPUtime=1473.53
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 23432 0 1 0 147322 31 0 0 25 0 8 0 162196270 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17818/statm: 228854 23163 2531 14 0 215324 0
[pid=17818/tid=17827] ppid=17816 vsize=915416 CPUtime=0.17
/proc/17818/task/17827/stat : 17827 (java) S 17816 17818 17686 0 -1 64 6426 0 0 0 15 2 0 0 16 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17828] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17828/stat : 17828 (java) S 17816 17818 17686 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17829] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17829/stat : 17829 (java) S 17816 17818 17686 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17833] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17833/stat : 17833 (java) S 17816 17818 17686 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17834] ppid=17816 vsize=915416 CPUtime=0.25
/proc/17818/task/17834/stat : 17834 (java) S 17816 17818 17686 0 -1 64 394 0 0 0 24 1 0 0 16 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17835] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17835/stat : 17835 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17836] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17836/stat : 17836 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1473.53
Current children cumulated vsize (KiB) 915416

[startup+1544.05 s]
/proc/loadavg: 2.01 2.02 1.80 3/101 18518
/proc/meminfo: memFree=1706552/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=915416 CPUtime=1533.29
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 23432 0 1 0 153298 31 0 0 25 0 8 0 162196270 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073749943 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17818/statm: 228854 23163 2531 14 0 215324 0
[pid=17818/tid=17827] ppid=17816 vsize=915416 CPUtime=0.17
/proc/17818/task/17827/stat : 17827 (java) S 17816 17818 17686 0 -1 64 6426 0 0 0 15 2 0 0 16 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17828] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17828/stat : 17828 (java) S 17816 17818 17686 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17829] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17829/stat : 17829 (java) S 17816 17818 17686 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17833] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17833/stat : 17833 (java) S 17816 17818 17686 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17834] ppid=17816 vsize=915416 CPUtime=0.25
/proc/17818/task/17834/stat : 17834 (java) S 17816 17818 17686 0 -1 64 394 0 0 0 24 1 0 0 16 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17835] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17835/stat : 17835 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17836] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17836/stat : 17836 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.29
Current children cumulated vsize (KiB) 915416

[startup+1604.13 s]
/proc/loadavg: 2.00 2.02 1.82 3/101 18518
/proc/meminfo: memFree=1706488/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=915416 CPUtime=1593.06
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 23432 0 1 0 159275 31 0 0 25 0 8 0 162196270 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783573 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17818/statm: 228854 23163 2531 14 0 215324 0
[pid=17818/tid=17827] ppid=17816 vsize=915416 CPUtime=0.17
/proc/17818/task/17827/stat : 17827 (java) S 17816 17818 17686 0 -1 64 6426 0 0 0 15 2 0 0 16 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17828] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17828/stat : 17828 (java) S 17816 17818 17686 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17829] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17829/stat : 17829 (java) S 17816 17818 17686 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17833] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17833/stat : 17833 (java) S 17816 17818 17686 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17834] ppid=17816 vsize=915416 CPUtime=0.25
/proc/17818/task/17834/stat : 17834 (java) S 17816 17818 17686 0 -1 64 394 0 0 0 24 1 0 0 16 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17835] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17835/stat : 17835 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17836] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17836/stat : 17836 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.06
Current children cumulated vsize (KiB) 915416

[startup+1664.21 s]
/proc/loadavg: 2.00 2.01 1.82 3/101 18518
/proc/meminfo: memFree=1706424/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=915416 CPUtime=1652.8
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 23432 0 1 0 165249 31 0 0 25 0 8 0 162196270 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073764011 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17818/statm: 228854 23163 2531 14 0 215324 0
[pid=17818/tid=17827] ppid=17816 vsize=915416 CPUtime=0.17
/proc/17818/task/17827/stat : 17827 (java) S 17816 17818 17686 0 -1 64 6426 0 0 0 15 2 0 0 16 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17828] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17828/stat : 17828 (java) S 17816 17818 17686 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17829] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17829/stat : 17829 (java) S 17816 17818 17686 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17833] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17833/stat : 17833 (java) S 17816 17818 17686 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17834] ppid=17816 vsize=915416 CPUtime=0.25
/proc/17818/task/17834/stat : 17834 (java) S 17816 17818 17686 0 -1 64 394 0 0 0 24 1 0 0 16 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17835] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17835/stat : 17835 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17836] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17836/stat : 17836 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.8
Current children cumulated vsize (KiB) 915416

[startup+1724.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/101 18518
/proc/meminfo: memFree=1706360/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=915416 CPUtime=1712.56
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 23432 0 1 0 171225 31 0 0 25 0 8 0 162196270 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073757427 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17818/statm: 228854 23163 2531 14 0 215324 0
[pid=17818/tid=17827] ppid=17816 vsize=915416 CPUtime=0.17
/proc/17818/task/17827/stat : 17827 (java) S 17816 17818 17686 0 -1 64 6426 0 0 0 15 2 0 0 16 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17828] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17828/stat : 17828 (java) S 17816 17818 17686 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17829] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17829/stat : 17829 (java) S 17816 17818 17686 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17833] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17833/stat : 17833 (java) S 17816 17818 17686 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17834] ppid=17816 vsize=915416 CPUtime=0.25
/proc/17818/task/17834/stat : 17834 (java) S 17816 17818 17686 0 -1 64 394 0 0 0 24 1 0 0 16 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17835] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17835/stat : 17835 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17836] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17836/stat : 17836 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.56
Current children cumulated vsize (KiB) 915416

[startup+1784.39 s]
/proc/loadavg: 2.00 2.00 1.83 3/101 18518
/proc/meminfo: memFree=1706296/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=915416 CPUtime=1772.34
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 23432 0 1 0 177202 32 0 0 25 0 8 0 162196270 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630276 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17818/statm: 228854 23163 2531 14 0 215324 0
[pid=17818/tid=17827] ppid=17816 vsize=915416 CPUtime=0.17
/proc/17818/task/17827/stat : 17827 (java) S 17816 17818 17686 0 -1 64 6426 0 0 0 15 2 0 0 16 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17828] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17828/stat : 17828 (java) S 17816 17818 17686 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17829] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17829/stat : 17829 (java) S 17816 17818 17686 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17833] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17833/stat : 17833 (java) S 17816 17818 17686 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17834] ppid=17816 vsize=915416 CPUtime=0.25
/proc/17818/task/17834/stat : 17834 (java) S 17816 17818 17686 0 -1 64 394 0 0 0 24 1 0 0 16 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17835] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17835/stat : 17835 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17836] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17836/stat : 17836 (java) R 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.34
Current children cumulated vsize (KiB) 915416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.26 s]
/proc/loadavg: 2.00 2.00 1.84 2/88 18532
/proc/meminfo: memFree=1743584/2055920 swapFree=4191880/4192956
[pid=17818] ppid=17816 vsize=915416 CPUtime=1800.06
/proc/17818/stat : 17818 (java) R 17816 17818 17686 0 -1 0 23432 0 1 0 179974 32 0 0 25 0 8 0 162196270 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073774960 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17818/statm: 228854 23163 2531 14 0 215324 0
[pid=17818/tid=17827] ppid=17816 vsize=915416 CPUtime=0.17
/proc/17818/task/17827/stat : 17827 (java) S 17816 17818 17686 0 -1 64 6426 0 0 0 15 2 0 0 16 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17828] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17828/stat : 17828 (java) S 17816 17818 17686 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17829] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17829/stat : 17829 (java) S 17816 17818 17686 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162196276 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17818/tid=17833] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17833/stat : 17833 (java) S 17816 17818 17686 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17834] ppid=17816 vsize=915416 CPUtime=0.25
/proc/17818/task/17834/stat : 17834 (java) S 17816 17818 17686 0 -1 64 394 0 0 0 24 1 0 0 16 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17835] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17835/stat : 17835 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17818/tid=17836] ppid=17816 vsize=915416 CPUtime=0
/proc/17818/task/17836/stat : 17836 (java) S 17816 17818 17686 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162196280 937385984 23163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915416

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

Child status: 143
Real time (s): 1812.3
CPU time (s): 1800.1
CPU user time (s): 1799.76
CPU system time (s): 0.337948
CPU usage (%): 99.3266
Max. virtual memory (cumulated for all children) (KiB): 915416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.337948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23450
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= 37810
involuntary context switches= 52225

runsolver used 2.11568 s user time and 5.9211 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Sun Jan  7 02:47:03 UTC 2007


IDJOB= 199894
IDBENCH= 3652
FILE ID= node30/199894-1168138023

PBS_JOBID= 3478051

Free space on /tmp= 66478 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24-fcd/rand-3-24-24-76-632-fcd-17_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/199894-1168138023/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-199894-1168138023 -o ROOT/results/node30/solver-199894-1168138023 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/199894-1168138023/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  e2a859d6c91863f0861d65b07f0f7471

RANDOM SEED= 7466777

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.234
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.234
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:       1860152 kB
Buffers:         10940 kB
Cached:          66860 kB
SwapCached:        264 kB
Active:         116328 kB
Inactive:        17936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1860152 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            7688 kB
Writeback:           0 kB
Mapped:          74108 kB
Slab:            46516 kB
Committed_AS:  3298576 kB
PageTables:       2168 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= 66486 MiB



End job on node30 on Sun Jan  7 03:17:16 UTC 2007