Trace number 200085

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.05 1815.37

General information on the benchmark

Namefrb/frb56-25/
frb56-25-5-mgd_ext.xml
MD5SUM35b69788704e417eae5badf072d5a6d4
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 variables56
Number of constraints512
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension512
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/200085-1168140609/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=56  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.41	       =>  wckTime=0.104  cpuTime=0.08  mem=6M951
0.41	   
0.41	   relations being loaded...
0.58	   
0.58	   constraints being loaded...
0.74	     nbConstraints=512  nbRelationTypes=512  nbExtensionStructures=512  nbSharedExtensionStructures=0
0.74	     nbConflictsStructures=512  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=992  maxDegree=25
0.74	     maxArity=2
0.74	       =>  wckTime=0.433  cpuTime=0.32  mem=20M653
0.79	   
0.79	   solver IterativeSystematicSolver being built... 
0.95	       =>  wckTime=0.644  cpuTime=0.46  mem=15M842
1.02	   
1.02	   preprocessing
1.02	     nbConstraintChecks=136487  nbPropagations=1328  nbRevisions=11409  nbUselessRevisions=9831  nbSingletonTests=66
1.02	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
1.02	       =>  wckTime=0.063  cpuTime=0.04  mem=15M842
1.06	   
1.06	   search
1.06	     run=0  nbConstraintChecks=64449  nbPropagations=2022  nbRevisions=20460  nbUselessRevisions=17239  nbAssignments=38
1.06	     nbFailedAssignments=13  nbBacktracks=12  nbVisitedNodes=58  nbRestartNogoods=0  mapSize=11  nbInferences=0
1.06	     nbTooLargeKeys=0
1.06	       =>  wckTime=0.107  cpuTime=0.07  mem=15M842
1.10	   
1.10	   search
1.10	     run=1  nbConstraintChecks=288295  nbPropagations=6261  nbRevisions=63879  nbUselessRevisions=54050
1.10	     nbAssignments=148  nbFailedAssignments=23  nbBacktracks=28  nbVisitedNodes=116  nbRestartNogoods=5  mapSize=25
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.145  cpuTime=0.1  mem=15M842
1.12	   
1.12	   search
1.12	     run=2  nbConstraintChecks=383818  nbPropagations=11575  nbRevisions=122721  nbUselessRevisions=103621
1.12	     nbAssignments=198  nbFailedAssignments=40  nbBacktracks=51  nbVisitedNodes=196  nbRestartNogoods=7  mapSize=46
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.164  cpuTime=0.12  mem=15M842
1.15	   
1.15	   search
1.15	     run=3  nbConstraintChecks=510320  nbPropagations=18308  nbRevisions=202322  nbUselessRevisions=170463
1.15	     nbAssignments=262  nbFailedAssignments=59  nbBacktracks=85  nbVisitedNodes=296  nbRestartNogoods=8  mapSize=71
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.197  cpuTime=0.14  mem=15M842
1.19	   
1.19	   search
1.19	     run=4  nbConstraintChecks=684590  nbPropagations=26968  nbRevisions=310650  nbUselessRevisions=261031
1.19	     nbAssignments=350  nbFailedAssignments=84  nbBacktracks=136  nbVisitedNodes=438  nbRestartNogoods=13  mapSize=108
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.23  cpuTime=0.18  mem=15M842
1.24	   
1.24	   search
1.24	     run=5  nbConstraintChecks=984107  nbPropagations=38843  nbRevisions=462268  nbUselessRevisions=386877
1.24	     nbAssignments=499  nbFailedAssignments=122  nbBacktracks=213  nbVisitedNodes=637  nbRestartNogoods=17  mapSize=164
1.24	     nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.283  cpuTime=0.23  mem=15M842
1.30	   
1.30	   search
1.30	     run=6  nbConstraintChecks=1347656  nbPropagations=54728  nbRevisions=675729  nbUselessRevisions=563541
1.30	     nbAssignments=701  nbFailedAssignments=201  nbBacktracks=326  nbVisitedNodes=968  nbRestartNogoods=21  mapSize=254
1.30	     nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.348  cpuTime=0.29  mem=15M842
1.40	   
1.40	   search
1.40	     run=7  nbConstraintChecks=1943770  nbPropagations=76643  nbRevisions=983643  nbUselessRevisions=817909
1.40	     nbAssignments=997  nbFailedAssignments=316  nbBacktracks=496  nbVisitedNodes=1481  nbRestartNogoods=25  mapSize=398
1.40	     nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.443  cpuTime=0.38  mem=15M842
1.55	   
1.55	   search
1.55	     run=8  nbConstraintChecks=2784087  nbPropagations=108141  nbRevisions=1436990  nbUselessRevisions=1190854
1.55	     nbAssignments=1439  nbFailedAssignments=490  nbBacktracks=752  nbVisitedNodes=2237  nbRestartNogoods=31
1.55	     mapSize=617  nbInferences=0  nbTooLargeKeys=0
1.55	       =>  wckTime=0.591  cpuTime=0.52  mem=16M817
1.76	   
1.76	   search
1.76	     run=9  nbConstraintChecks=4128196  nbPropagations=154168  nbRevisions=2118731  nbUselessRevisions=1751716
1.76	     nbAssignments=2105  nbFailedAssignments=758  nbBacktracks=1136  nbVisitedNodes=3400  nbRestartNogoods=37
1.76	     mapSize=964  nbInferences=0  nbTooLargeKeys=0
1.76	       =>  wckTime=0.802  cpuTime=0.72  mem=16M817
1.80	   
1.80	   INFO : Stopping hyperNogood (mapSize=1017, nbTooLargekeys=0, mem=16M817)
2.03	   
2.03	   search
2.03	     run=10  nbConstraintChecks=5991688  nbPropagations=219651  nbRevisions=3106475  nbUselessRevisions=2562805
2.03	     nbAssignments=3039  nbFailedAssignments=1106  nbBacktracks=1713  nbVisitedNodes=4986  nbRestartNogoods=43
2.03	       =>  wckTime=1.077  cpuTime=0.98  mem=16M817
2.40	   
2.40	   search
2.40	     run=11  nbConstraintChecks=8474872  nbPropagations=312903  nbRevisions=4518291  nbUselessRevisions=3720310
2.40	     nbAssignments=4382  nbFailedAssignments=1580  nbBacktracks=2577  nbVisitedNodes=7239  nbRestartNogoods=49
2.40	       =>  wckTime=1.446  cpuTime=1.34  mem=16M817
3.01	   
3.01	   search
3.01	     run=12  nbConstraintChecks=12721139  nbPropagations=452421  nbRevisions=6656719  nbUselessRevisions=5471987
3.01	     nbAssignments=6576  nbFailedAssignments=2464  nbBacktracks=3877  nbVisitedNodes=11033  nbRestartNogoods=50
3.01	       =>  wckTime=2.05  cpuTime=1.94  mem=16M817
3.90	   
3.90	   search
3.90	     run=13  nbConstraintChecks=18793557  nbPropagations=658713  nbRevisions=9849361  nbUselessRevisions=8087767
3.90	     nbAssignments=9751  nbFailedAssignments=3680  nbBacktracks=5825  nbVisitedNodes=16470  nbRestartNogoods=58
3.90	       =>  wckTime=2.941  cpuTime=2.81  mem=16M817
5.09	   
5.09	   search
5.09	     run=14  nbConstraintChecks=26775804  nbPropagations=961960  nbRevisions=14532569  nbUselessRevisions=11930331
5.09	     nbAssignments=14546  nbFailedAssignments=5542  nbBacktracks=8746  nbVisitedNodes=24687  nbRestartNogoods=68
5.09	       =>  wckTime=4.135  cpuTime=4.0  mem=16M817
7.07	   
7.07	   search
7.07	     run=15  nbConstraintChecks=40405405  nbPropagations=1419833  nbRevisions=21592527  nbUselessRevisions=17718557
7.07	     nbAssignments=21807  nbFailedAssignments=8413  nbBacktracks=13124  nbVisitedNodes=37128  nbRestartNogoods=77
7.07	       =>  wckTime=6.116  cpuTime=5.95  mem=16M817
9.99	   
9.99	   search
9.99	     run=16  nbConstraintChecks=60189889  nbPropagations=2098000  nbRevisions=32080641  nbUselessRevisions=26314386
10.00	     nbAssignments=32367  nbFailedAssignments=12394  nbBacktracks=19692  nbVisitedNodes=55074  nbRestartNogoods=92
10.00	       =>  wckTime=9.038  cpuTime=8.83  mem=16M817
14.25	   
14.25	   search
14.25	     run=17  nbConstraintChecks=88644541  nbPropagations=3109192  nbRevisions=47746921  nbUselessRevisions=39166646
14.25	     nbAssignments=48646  nbFailedAssignments=18807  nbBacktracks=29546  nbVisitedNodes=83069  nbRestartNogoods=97
14.25	       =>  wckTime=13.292  cpuTime=13.04  mem=16M817
20.75	   
20.75	   search
20.75	     run=18  nbConstraintChecks=133051096  nbPropagations=4618679  nbRevisions=71383018  nbUselessRevisions=58587620
20.75	     nbAssignments=72816  nbFailedAssignments=28189  nbBacktracks=44324  nbVisitedNodes=124497  nbRestartNogoods=107
20.75	       =>  wckTime=19.792  cpuTime=19.48  mem=16M817
31.00	   
31.00	   search
31.00	     run=19  nbConstraintChecks=203839659  nbPropagations=6923102  nbRevisions=107608045  nbUselessRevisions=88363736
31.00	     nbAssignments=109703  nbFailedAssignments=42897  nbBacktracks=66494  nbVisitedNodes=188538  nbRestartNogoods=118
31.00	       =>  wckTime=30.043  cpuTime=29.63  mem=16M817
45.21	   
45.21	   search
45.21	     run=20  nbConstraintChecks=298316806  nbPropagations=10344349  nbRevisions=161478139  nbUselessRevisions=132701225
45.21	     nbAssignments=164038  nbFailedAssignments=63968  nbBacktracks=99747  nbVisitedNodes=281738  nbRestartNogoods=129
45.21	       =>  wckTime=44.254  cpuTime=43.71  mem=16M817
67.94	   
67.94	   search
67.94	     run=21  nbConstraintChecks=458967134  nbPropagations=15526162  nbRevisions=242455037  nbUselessRevisions=199190866
67.94	     nbAssignments=245548  nbFailedAssignments=95589  nbBacktracks=149627  nbVisitedNodes=421736  nbRestartNogoods=135
67.94	       =>  wckTime=66.987  cpuTime=66.19  mem=16M817
101.12	   
101.12	   search
101.12	     run=22  nbConstraintChecks=683705647  nbPropagations=23257256  nbRevisions=364530101  nbUselessRevisions=299665615
101.12	     nbAssignments=367890  nbFailedAssignments=143101  nbBacktracks=224447  nbVisitedNodes=631796  nbRestartNogoods=145
101.12	       =>  wckTime=100.159  cpuTime=99.03  mem=16M817
150.10	   
150.10	   search
150.10	     run=23  nbConstraintChecks=1022267621  nbPropagations=34766297  nbRevisions=545110134  nbUselessRevisions=447961381
150.10	     nbAssignments=547611  nbFailedAssignments=210578  nbBacktracks=336680  nbVisitedNodes=938297  nbRestartNogoods=156
150.10	       =>  wckTime=149.145  cpuTime=147.54  mem=16M817
222.88	   
222.88	   search
222.88	     run=24  nbConstraintChecks=1506976897  nbPropagations=51964552  nbRevisions=815120689  nbUselessRevisions=669954109
222.88	     nbAssignments=822309  nbFailedAssignments=316921  nbBacktracks=505023  nbVisitedNodes=1409693  nbRestartNogoods=167
222.88	       =>  wckTime=221.927  cpuTime=219.62  mem=16M817
332.91	   
332.91	   search
332.91	     run=25  nbConstraintChecks=2274712918  nbPropagations=77696139  nbRevisions=1216307244
332.91	     nbUselessRevisions=999145549  nbAssignments=1226839  nbFailedAssignments=468927  nbBacktracks=757536
332.91	     nbVisitedNodes=2097806  nbRestartNogoods=183
332.91	       =>  wckTime=331.952  cpuTime=328.52  mem=16M817
497.68	   
497.68	   search
497.68	     run=26  nbConstraintChecks=3401443268  nbPropagations=116043936  nbRevisions=1816165366
497.68	     nbUselessRevisions=1491701069  nbAssignments=1828809  nbFailedAssignments=692117  nbBacktracks=1136306
497.68	     nbVisitedNodes=3120621  nbRestartNogoods=197
497.68	       =>  wckTime=496.721  cpuTime=491.67  mem=16M817
743.78	   
743.79	   search
743.79	     run=27  nbConstraintChecks=5077955428  nbPropagations=173365689  nbRevisions=2714752715
743.79	     nbUselessRevisions=2230170973  nbAssignments=2740273  nbFailedAssignments=1035417  nbBacktracks=1704457
743.79	     nbVisitedNodes=4677816  nbRestartNogoods=205
743.79	       =>  wckTime=742.823  cpuTime=735.3  mem=16M817
1133.74	   
1133.74	   search
1133.74	     run=28  nbConstraintChecks=7788015579  nbPropagations=260899541  nbRevisions=4089585039
1133.74	     nbUselessRevisions=3359919912  nbAssignments=4144121  nbFailedAssignments=1587030  nbBacktracks=2556684
1133.74	     nbVisitedNodes=7099468  nbRestartNogoods=222
1133.74	       =>  wckTime=1132.78  cpuTime=1121.4  mem=16M817
1688.10	   
1688.10	   search
1688.10	     run=29  nbConstraintChecks=11602312940  nbPropagations=391784976  nbRevisions=6154434691
1688.10	     nbUselessRevisions=5058501650  nbAssignments=6206948  nbFailedAssignments=2371504  nbBacktracks=3835025
1688.10	     nbVisitedNodes=10629856  nbRestartNogoods=234
1688.10	       =>  wckTime=1687.146  cpuTime=1672.43  mem=16M817

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/node21/watcher-200085-1168140609 -o ROOT/results/node21/solver-200085-1168140609 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/200085-1168140609/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: 2.77 3.03 2.25 5/94 6201
/proc/meminfo: memFree=1157272/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=18540 CPUtime=0
/proc/6200/stat : 6200 (runsolver) R 6198 6200 3293 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 162455470 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 221236489511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/6200/statm: 4635 279 244 17 0 2626 0

