Trace number 203501

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.05 1816.05

General information on the benchmark

Namefrb/frb53-24/
frb53-24-1-mgd_ext.xml
MD5SUM2fd3b6f447fd401342c7ac8d343819c5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables53
Number of constraints475
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension475
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=mac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/203501-1168073088/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=53  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.43	       =>  wckTime=0.106  cpuTime=0.1  mem=6M951
0.43	   
0.43	   relations being loaded...
0.60	   
0.60	   constraints being loaded...
0.75	     nbConstraints=475  nbRelationTypes=475  nbExtensionStructures=475  nbSharedExtensionStructures=0
0.75	     nbConflictsStructures=475  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1203  maxDegree=25
0.75	     maxArity=2
0.75	       =>  wckTime=0.421  cpuTime=0.33  mem=18M670
0.80	   
0.80	   solver IterativeSystematicSolver being built... 
0.96	       =>  wckTime=0.629  cpuTime=0.46  mem=15M472
0.97	   
0.97	   preprocessing
0.97	     nbConstraintChecks=0  nbPropagations=53  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.97	     detectedInconsistency=no
0.97	       =>  wckTime=0.0090  cpuTime=0.01  mem=15M472
1.02	   
1.02	   search
1.02	     run=0  nbConstraintChecks=46667  nbPropagations=552  nbRevisions=5962  nbUselessRevisions=4922  nbAssignments=30
1.02	     nbFailedAssignments=7  nbBacktracks=11  nbVisitedNodes=42  nbRestartNogoods=0  mapSize=7  nbInferences=0
1.02	     nbTooLargeKeys=0
1.02	       =>  wckTime=0.058  cpuTime=0.03  mem=15M472
1.05	   
1.05	   search
1.05	     run=1  nbConstraintChecks=108174  nbPropagations=1789  nbRevisions=20604  nbUselessRevisions=17015
1.05	     nbAssignments=63  nbFailedAssignments=14  nbBacktracks=28  nbVisitedNodes=91  nbRestartNogoods=3  mapSize=20
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.086  cpuTime=0.05  mem=15M472
1.07	   
1.07	   search
1.07	     run=2  nbConstraintChecks=194049  nbPropagations=4043  nbRevisions=49170  nbUselessRevisions=40615
1.07	     nbAssignments=112  nbFailedAssignments=31  nbBacktracks=50  nbVisitedNodes=171  nbRestartNogoods=5  mapSize=41
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.109  cpuTime=0.07  mem=15M472
1.09	   
1.09	   search
1.09	     run=3  nbConstraintChecks=327143  nbPropagations=7675  nbRevisions=98007  nbUselessRevisions=80933
1.09	     nbAssignments=185  nbFailedAssignments=60  nbBacktracks=83  nbVisitedNodes=292  nbRestartNogoods=8  mapSize=70
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.134  cpuTime=0.1  mem=15M472
1.13	   
1.13	   search
1.13	     run=4  nbConstraintChecks=494840  nbPropagations=13288  nbRevisions=174160  nbUselessRevisions=143642
1.13	     nbAssignments=284  nbFailedAssignments=98  nbBacktracks=133  nbVisitedNodes=457  nbRestartNogoods=10  mapSize=111
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.172  cpuTime=0.13  mem=15M472
1.19	   
1.19	   search
1.19	     run=5  nbConstraintChecks=817703  nbPropagations=22191  nbRevisions=300794  nbUselessRevisions=247177
1.19	     nbAssignments=434  nbFailedAssignments=163  nbBacktracks=209  nbVisitedNodes=719  nbRestartNogoods=13  mapSize=175
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.229  cpuTime=0.18  mem=15M472
1.25	   
1.25	   search
1.25	     run=6  nbConstraintChecks=1136492  nbPropagations=34988  nbRevisions=483435  nbUselessRevisions=396381
1.25	     nbAssignments=629  nbFailedAssignments=232  nbBacktracks=323  nbVisitedNodes=1041  nbRestartNogoods=16  mapSize=270
1.25	     nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.289  cpuTime=0.24  mem=15M472
1.34	   
1.34	   search
1.34	     run=7  nbConstraintChecks=1704237  nbPropagations=54092  nbRevisions=763580  nbUselessRevisions=625395
1.34	     nbAssignments=923  nbFailedAssignments=345  nbBacktracks=494  nbVisitedNodes=1550  nbRestartNogoods=23  mapSize=415
1.34	     nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.385  cpuTime=0.33  mem=15M472
1.49	   
1.49	   search
1.49	     run=8  nbConstraintChecks=2532300  nbPropagations=81775  nbRevisions=1169079  nbUselessRevisions=955789
1.49	     nbAssignments=1341  nbFailedAssignments=495  nbBacktracks=751  nbVisitedNodes=2257  nbRestartNogoods=31
1.49	     mapSize=626  nbInferences=0  nbTooLargeKeys=0
1.49	       =>  wckTime=0.526  cpuTime=0.47  mem=15M472
1.69	   
1.69	   search
1.69	     run=9  nbConstraintChecks=3664269  nbPropagations=122487  nbRevisions=1775889  nbUselessRevisions=1451132
1.69	     nbAssignments=1979  nbFailedAssignments=738  nbBacktracks=1137  nbVisitedNodes=3339  nbRestartNogoods=36
1.69	     mapSize=949  nbInferences=0  nbTooLargeKeys=0
1.69	       =>  wckTime=0.731  cpuTime=0.65  mem=15M472
1.73	   
1.73	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=15M472)
2.01	   
2.01	   search
2.01	     run=10  nbConstraintChecks=5779114  nbPropagations=185749  nbRevisions=2738043  nbUselessRevisions=2236081
2.01	     nbAssignments=3031  nbFailedAssignments=1205  nbBacktracks=1713  nbVisitedNodes=5195  nbRestartNogoods=39
2.01	       =>  wckTime=1.051  cpuTime=0.96  mem=15M472
2.38	   
2.38	   search
2.38	     run=11  nbConstraintChecks=8133586  nbPropagations=277294  nbRevisions=4126583  nbUselessRevisions=3369597
2.38	     nbAssignments=4443  nbFailedAssignments=1742  nbBacktracks=2577  nbVisitedNodes=7609  nbRestartNogoods=46
2.38	       =>  wckTime=1.418  cpuTime=1.32  mem=15M472
3.03	   
3.03	   search
3.03	     run=12  nbConstraintChecks=12622598  nbPropagations=417757  nbRevisions=6280100  nbUselessRevisions=5129434
3.03	     nbAssignments=6704  nbFailedAssignments=2695  nbBacktracks=3879  nbVisitedNodes=11573  nbRestartNogoods=53
3.03	       =>  wckTime=2.066  cpuTime=1.96  mem=15M472
3.89	   
3.89	   search
3.89	     run=13  nbConstraintChecks=18628963  nbPropagations=623354  nbRevisions=9409983  nbUselessRevisions=7677087
3.89	     nbAssignments=9806  nbFailedAssignments=3842  nbBacktracks=5825  nbVisitedNodes=16823  nbRestartNogoods=58
3.89	       =>  wckTime=2.928  cpuTime=2.81  mem=15M472
5.18	   
5.18	   search
5.18	     run=14  nbConstraintChecks=27152391  nbPropagations=930061  nbRevisions=14071631  nbUselessRevisions=11476955
5.18	     nbAssignments=14663  nbFailedAssignments=5767  nbBacktracks=8748  nbVisitedNodes=25225  nbRestartNogoods=66
5.18	       =>  wckTime=4.223  cpuTime=4.09  mem=15M472
7.05	   
7.05	   search
7.05	     run=15  nbConstraintChecks=39898879  nbPropagations=1379746  nbRevisions=20866843  nbUselessRevisions=17002752
7.05	     nbAssignments=21676  nbFailedAssignments=8391  nbBacktracks=13129  nbVisitedNodes=37070  nbRestartNogoods=79
7.05	       =>  wckTime=6.085  cpuTime=5.94  mem=15M472
9.99	   
9.99	   search
9.99	     run=16  nbConstraintChecks=59988951  nbPropagations=2058032  nbRevisions=31089978  nbUselessRevisions=25314165
9.99	     nbAssignments=32480  nbFailedAssignments=12614  nbBacktracks=19698  nbVisitedNodes=55694  nbRestartNogoods=87
9.99	       =>  wckTime=9.03  cpuTime=8.86  mem=15M472
14.21	   
14.21	   search
14.21	     run=17  nbConstraintChecks=86668653  nbPropagations=3067899  nbRevisions=46445570  nbUselessRevisions=37851237
14.21	     nbAssignments=49028  nbFailedAssignments=19303  nbBacktracks=29550  nbVisitedNodes=84439  nbRestartNogoods=99
14.21	       =>  wckTime=13.254  cpuTime=13.04  mem=15M472
21.34	   
21.34	   search
21.34	     run=18  nbConstraintChecks=136199949  nbPropagations=4609472  nbRevisions=70091680  nbUselessRevisions=57154344
21.34	     nbAssignments=74266  nbFailedAssignments=29751  nbBacktracks=44329  nbVisitedNodes=128520  nbRestartNogoods=106
21.34	       =>  wckTime=20.377  cpuTime=20.1  mem=15M472
30.69	   
30.69	   search
30.69	     run=19  nbConstraintChecks=200667212  nbPropagations=6869225  nbRevisions=104525366  nbUselessRevisions=85214239
30.69	     nbAssignments=109834  nbFailedAssignments=43139  nbBacktracks=66497  nbVisitedNodes=188953  nbRestartNogoods=119
30.69	       =>  wckTime=29.726  cpuTime=29.36  mem=15M472
44.39	   
44.39	   search
44.39	     run=20  nbConstraintChecks=292191583  nbPropagations=10196567  nbRevisions=154848023  nbUselessRevisions=126216090
44.39	     nbAssignments=162413  nbFailedAssignments=62453  nbBacktracks=99751  nbVisitedNodes=278017  nbRestartNogoods=127
44.39	       =>  wckTime=43.427  cpuTime=42.94  mem=15M472
66.71	   
66.71	   search
66.71	     run=21  nbConstraintChecks=447249771  nbPropagations=15206712  nbRevisions=231291136  nbUselessRevisions=188526879
66.71	     nbAssignments=244318  nbFailedAssignments=94471  nbBacktracks=149629  nbVisitedNodes=418940  nbRestartNogoods=140
66.71	       =>  wckTime=65.751  cpuTime=65.06  mem=15M472
99.76	   
99.76	   search
99.76	     run=22  nbConstraintChecks=671054866  nbPropagations=22770922  nbRevisions=346141883  nbUselessRevisions=282103607
99.76	     nbAssignments=365583  nbFailedAssignments=140908  nbBacktracks=224447  nbVisitedNodes=626303  nbRestartNogoods=158
99.76	       =>  wckTime=98.8  cpuTime=97.81  mem=15M472
148.31	   
148.31	   search
148.31	     run=23  nbConstraintChecks=995801977  nbPropagations=34104254  nbRevisions=518385366  nbUselessRevisions=422652364
148.31	     nbAssignments=547304  nbFailedAssignments=210392  nbBacktracks=336675  nbVisitedNodes=937061  nbRestartNogoods=169
148.31	       =>  wckTime=147.347  cpuTime=145.91  mem=15M472
221.03	   
221.03	   search
221.03	     run=24  nbConstraintChecks=1483975077  nbPropagations=51070482  nbRevisions=775610454  nbUselessRevisions=632532360
221.03	     nbAssignments=821787  nbFailedAssignments=316523  nbBacktracks=505017  nbVisitedNodes=1408098  nbRestartNogoods=186
221.03	       =>  wckTime=220.071  cpuTime=217.96  mem=15M472
335.43	   
335.43	   search
335.43	     run=25  nbConstraintChecks=2272148612  nbPropagations=76695505  nbRevisions=1166481580
335.43	     nbUselessRevisions=951438885  nbAssignments=1238632  nbFailedAssignments=480847  nbBacktracks=757528
335.43	     nbVisitedNodes=2125913  nbRestartNogoods=198
335.43	       =>  wckTime=334.473  cpuTime=331.33  mem=15M472
507.92	   
507.92	   search
507.92	     run=26  nbConstraintChecks=3481911934  nbPropagations=115348428  nbRevisions=1754896364
507.92	     nbUselessRevisions=1430563814  nbAssignments=1854887  nbFailedAssignments=718325  nbBacktracks=1136296
507.92	     nbVisitedNodes=3181024  nbRestartNogoods=215
507.92	       =>  wckTime=506.964  cpuTime=502.25  mem=15M472
742.70	   
742.70	   search
742.70	     run=27  nbConstraintChecks=5017024132  nbPropagations=172441108  nbRevisions=2621482318
742.70	     nbUselessRevisions=2137178297  nbAssignments=2767542  nbFailedAssignments=1062818  nbBacktracks=1704449
742.70	     nbVisitedNodes=4737127  nbRestartNogoods=230
742.70	       =>  wckTime=741.741  cpuTime=734.88  mem=15M472
1127.30	   
1127.30	   search
1127.30	     run=28  nbConstraintChecks=7636272626  nbPropagations=258613670  nbRevisions=3938797640
1127.30	     nbUselessRevisions=3212469164  nbAssignments=4169818  nbFailedAssignments=1612859  nbBacktracks=2556676
1127.30	     nbVisitedNodes=7154316  nbRestartNogoods=243
1127.30	       =>  wckTime=1126.34  cpuTime=1115.77  mem=15M472
1692.21	   
1692.21	   search
1692.21	     run=29  nbConstraintChecks=11411773485  nbPropagations=388265146  nbRevisions=5922975030
1692.21	     nbUselessRevisions=4833751580  nbAssignments=6259152  nbFailedAssignments=2423840  nbBacktracks=3835019
1692.21	     nbVisitedNodes=10749175  nbRestartNogoods=264
1692.21	       =>  wckTime=1691.249  cpuTime=1675.54  mem=16M447

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/node18/watcher-203501-1168073088 -o ROOT/results/node18/solver-203501-1168073088 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203501-1168073088/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.83 1.96 1.92 4/93 20987
/proc/meminfo: memFree=1039704/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=18540 CPUtime=0
/proc/20986/stat : 20986 (runsolver) R 20984 20986 20767 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 155703526 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 227848809767 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/20986/statm: 4635 279 244 17 0 2626 0