[startup+0.103648 s]
/proc/loadavg: 2.77 3.03 2.25 5/94 6201
/proc/meminfo: memFree=1157272/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=914988 CPUtime=0.08
/proc/6200/stat : 6200 (java) R 6198 6200 3293 0 -1 0 2988 0 1 0 7 1 0 0 25 0 8 0 162455470 936947712 2734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6200/statm: 228747 2734 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.51472 s]
/proc/loadavg: 2.77 3.03 2.25 5/94 6201
/proc/meminfo: memFree=1157272/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=915328 CPUtime=0.48
/proc/6200/stat : 6200 (java) R 6198 6200 3293 0 -1 0 7213 0 1 0 44 4 0 0 25 0 8 0 162455470 937295872 6952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153648304 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6200/statm: 228832 6952 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.34187 s]
/proc/loadavg: 2.77 3.03 2.25 4/101 6208
/proc/meminfo: memFree=1126176/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=915556 CPUtime=1.3
/proc/6200/stat : 6200 (java) R 6198 6200 3293 0 -1 0 10478 0 1 0 122 8 0 0 25 0 8 0 162455470 937529344 10216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073852597 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6200/statm: 228889 10216 2524 14 0 215359 0
[pid=6200/tid=6202] ppid=6198 vsize=915556 CPUtime=0.03
/proc/6200/task/6202/stat : 6202 (java) S 6198 6200 3293 0 -1 64 493 0 0 0 3 0 0 0 16 0 8 0 162455475 937529344 10216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6203] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6203/stat : 6203 (java) S 6198 6200 3293 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162455475 937529344 10216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6204] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6204/stat : 6204 (java) S 6198 6200 3293 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162455475 937529344 10216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6205] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6205/stat : 6205 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162455478 937529344 10216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6206] ppid=6198 vsize=915556 CPUtime=0.22
/proc/6200/task/6206/stat : 6206 (java) S 6198 6200 3293 0 -1 64 387 0 0 0 21 1 0 0 15 0 8 0 162455478 937529344 10216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6207] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6207/stat : 6207 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162455478 937529344 10216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6208] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6208/stat : 6208 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162455478 937529344 10216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915556