[startup+0.103867 s]
/proc/loadavg: 1.83 1.96 1.92 4/93 20987
/proc/meminfo: memFree=1039704/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=913236 CPUtime=0.08
/proc/20986/stat : 20986 (java) R 20984 20986 20767 0 -1 0 2920 0 1 0 7 1 0 0 17 0 8 0 155703526 935153664 2666 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155340403 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20986/statm: 228309 2666 1397 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913236

[startup+0.511895 s]
/proc/loadavg: 1.83 1.96 1.92 4/93 20987
/proc/meminfo: memFree=1039704/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=915328 CPUtime=0.48
/proc/20986/stat : 20986 (java) R 20984 20986 20767 0 -1 0 6738 0 1 0 44 4 0 0 18 0 8 0 155703526 937295872 6477 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 8328156 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20986/statm: 228832 6477 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33297 s]
/proc/loadavg: 1.83 1.96 1.92 3/100 20994
/proc/meminfo: memFree=1010720/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=915460 CPUtime=1.29
/proc/20986/stat : 20986 (java) R 20984 20986 20767 0 -1 0 9937 0 1 0 123 6 0 0 24 0 8 0 155703526 937431040 9675 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073850496 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20986/statm: 228865 9675 2513 14 0 215335 0
[pid=20986/tid=20988] ppid=20984 vsize=915460 CPUtime=0.04
/proc/20986/task/20988/stat : 20988 (java) S 20984 20986 20767 0 -1 64 430 0 0 0 4 0 0 0 16 0 8 0 155703531 937431040 9675 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20989] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 20767 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703531 937431040 9675 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20990] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20990/stat : 20990 (java) S 20984 20986 20767 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155703531 937431040 9675 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20991] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20991/stat : 20991 (java) S 20984 20986 20767 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155703535 937431040 9675 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20992] ppid=20984 vsize=915460 CPUtime=0.21
/proc/20986/task/20992/stat : 20992 (java) S 20984 20986 20767 0 -1 64 381 0 0 0 21 0 0 0 15 0 8 0 155703535 937431040 9675 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20993] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20993/stat : 20993 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155703535 937431040 9675 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20994] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20994/stat : 20994 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703535 937431040 9675 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915460

[startup+2.97013 s]
/proc/loadavg: 1.83 1.96 1.92 3/100 20994
/proc/meminfo: memFree=1010592/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=915460 CPUtime=2.91
/proc/20986/stat : 20986 (java) R 20984 20986 20767 0 -1 0 9953 0 1 0 285 6 0 0 25 0 8 0 155703526 937431040 9690 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073825155 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20986/statm: 228865 9690 2513 14 0 215335 0
[pid=20986/tid=20988] ppid=20984 vsize=915460 CPUtime=0.04
/proc/20986/task/20988/stat : 20988 (java) S 20984 20986 20767 0 -1 64 430 0 0 0 4 0 0 0 17 0 8 0 155703531 937431040 9690 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20989] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 20767 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703531 937431040 9690 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20990] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20990/stat : 20990 (java) S 20984 20986 20767 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155703531 937431040 9690 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20991] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20991/stat : 20991 (java) S 20984 20986 20767 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155703535 937431040 9690 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20992] ppid=20984 vsize=915460 CPUtime=0.25
/proc/20986/task/20992/stat : 20992 (java) S 20984 20986 20767 0 -1 64 397 0 0 0 24 1 0 0 15 0 8 0 155703535 937431040 9690 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20993] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20993/stat : 20993 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155703535 937431040 9690 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20994] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20994/stat : 20994 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703535 937431040 9690 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915460