[startup+2.97918 s]
/proc/loadavg: 2.71 3.01 2.25 3/101 6208
/proc/meminfo: memFree=1126048/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=915556 CPUtime=2.92
/proc/6200/stat : 6200 (java) R 6198 6200 3293 0 -1 0 10496 0 1 0 284 8 0 0 25 0 8 0 162455470 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073853424 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6200/statm: 228889 10233 2524 14 0 215359 0
[pid=6200/tid=6202] ppid=6198 vsize=915556 CPUtime=0.03
/proc/6200/task/6202/stat : 6202 (java) S 6198 6200 3293 0 -1 64 493 0 0 0 3 0 0 0 17 0 8 0 162455475 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6203] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6203/stat : 6203 (java) S 6198 6200 3293 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162455475 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6204] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6204/stat : 6204 (java) S 6198 6200 3293 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162455475 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6205] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6205/stat : 6205 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162455478 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6206] ppid=6198 vsize=915556 CPUtime=0.26
/proc/6200/task/6206/stat : 6206 (java) S 6198 6200 3293 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 162455478 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6207] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6207/stat : 6207 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162455478 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6208] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6208/stat : 6208 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162455478 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915556

[startup+6.27482 s]
/proc/loadavg: 2.71 3.01 2.25 3/101 6208
/proc/meminfo: memFree=1125984/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=915556 CPUtime=6.18
/proc/6200/stat : 6200 (java) R 6198 6200 3293 0 -1 0 10497 0 1 0 610 8 0 0 25 0 8 0 162455470 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6200/statm: 228889 10233 2524 14 0 215359 0
[pid=6200/tid=6202] ppid=6198 vsize=915556 CPUtime=0.03
/proc/6200/task/6202/stat : 6202 (java) S 6198 6200 3293 0 -1 64 493 0 0 0 3 0 0 0 16 0 8 0 162455475 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6203] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6203/stat : 6203 (java) S 6198 6200 3293 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162455475 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6204] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6204/stat : 6204 (java) S 6198 6200 3293 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162455475 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6205] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6205/stat : 6205 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162455478 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6206] ppid=6198 vsize=915556 CPUtime=0.26
/proc/6200/task/6206/stat : 6206 (java) S 6198 6200 3293 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 162455478 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6207] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6207/stat : 6207 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162455478 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6208] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6208/stat : 6208 (java) R 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162455478 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915556