[startup+6.25944 s]
/proc/loadavg: 1.84 1.96 1.92 3/100 20994
/proc/meminfo: memFree=1010528/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=915460 CPUtime=6.17
/proc/20986/stat : 20986 (java) R 20984 20986 20767 0 -1 0 9955 0 1 0 611 6 0 0 25 0 8 0 155703526 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073816382 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20986/statm: 228865 9691 2513 14 0 215335 0
[pid=20986/tid=20988] ppid=20984 vsize=915460 CPUtime=0.04
/proc/20986/task/20988/stat : 20988 (java) S 20984 20986 20767 0 -1 64 430 0 0 0 4 0 0 0 16 0 8 0 155703531 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20989] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 20767 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703531 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20990] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20990/stat : 20990 (java) S 20984 20986 20767 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155703531 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20991] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20991/stat : 20991 (java) S 20984 20986 20767 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155703535 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20992] ppid=20984 vsize=915460 CPUtime=0.25
/proc/20986/task/20992/stat : 20992 (java) S 20984 20986 20767 0 -1 64 398 0 0 0 24 1 0 0 15 0 8 0 155703535 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20993] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20993/stat : 20993 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155703535 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20994] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20994/stat : 20994 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703535 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915460

[startup+12.7401 s]
/proc/loadavg: 1.86 1.96 1.92 3/100 20994
/proc/meminfo: memFree=1010528/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=915460 CPUtime=12.59
/proc/20986/stat : 20986 (java) R 20984 20986 20767 0 -1 0 9955 0 1 0 1253 6 0 0 25 0 8 0 155703526 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073813257 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20986/statm: 228865 9691 2513 14 0 215335 0
[pid=20986/tid=20988] ppid=20984 vsize=915460 CPUtime=0.04
/proc/20986/task/20988/stat : 20988 (java) S 20984 20986 20767 0 -1 64 430 0 0 0 4 0 0 0 16 0 8 0 155703531 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20989] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 20767 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703531 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20990] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20990/stat : 20990 (java) S 20984 20986 20767 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155703531 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20991] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20991/stat : 20991 (java) S 20984 20986 20767 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155703535 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20992] ppid=20984 vsize=915460 CPUtime=0.25
/proc/20986/task/20992/stat : 20992 (java) S 20984 20986 20767 0 -1 64 398 0 0 0 24 1 0 0 15 0 8 0 155703535 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20993] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20993/stat : 20993 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155703535 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20994] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20994/stat : 20994 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703535 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 915460

[startup+25.6094 s]
/proc/loadavg: 1.89 1.96 1.92 3/100 20994
/proc/meminfo: memFree=1010592/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=915460 CPUtime=25.34
/proc/20986/stat : 20986 (java) R 20984 20986 20767 0 -1 0 9955 0 1 0 2528 6 0 0 25 0 8 0 155703526 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073849084 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20986/statm: 228865 9691 2513 14 0 215335 0
[pid=20986/tid=20988] ppid=20984 vsize=915460 CPUtime=0.04
/proc/20986/task/20988/stat : 20988 (java) S 20984 20986 20767 0 -1 64 430 0 0 0 4 0 0 0 16 0 8 0 155703531 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20989] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 20767 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703531 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20990] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20990/stat : 20990 (java) S 20984 20986 20767 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155703531 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20991] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20991/stat : 20991 (java) S 20984 20986 20767 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155703535 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20992] ppid=20984 vsize=915460 CPUtime=0.25
/proc/20986/task/20992/stat : 20992 (java) S 20984 20986 20767 0 -1 64 398 0 0 0 24 1 0 0 15 0 8 0 155703535 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20993] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20993/stat : 20993 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155703535 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20994] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20994/stat : 20994 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703535 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 915460

[startup+51.2258 s]
/proc/loadavg: 1.92 1.96 1.92 3/100 20994
/proc/meminfo: memFree=1010656/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=915460 CPUtime=50.72
/proc/20986/stat : 20986 (java) R 20984 20986 20767 0 -1 0 9955 0 1 0 5066 6 0 0 25 0 8 0 155703526 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073839685 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20986/statm: 228865 9691 2513 14 0 215335 0
[pid=20986/tid=20988] ppid=20984 vsize=915460 CPUtime=0.04
/proc/20986/task/20988/stat : 20988 (java) S 20984 20986 20767 0 -1 64 430 0 0 0 4 0 0 0 16 0 8 0 155703531 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20989] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 20767 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703531 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20990] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20990/stat : 20990 (java) S 20984 20986 20767 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155703531 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20991] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20991/stat : 20991 (java) S 20984 20986 20767 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155703535 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20992] ppid=20984 vsize=915460 CPUtime=0.25
/proc/20986/task/20992/stat : 20992 (java) S 20984 20986 20767 0 -1 64 398 0 0 0 24 1 0 0 15 0 8 0 155703535 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20993] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20993/stat : 20993 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155703535 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20994] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20994/stat : 20994 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703535 937431040 9691 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915460