[startup+12.749 s]
/proc/loadavg: 2.68 2.99 2.26 3/101 6208
/proc/meminfo: memFree=1126000/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=915556 CPUtime=12.56
/proc/6200/stat : 6200 (java) R 6198 6200 3293 0 -1 0 10497 0 1 0 1248 8 0 0 25 0 8 0 162455470 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073882186 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6200/statm: 228889 10233 2524 14 0 215359 0
[pid=6200/tid=6202] ppid=6198 vsize=915556 CPUtime=0.03
/proc/6200/task/6202/stat : 6202 (java) S 6198 6200 3293 0 -1 64 493 0 0 0 3 0 0 0 16 0 8 0 162455475 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6203] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6203/stat : 6203 (java) S 6198 6200 3293 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162455475 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6204] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6204/stat : 6204 (java) S 6198 6200 3293 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162455475 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6205] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6205/stat : 6205 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162455478 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6206] ppid=6198 vsize=915556 CPUtime=0.26
/proc/6200/task/6206/stat : 6206 (java) S 6198 6200 3293 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 162455478 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6207] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6207/stat : 6207 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162455478 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6208] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6208/stat : 6208 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162455478 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 915556

[startup+25.6025 s]
/proc/loadavg: 2.73 2.99 2.26 3/101 6208
/proc/meminfo: memFree=1126128/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=915556 CPUtime=25.3
/proc/6200/stat : 6200 (java) R 6198 6200 3293 0 -1 0 10498 0 1 0 2522 8 0 0 25 0 8 0 162455470 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073875474 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6200/statm: 228889 10233 2524 14 0 215359 0
[pid=6200/tid=6202] ppid=6198 vsize=915556 CPUtime=0.03
/proc/6200/task/6202/stat : 6202 (java) S 6198 6200 3293 0 -1 64 493 0 0 0 3 0 0 0 16 0 8 0 162455475 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6203] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6203/stat : 6203 (java) S 6198 6200 3293 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162455475 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6204] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6204/stat : 6204 (java) S 6198 6200 3293 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162455475 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6205] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6205/stat : 6205 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162455478 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6206] ppid=6198 vsize=915556 CPUtime=0.26
/proc/6200/task/6206/stat : 6206 (java) S 6198 6200 3293 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 162455478 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6207] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6207/stat : 6207 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162455478 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6208] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6208/stat : 6208 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162455478 937529344 10233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 915556

[startup+51.2103 s]
/proc/loadavg: 2.60 2.94 2.27 3/101 6208
/proc/meminfo: memFree=1126128/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=915556 CPUtime=50.65
/proc/6200/stat : 6200 (java) R 6198 6200 3293 0 -1 0 10499 0 1 0 5057 8 0 0 25 0 8 0 162455470 937529344 10234 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073852512 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6200/statm: 228889 10234 2524 14 0 215359 0
[pid=6200/tid=6202] ppid=6198 vsize=915556 CPUtime=0.03
/proc/6200/task/6202/stat : 6202 (java) S 6198 6200 3293 0 -1 64 493 0 0 0 3 0 0 0 16 0 8 0 162455475 937529344 10234 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6203] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6203/stat : 6203 (java) S 6198 6200 3293 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162455475 937529344 10234 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6204] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6204/stat : 6204 (java) S 6198 6200 3293 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162455475 937529344 10234 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6205] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6205/stat : 6205 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162455478 937529344 10234 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6206] ppid=6198 vsize=915556 CPUtime=0.26
/proc/6200/task/6206/stat : 6206 (java) S 6198 6200 3293 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 162455478 937529344 10234 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6207] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6207/stat : 6207 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162455478 937529344 10234 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6208] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6208/stat : 6208 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162455478 937529344 10234 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 915556