[startup+102.445 s]
/proc/loadavg: 1.97 1.97 1.92 3/100 20994
/proc/meminfo: memFree=1010720/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=915460 CPUtime=101.48
/proc/20986/stat : 20986 (java) R 20984 20986 20767 0 -1 0 9958 0 1 0 10141 7 0 0 25 0 8 0 155703526 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073835686 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20986/statm: 228865 9693 2513 14 0 215335 0
[pid=20986/tid=20988] ppid=20984 vsize=915460 CPUtime=0.04
/proc/20986/task/20988/stat : 20988 (java) S 20984 20986 20767 0 -1 64 430 0 0 0 4 0 0 0 16 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20989] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 20767 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20990] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20990/stat : 20990 (java) S 20984 20986 20767 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20991] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20991/stat : 20991 (java) S 20984 20986 20767 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20992] ppid=20984 vsize=915460 CPUtime=0.26
/proc/20986/task/20992/stat : 20992 (java) S 20984 20986 20767 0 -1 64 400 0 0 0 25 1 0 0 16 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20993] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20993/stat : 20993 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20994] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20994/stat : 20994 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 915460

[startup+162.513 s]
/proc/loadavg: 1.99 1.97 1.92 3/100 20994
/proc/meminfo: memFree=1010720/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=915460 CPUtime=160.99
/proc/20986/stat : 20986 (java) R 20984 20986 20767 0 -1 0 9958 0 1 0 16092 7 0 0 25 0 8 0 155703526 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073850555 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1484.07 s]
/proc/loadavg: 2.00 2.01 1.95 3/100 21193
/proc/meminfo: memFree=1010336/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=915460 CPUtime=1470.31
/proc/20986/stat : 20986 (java) R 20984 20986 20767 0 -1 0 9959 0 1 0 147014 17 0 0 25 0 8 0 155703526 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073826209 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20986/statm: 228865 9693 2513 14 0 215335 0
[pid=20986/tid=20988] ppid=20984 vsize=915460 CPUtime=0.04
/proc/20986/task/20988/stat : 20988 (java) S 20984 20986 20767 0 -1 64 430 0 0 0 4 0 0 0 16 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20989] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 20767 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20990] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20990/stat : 20990 (java) S 20984 20986 20767 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20991] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20991/stat : 20991 (java) S 20984 20986 20767 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20992] ppid=20984 vsize=915460 CPUtime=0.26
/proc/20986/task/20992/stat : 20992 (java) S 20984 20986 20767 0 -1 64 400 0 0 0 25 1 0 0 16 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20993] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20993/stat : 20993 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20994] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20994/stat : 20994 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.31
Current children cumulated vsize (KiB) 915460