[startup+102.422 s]
/proc/loadavg: 2.26 2.80 2.25 3/101 6208
/proc/meminfo: memFree=1126128/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=915556 CPUtime=101.35
/proc/6200/stat : 6200 (java) R 6198 6200 3293 0 -1 0 10500 0 1 0 10126 9 0 0 25 0 8 0 162455470 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073863947 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6200/statm: 228889 10235 2524 14 0 215359 0
[pid=6200/tid=6202] ppid=6198 vsize=915556 CPUtime=0.03
/proc/6200/task/6202/stat : 6202 (java) S 6198 6200 3293 0 -1 64 493 0 0 0 3 0 0 0 16 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6203] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6203/stat : 6203 (java) S 6198 6200 3293 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6204] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6204/stat : 6204 (java) S 6198 6200 3293 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6205] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6205/stat : 6205 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6206] ppid=6198 vsize=915556 CPUtime=0.26
/proc/6200/task/6206/stat : 6206 (java) S 6198 6200 3293 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6207] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6207/stat : 6207 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6208] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6208/stat : 6208 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 915556

[startup+162.469 s]
/proc/loadavg: 2.45 2.74 2.27 3/101 6208
/proc/meminfo: memFree=1126128/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=915556 CPUtime=160.81
/proc/6200/stat : 6200 (java) R 6198 6200 3293 0 -1 0 10500 0 1 0 16072 9 0 0 25 0 8 0 162455470 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073852484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1410.83
Current children cumulated vsize (KiB) 915556

[startup+1484.15 s]
/proc/loadavg: 2.00 2.04 2.08 3/93 6248
/proc/meminfo: memFree=1728680/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=915556 CPUtime=1470.56
/proc/6200/stat : 6200 (java) R 6198 6200 3293 0 -1 0 10501 0 1 0 147043 13 0 0 25 0 8 0 162455470 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073874583 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6200/statm: 228889 10235 2524 14 0 215359 0
[pid=6200/tid=6202] ppid=6198 vsize=915556 CPUtime=0.03
/proc/6200/task/6202/stat : 6202 (java) S 6198 6200 3293 0 -1 64 493 0 0 0 3 0 0 0 16 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6203] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6203/stat : 6203 (java) S 6198 6200 3293 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6204] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6204/stat : 6204 (java) S 6198 6200 3293 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6205] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6205/stat : 6205 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6206] ppid=6198 vsize=915556 CPUtime=0.26
/proc/6200/task/6206/stat : 6206 (java) S 6198 6200 3293 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6207] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6207/stat : 6207 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6208] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6208/stat : 6208 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.56
Current children cumulated vsize (KiB) 915556

[startup+1544.19 s]
/proc/loadavg: 2.00 2.03 2.08 3/93 6248
/proc/meminfo: memFree=1728680/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=915556 CPUtime=1530.29
/proc/6200/stat : 6200 (java) R 6198 6200 3293 0 -1 0 10501 0 1 0 153015 14 0 0 25 0 8 0 162455470 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073845494 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6200/statm: 228889 10235 2524 14 0 215359 0
[pid=6200/tid=6202] ppid=6198 vsize=915556 CPUtime=0.03
/proc/6200/task/6202/stat : 6202 (java) S 6198 6200 3293 0 -1 64 493 0 0 0 3 0 0 0 16 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6203] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6203/stat : 6203 (java) S 6198 6200 3293 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6204] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6204/stat : 6204 (java) S 6198 6200 3293 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6205] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6205/stat : 6205 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6206] ppid=6198 vsize=915556 CPUtime=0.26
/proc/6200/task/6206/stat : 6206 (java) S 6198 6200 3293 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6207] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6207/stat : 6207 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6208] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6208/stat : 6208 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.29
Current children cumulated vsize (KiB) 915556

[startup+1604.23 s]
/proc/loadavg: 2.00 2.02 2.07 3/93 6248
/proc/meminfo: memFree=1728616/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=915556 CPUtime=1590.02
/proc/6200/stat : 6200 (java) R 6198 6200 3293 0 -1 0 10501 0 1 0 158988 14 0 0 25 0 8 0 162455470 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073850437 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6200/statm: 228889 10235 2524 14 0 215359 0
[pid=6200/tid=6202] ppid=6198 vsize=915556 CPUtime=0.03
/proc/6200/task/6202/stat : 6202 (java) S 6198 6200 3293 0 -1 64 493 0 0 0 3 0 0 0 16 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6203] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6203/stat : 6203 (java) S 6198 6200 3293 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6204] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6204/stat : 6204 (java) S 6198 6200 3293 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6205] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6205/stat : 6205 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6206] ppid=6198 vsize=915556 CPUtime=0.26
/proc/6200/task/6206/stat : 6206 (java) S 6198 6200 3293 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6207] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6207/stat : 6207 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6208] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6208/stat : 6208 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.02
Current children cumulated vsize (KiB) 915556

[startup+1664.27 s]
/proc/loadavg: 2.00 2.01 2.06 3/93 6248
/proc/meminfo: memFree=1728616/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=915556 CPUtime=1649.75
/proc/6200/stat : 6200 (java) R 6198 6200 3293 0 -1 0 10501 0 1 0 164961 14 0 0 25 0 8 0 162455470 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073863908 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6200/statm: 228889 10235 2524 14 0 215359 0
[pid=6200/tid=6202] ppid=6198 vsize=915556 CPUtime=0.03
/proc/6200/task/6202/stat : 6202 (java) S 6198 6200 3293 0 -1 64 493 0 0 0 3 0 0 0 16 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6203] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6203/stat : 6203 (java) S 6198 6200 3293 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6204] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6204/stat : 6204 (java) S 6198 6200 3293 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6205] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6205/stat : 6205 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6206] ppid=6198 vsize=915556 CPUtime=0.26
/proc/6200/task/6206/stat : 6206 (java) S 6198 6200 3293 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6207] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6207/stat : 6207 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6208] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6208/stat : 6208 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.75
Current children cumulated vsize (KiB) 915556

[startup+1724.32 s]
/proc/loadavg: 2.00 2.01 2.06 3/93 6248
/proc/meminfo: memFree=1728552/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=915556 CPUtime=1709.47
/proc/6200/stat : 6200 (java) R 6198 6200 3293 0 -1 0 10501 0 1 0 170933 14 0 0 25 0 8 0 162455470 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6200/statm: 228889 10235 2524 14 0 215359 0
[pid=6200/tid=6202] ppid=6198 vsize=915556 CPUtime=0.03
/proc/6200/task/6202/stat : 6202 (java) S 6198 6200 3293 0 -1 64 493 0 0 0 3 0 0 0 16 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6203] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6203/stat : 6203 (java) S 6198 6200 3293 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6204] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6204/stat : 6204 (java) S 6198 6200 3293 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6205] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6205/stat : 6205 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6206] ppid=6198 vsize=915556 CPUtime=0.26
/proc/6200/task/6206/stat : 6206 (java) S 6198 6200 3293 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6207] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6207/stat : 6207 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6208] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6208/stat : 6208 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.47
Current children cumulated vsize (KiB) 915556