[startup+1544.14 s]
/proc/loadavg: 2.00 2.00 1.95 3/100 21193
/proc/meminfo: memFree=1010464/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=915460 CPUtime=1529.83
/proc/20986/stat : 20986 (java) R 20984 20986 20767 0 -1 0 9959 0 1 0 152966 17 0 0 25 0 8 0 155703526 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073816667 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20986/statm: 228865 9693 2513 14 0 215335 0
[pid=20986/tid=20988] ppid=20984 vsize=915460 CPUtime=0.04
/proc/20986/task/20988/stat : 20988 (java) S 20984 20986 20767 0 -1 64 430 0 0 0 4 0 0 0 16 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20989] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 20767 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20990] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20990/stat : 20990 (java) S 20984 20986 20767 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20991] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20991/stat : 20991 (java) S 20984 20986 20767 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20992] ppid=20984 vsize=915460 CPUtime=0.26
/proc/20986/task/20992/stat : 20992 (java) S 20984 20986 20767 0 -1 64 400 0 0 0 25 1 0 0 16 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20993] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20993/stat : 20993 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20994] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20994/stat : 20994 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.83
Current children cumulated vsize (KiB) 915460

[startup+1604.2 s]
/proc/loadavg: 2.00 2.00 1.95 3/100 21193
/proc/meminfo: memFree=1010400/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=915460 CPUtime=1589.34
/proc/20986/stat : 20986 (java) R 20984 20986 20767 0 -1 0 9959 0 1 0 158917 17 0 0 25 0 8 0 155703526 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073844640 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20986/statm: 228865 9693 2513 14 0 215335 0
[pid=20986/tid=20988] ppid=20984 vsize=915460 CPUtime=0.04
/proc/20986/task/20988/stat : 20988 (java) S 20984 20986 20767 0 -1 64 430 0 0 0 4 0 0 0 16 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20989] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 20767 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20990] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20990/stat : 20990 (java) S 20984 20986 20767 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20991] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20991/stat : 20991 (java) S 20984 20986 20767 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20992] ppid=20984 vsize=915460 CPUtime=0.26
/proc/20986/task/20992/stat : 20992 (java) S 20984 20986 20767 0 -1 64 400 0 0 0 25 1 0 0 16 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20993] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20993/stat : 20993 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20994] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20994/stat : 20994 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.34
Current children cumulated vsize (KiB) 915460

[startup+1664.27 s]
/proc/loadavg: 2.06 2.01 1.96 3/100 21193
/proc/meminfo: memFree=1010464/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=915460 CPUtime=1648.87
/proc/20986/stat : 20986 (java) R 20984 20986 20767 0 -1 0 9959 0 1 0 164869 18 0 0 25 0 8 0 155703526 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073869961 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20986/statm: 228865 9693 2513 14 0 215335 0
[pid=20986/tid=20988] ppid=20984 vsize=915460 CPUtime=0.04
/proc/20986/task/20988/stat : 20988 (java) S 20984 20986 20767 0 -1 64 430 0 0 0 4 0 0 0 16 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20989] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 20767 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20990] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20990/stat : 20990 (java) S 20984 20986 20767 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20991] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20991/stat : 20991 (java) S 20984 20986 20767 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20992] ppid=20984 vsize=915460 CPUtime=0.26
/proc/20986/task/20992/stat : 20992 (java) S 20984 20986 20767 0 -1 64 400 0 0 0 25 1 0 0 16 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20993] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20993/stat : 20993 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20994] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20994/stat : 20994 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.87
Current children cumulated vsize (KiB) 915460

[startup+1724.34 s]
/proc/loadavg: 2.09 2.03 1.96 3/100 21251
/proc/meminfo: memFree=1076384/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=915460 CPUtime=1708.47
/proc/20986/stat : 20986 (java) R 20984 20986 20767 0 -1 0 9959 0 1 0 170827 20 0 0 25 0 8 0 155703526 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073825155 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20986/statm: 228865 9693 2513 14 0 215335 0
[pid=20986/tid=20988] ppid=20984 vsize=915460 CPUtime=0.04
/proc/20986/task/20988/stat : 20988 (java) S 20984 20986 20767 0 -1 64 430 0 0 0 4 0 0 0 16 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20989] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 20767 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20990] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20990/stat : 20990 (java) S 20984 20986 20767 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20991] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20991/stat : 20991 (java) S 20984 20986 20767 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20992] ppid=20984 vsize=915460 CPUtime=0.26
/proc/20986/task/20992/stat : 20992 (java) S 20984 20986 20767 0 -1 64 400 0 0 0 25 1 0 0 16 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20993] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20993/stat : 20993 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20994] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20994/stat : 20994 (java) R 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.47
Current children cumulated vsize (KiB) 915460