[startup+1784.38 s]
/proc/loadavg: 2.00 2.00 2.05 3/93 6248
/proc/meminfo: memFree=1728552/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=915556 CPUtime=1769.22
/proc/6200/stat : 6200 (java) R 6198 6200 3293 0 -1 0 10501 0 1 0 176908 14 0 0 25 0 8 0 162455470 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073853616 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6200/statm: 228889 10235 2524 14 0 215359 0
[pid=6200/tid=6202] ppid=6198 vsize=915556 CPUtime=0.04
/proc/6200/task/6202/stat : 6202 (java) S 6198 6200 3293 0 -1 64 493 0 0 0 4 0 0 0 16 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6203] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6203/stat : 6203 (java) S 6198 6200 3293 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6204] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6204/stat : 6204 (java) S 6198 6200 3293 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6205] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6205/stat : 6205 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6206] ppid=6198 vsize=915556 CPUtime=0.26
/proc/6200/task/6206/stat : 6206 (java) S 6198 6200 3293 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6207] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6207/stat : 6207 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6208] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6208/stat : 6208 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.22
Current children cumulated vsize (KiB) 915556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.32 s]
/proc/loadavg: 2.00 2.00 2.05 3/93 6248
/proc/meminfo: memFree=1728488/2055920 swapFree=4156304/4192956
[pid=6200] ppid=6198 vsize=915556 CPUtime=1800
/proc/6200/stat : 6200 (java) R 6198 6200 3293 0 -1 0 10501 0 1 0 179985 15 0 0 25 0 8 0 162455470 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073863941 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6200/statm: 228889 10235 2524 14 0 215359 0
[pid=6200/tid=6202] ppid=6198 vsize=915556 CPUtime=0.04
/proc/6200/task/6202/stat : 6202 (java) S 6198 6200 3293 0 -1 64 493 0 0 0 4 0 0 0 16 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6203] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6203/stat : 6203 (java) S 6198 6200 3293 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6204] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6204/stat : 6204 (java) S 6198 6200 3293 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162455475 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6205] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6205/stat : 6205 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6206] ppid=6198 vsize=915556 CPUtime=0.26
/proc/6200/task/6206/stat : 6206 (java) S 6198 6200 3293 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6207] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6207/stat : 6207 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6200/tid=6208] ppid=6198 vsize=915556 CPUtime=0
/proc/6200/task/6208/stat : 6208 (java) S 6198 6200 3293 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162455478 937529344 10235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 915556

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

Child status: 143
Real time (s): 1815.37
CPU time (s): 1800.05
CPU user time (s): 1799.89
CPU system time (s): 0.157975
CPU usage (%): 99.1559
Max. virtual memory (cumulated for all children) (KiB): 915556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10518
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= 37955
involuntary context switches= 112359

runsolver used 2.20267 s user time and 5.62914 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Sun Jan  7 03:30:09 UTC 2007


IDJOB= 200085
IDBENCH= 3688
FILE ID= node21/200085-1168140609

PBS_JOBID= 3478070

Free space on /tmp= 66540 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb56-25/frb56-25-5-mgd_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/200085-1168140609/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-200085-1168140609 -o ROOT/results/node21/solver-200085-1168140609 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/200085-1168140609/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  35b69788704e417eae5badf072d5a6d4

RANDOM SEED= 826465705

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.261
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.261
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:       1157688 kB
Buffers:         46392 kB
Cached:         156928 kB
SwapCached:       2924 kB
Active:         739772 kB
Inactive:        93564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1157688 kB
SwapTotal:     4192956 kB
SwapFree:      4156304 kB
Dirty:            2284 kB
Writeback:           0 kB
Mapped:         644904 kB
Slab:            48476 kB
Committed_AS:  3785328 kB
PageTables:       3388 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= 66560 MiB



End job on node21 on Sun Jan  7 04:00:25 UTC 2007