[startup+1784.44 s]
/proc/loadavg: 1.81 1.97 1.95 2/88 21262
/proc/meminfo: memFree=1136192/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=915460 CPUtime=1768.5
/proc/20986/stat : 20986 (java) R 20984 20986 20767 0 -1 0 9959 0 1 0 176830 20 0 0 25 0 8 0 155703526 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073918170 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20986/statm: 228865 9693 2513 14 0 215335 0
[pid=20986/tid=20988] ppid=20984 vsize=915460 CPUtime=0.04
/proc/20986/task/20988/stat : 20988 (java) S 20984 20986 20767 0 -1 64 430 0 0 0 4 0 0 0 16 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20989] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 20767 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20990] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20990/stat : 20990 (java) S 20984 20986 20767 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20991] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20991/stat : 20991 (java) S 20984 20986 20767 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20992] ppid=20984 vsize=915460 CPUtime=0.26
/proc/20986/task/20992/stat : 20992 (java) S 20984 20986 20767 0 -1 64 400 0 0 0 25 1 0 0 16 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20993] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20993/stat : 20993 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20994] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20994/stat : 20994 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.5
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.01 s]
/proc/loadavg: 1.63 1.91 1.92 3/100 21363
/proc/meminfo: memFree=1062432/2055920 swapFree=4192812/4192956
[pid=20986] ppid=20984 vsize=915460 CPUtime=1800.02
/proc/20986/stat : 20986 (java) R 20984 20986 20767 0 -1 0 9959 0 1 0 179981 21 0 0 25 0 8 0 155703526 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073839685 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20986/statm: 228865 9693 2513 14 0 215335 0
[pid=20986/tid=20988] ppid=20984 vsize=915460 CPUtime=0.04
/proc/20986/task/20988/stat : 20988 (java) S 20984 20986 20767 0 -1 64 430 0 0 0 4 0 0 0 16 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20989] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20989/stat : 20989 (java) S 20984 20986 20767 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20990] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20990/stat : 20990 (java) S 20984 20986 20767 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155703531 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20991] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20991/stat : 20991 (java) S 20984 20986 20767 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20992] ppid=20984 vsize=915460 CPUtime=0.26
/proc/20986/task/20992/stat : 20992 (java) S 20984 20986 20767 0 -1 64 400 0 0 0 25 1 0 0 16 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20993] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20993/stat : 20993 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20986/tid=20994] ppid=20984 vsize=915460 CPUtime=0
/proc/20986/task/20994/stat : 20994 (java) S 20984 20986 20767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155703535 937431040 9693 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1816.05
CPU time (s): 1800.05
CPU user time (s): 1799.83
CPU system time (s): 0.226965
CPU usage (%): 99.1192
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.226965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9977
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= 37859
involuntary context switches= 117780

runsolver used 1.85272 s user time and 6.17906 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Jan  6 08:44:48 UTC 2007


IDJOB= 203501
IDBENCH= 3966
FILE ID= node18/203501-1168073088

PBS_JOBID= 3475734

Free space on /tmp= 66280 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb53-24/frb53-24-1-mgd_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203501-1168073088/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-203501-1168073088 -o ROOT/results/node18/solver-203501-1168073088 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203501-1168073088/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2fd3b6f447fd401342c7ac8d343819c5

RANDOM SEED= 582142089

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.231
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.231
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:       1040120 kB
Buffers:         68912 kB
Cached:         668004 kB
SwapCached:          0 kB
Active:         526224 kB
Inactive:       391032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1040120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2248 kB
Writeback:           0 kB
Mapped:         209368 kB
Slab:            83244 kB
Committed_AS:  4755088 kB
PageTables:       2356 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= 66285 MiB



End job on node18 on Sat Jan  6 09:15:10 UTC 2007