Trace number 239440

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESAC? (TO) 1800.1 1802.15

General information on the benchmark

Nameqcp-qwh/QWH-25/
qwh-25-235-9_ext.xml
MD5SUM03dc1b3d046dc33e16e19fd78e1c4a83
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.59
SatisfiableYES
(Un)Satisfiability was proved
Number of variables625
Number of constraints15000
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension15000
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/239440-1168365849/unknown.xml
0.39	   
0.39	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.50	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25
0.50	       =>  wckTime=0.176  cpuTime=0.14  mem=8M869
0.50	   
0.50	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
1.00	     nbConstraints=9300  nbRelationTypes=27  nbSingletonDomainVariables=390  nbExtensionStructures=51
1.00	     nbSharedExtensionStructures=9249  nbConflictsStructures=51  nbSharedConflictsStructures=9249
1.00	     nbSharedBinaryRepresentations=1323  maxDegree=48  maxArity=2
1.00	       =>  wckTime=0.672  cpuTime=0.53  mem=37M220
1.11	   
1.11	   solver IterativeSystematicSolver being built... 
1.32	       =>  wckTime=0.995  cpuTime=0.7  mem=21M757
1.67	   
1.67	   preprocessing
1.67	     nbConstraintChecks=160365  nbPropagations=2980  nbRevisions=37763  nbUselessRevisions=30685  nbSingletonTests=670
1.67	     nbEffectiveSingletonTests=0  nbESACBranches=9  nbRemovedValues=4963  detectedInconsistency=no
1.67	       =>  wckTime=0.336  cpuTime=0.31  mem=21M757
1.73	   
1.73	   search
1.73	     run=0  nbConstraintChecks=12142  nbPropagations=3446  nbRevisions=45535  nbUselessRevisions=37715  nbAssignments=71
1.73	     nbFailedAssignments=6  nbBacktracks=13  nbVisitedNodes=82  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.73	     nbTooLargeKeys=0
1.73	       =>  wckTime=0.402  cpuTime=0.36  mem=22M730
1.77	   
1.77	   search
1.77	     run=1  nbConstraintChecks=27283  nbPropagations=7430  nbRevisions=101166  nbUselessRevisions=84676
1.77	     nbAssignments=157  nbFailedAssignments=10  nbBacktracks=32  nbVisitedNodes=176  nbRestartNogoods=1  mapSize=14
1.77	     nbInferences=0  nbTooLargeKeys=0
1.77	       =>  wckTime=0.444  cpuTime=0.4  mem=22M730
1.83	   
1.83	   search
1.83	     run=2  nbConstraintChecks=54174  nbPropagations=12510  nbRevisions=173992  nbUselessRevisions=147286
1.83	     nbAssignments=340  nbFailedAssignments=15  nbBacktracks=58  nbVisitedNodes=280  nbRestartNogoods=4  mapSize=24
1.83	     nbInferences=0  nbTooLargeKeys=0
1.83	       =>  wckTime=0.508  cpuTime=0.46  mem=22M730
1.92	   
1.92	   search
1.92	     run=3  nbConstraintChecks=82927  nbPropagations=18813  nbRevisions=265945  nbUselessRevisions=227456
1.92	     nbAssignments=577  nbFailedAssignments=22  nbBacktracks=150  nbVisitedNodes=436  nbRestartNogoods=6  mapSize=37
1.92	     nbInferences=0  nbTooLargeKeys=0
1.92	       =>  wckTime=0.595  cpuTime=0.54  mem=22M730
1.99	   
1.99	   search
1.99	     run=4  nbConstraintChecks=115382  nbPropagations=26043  nbRevisions=380462  nbUselessRevisions=328329
1.99	     nbAssignments=705  nbFailedAssignments=30  nbBacktracks=204  nbVisitedNodes=582  nbRestartNogoods=7  mapSize=51
1.99	     nbInferences=0  nbTooLargeKeys=0
1.99	       =>  wckTime=0.658  cpuTime=0.6  mem=22M730
2.08	   
2.08	   search
2.08	     run=5  nbConstraintChecks=164527  nbPropagations=34730  nbRevisions=528341  nbUselessRevisions=459681
2.08	     nbAssignments=909  nbFailedAssignments=45  nbBacktracks=296  nbVisitedNodes=765  nbRestartNogoods=11  mapSize=76
2.08	     nbInferences=0  nbTooLargeKeys=0
2.08	       =>  wckTime=0.752  cpuTime=0.69  mem=22M730
2.19	   
2.19	   search
2.19	     run=6  nbConstraintChecks=211189  nbPropagations=45127  nbRevisions=708096  nbUselessRevisions=620286
2.19	     nbAssignments=1204  nbFailedAssignments=57  nbBacktracks=417  nbVisitedNodes=1005  nbRestartNogoods=13  mapSize=99
2.19	     nbInferences=0  nbTooLargeKeys=0
2.19	       =>  wckTime=0.864  cpuTime=0.8  mem=23M703
2.33	   
2.33	   search
2.33	     run=7  nbConstraintChecks=272743  nbPropagations=57615  nbRevisions=928838  nbUselessRevisions=818147
2.33	     nbAssignments=1549  nbFailedAssignments=90  nbBacktracks=595  nbVisitedNodes=1316  nbRestartNogoods=18  mapSize=158
2.33	     nbInferences=0  nbTooLargeKeys=0
2.33	       =>  wckTime=1.003  cpuTime=0.93  mem=23M703
2.50	   
2.50	   search
2.50	     run=8  nbConstraintChecks=351682  nbPropagations=72397  nbRevisions=1205763  nbUselessRevisions=1067533
2.50	     nbAssignments=1955  nbFailedAssignments=121  nbBacktracks=869  nbVisitedNodes=1764  nbRestartNogoods=20
2.50	     mapSize=215  nbInferences=0  nbTooLargeKeys=0
2.50	       =>  wckTime=1.174  cpuTime=1.09  mem=23M703
2.71	   
2.71	   search
2.71	     run=9  nbConstraintChecks=449709  nbPropagations=90253  nbRevisions=1549504  nbUselessRevisions=1377842
2.71	     nbAssignments=2489  nbFailedAssignments=159  nbBacktracks=1267  nbVisitedNodes=2338  nbRestartNogoods=24
2.71	     mapSize=289  nbInferences=0  nbTooLargeKeys=0
2.71	       =>  wckTime=1.387  cpuTime=1.3  mem=24M676
3.02	   
3.02	   search
3.02	     run=10  nbConstraintChecks=592538  nbPropagations=112397  nbRevisions=1990791  nbUselessRevisions=1777418
3.02	     nbAssignments=3314  nbFailedAssignments=214  nbBacktracks=1847  nbVisitedNodes=3139  nbRestartNogoods=31
3.02	     mapSize=378  nbInferences=0  nbTooLargeKeys=0
3.02	       =>  wckTime=1.696  cpuTime=1.59  mem=24M676
3.49	   
3.49	   search
3.49	     run=11  nbConstraintChecks=842108  nbPropagations=141925  nbRevisions=2608049  nbUselessRevisions=2338720
3.49	     nbAssignments=4599  nbFailedAssignments=328  nbBacktracks=2714  nbVisitedNodes=4409  nbRestartNogoods=39
3.49	     mapSize=589  nbInferences=0  nbTooLargeKeys=0
3.49	       =>  wckTime=2.169  cpuTime=2.05  mem=25M649
4.08	   
4.08	   search
4.08	     run=12  nbConstraintChecks=1122955  nbPropagations=179964  nbRevisions=3414884  nbUselessRevisions=3072330
4.08	     nbAssignments=6174  nbFailedAssignments=508  nbBacktracks=4026  nbVisitedNodes=6306  nbRestartNogoods=44
4.08	     mapSize=951  nbInferences=0  nbTooLargeKeys=0
4.08	       =>  wckTime=2.75  cpuTime=2.63  mem=27M595
4.16	   
4.16	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=27M595)
4.78	   
4.78	   search
4.78	     run=13  nbConstraintChecks=1536388  nbPropagations=230189  nbRevisions=4504346  nbUselessRevisions=4063264
4.78	     nbAssignments=8423  nbFailedAssignments=777  nbBacktracks=5978  nbVisitedNodes=9099  nbRestartNogoods=48
4.78	       =>  wckTime=3.456  cpuTime=3.33  mem=27M595
5.80	   
5.80	   search
5.80	     run=14  nbConstraintChecks=2196224  nbPropagations=298821  nbRevisions=6056670  nbUselessRevisions=5478642
5.80	     nbAssignments=11735  nbFailedAssignments=1098  nbBacktracks=8900  nbVisitedNodes=13025  nbRestartNogoods=51
5.80	       =>  wckTime=4.476  cpuTime=4.33  mem=27M595
7.52	   
7.52	   search
7.52	     run=15  nbConstraintChecks=3498911  nbPropagations=400403  nbRevisions=8549729  nbUselessRevisions=7760836
7.52	     nbAssignments=16655  nbFailedAssignments=1518  nbBacktracks=13317  nbVisitedNodes=18759  nbRestartNogoods=57
7.52	       =>  wckTime=6.191  cpuTime=6.04  mem=27M595
10.14	   
10.14	   search
10.14	     run=16  nbConstraintChecks=5330725  nbPropagations=553911  nbRevisions=12327498  nbUselessRevisions=11218673
10.14	     nbAssignments=24217  nbFailedAssignments=2422  nbBacktracks=19890  nbVisitedNodes=28200  nbRestartNogoods=62
10.14	       =>  wckTime=8.816  cpuTime=8.63  mem=27M595
15.18	   
15.18	   search
15.18	     run=17  nbConstraintChecks=9500650  nbPropagations=817810  nbRevisions=18992720  nbUselessRevisions=17314964
15.18	     nbAssignments=36447  nbFailedAssignments=4477  nbBacktracks=29749  nbVisitedNodes=44243  nbRestartNogoods=71
15.18	       =>  wckTime=13.851  cpuTime=13.62  mem=27M595
22.69	   
22.69	   search
22.69	     run=18  nbConstraintChecks=16454628  nbPropagations=1262749  nbRevisions=30570036  nbUselessRevisions=27941498
22.69	     nbAssignments=54212  nbFailedAssignments=7414  nbBacktracks=44541  nbVisitedNodes=67915  nbRestartNogoods=79
22.69	       =>  wckTime=21.368  cpuTime=21.12  mem=27M595
33.59	   
33.59	   search
33.59	     run=19  nbConstraintChecks=25927285  nbPropagations=1969437  nbRevisions=48743751  nbUselessRevisions=44603239
33.59	     nbAssignments=81155  nbFailedAssignments=12129  nbBacktracks=66715  nbVisitedNodes=103994  nbRestartNogoods=86
33.59	       =>  wckTime=32.26  cpuTime=32.0  mem=27M595
52.30	   
52.30	   search
52.30	     run=20  nbConstraintChecks=44211031  nbPropagations=3129746  nbRevisions=80210607  nbUselessRevisions=73566542
52.30	     nbAssignments=121229  nbFailedAssignments=18828  nbBacktracks=99976  nbVisitedNodes=156794  nbRestartNogoods=99
52.30	       =>  wckTime=50.971  cpuTime=50.67  mem=27M595
76.32	   
76.32	   search
76.32	     run=21  nbConstraintChecks=65697874  nbPropagations=4858176  nbRevisions=127081758  nbUselessRevisions=116712867
76.32	     nbAssignments=180918  nbFailedAssignments=28593  nbBacktracks=149856  nbVisitedNodes=235807  nbRestartNogoods=105
76.32	       =>  wckTime=74.996  cpuTime=74.68  mem=27M595
114.66	   
114.67	   search
114.67	     run=22  nbConstraintChecks=101197993  nbPropagations=7507896  nbRevisions=199186382  nbUselessRevisions=183044414
114.67	     nbAssignments=273306  nbFailedAssignments=45986  nbBacktracks=224674  nbVisitedNodes=361429  nbRestartNogoods=117
114.67	       =>  wckTime=113.339  cpuTime=112.98  mem=27M595
171.14	   
171.14	   search
171.14	     run=23  nbConstraintChecks=152745972  nbPropagations=11515567  nbRevisions=308273095  nbUselessRevisions=283407718
171.14	     nbAssignments=410157  nbFailedAssignments=70574  nbBacktracks=336901  nbVisitedNodes=546525  nbRestartNogoods=125
171.14	       =>  wckTime=169.811  cpuTime=169.4  mem=27M595
257.06	   
257.06	   search
257.06	     run=24  nbConstraintChecks=233589332  nbPropagations=17610377  nbRevisions=475891041  nbUselessRevisions=437766238
257.06	     nbAssignments=618871  nbFailedAssignments=110903  nbBacktracks=505247  nbVisitedNodes=833799  nbRestartNogoods=134
257.06	       =>  wckTime=255.73  cpuTime=255.23  mem=27M595
394.77	   
394.77	   search
394.77	     run=25  nbConstraintChecks=368645506  nbPropagations=27071600  nbRevisions=742247259  nbUselessRevisions=683500062
394.77	     nbAssignments=924949  nbFailedAssignments=164380  nbBacktracks=757764  nbVisitedNodes=1249461  nbRestartNogoods=145
394.77	       =>  wckTime=393.448  cpuTime=392.81  mem=27M595
573.34	   
573.34	   search
573.34	     run=26  nbConstraintChecks=528727348  nbPropagations=40777215  nbRevisions=1123214865
573.34	     nbUselessRevisions=1034712719  nbAssignments=1387532  nbFailedAssignments=248144  nbBacktracks=1136532
573.34	     nbVisitedNodes=1875741  nbRestartNogoods=161
573.34	       =>  wckTime=572.012  cpuTime=571.18  mem=27M595
866.43	   
866.43	   search
866.43	     run=27  nbConstraintChecks=811471261  nbPropagations=61691790  nbRevisions=1710829825
866.43	     nbUselessRevisions=1576968368  nbAssignments=2086112  nbFailedAssignments=378486  nbBacktracks=1704687
866.43	     nbVisitedNodes=2832255  nbRestartNogoods=171
866.43	       =>  wckTime=865.1  cpuTime=863.95  mem=27M595
1284.53	   
1284.53	   search
1284.53	     run=28  nbConstraintChecks=1196254878  nbPropagations=92511747  nbRevisions=2574341357
1284.53	     nbUselessRevisions=2373478270  nbAssignments=3115926  nbFailedAssignments=556017  nbBacktracks=2556913
1284.53	     nbVisitedNodes=4213763  nbRestartNogoods=183
1284.53	       =>  wckTime=1283.2  cpuTime=1281.6  mem=27M595

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/node61/watcher-239440-1168365849 -o ROOT/results/node61/solver-239440-1168365849 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/239440-1168365849/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.03 2.02 2.00 5/82 27496
/proc/meminfo: memFree=1757696/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=1784 CPUtime=0
/proc/27495/stat : 27495 (java) D 27493 27495 25787 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 184982773 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/27495/statm: 446 140 106 14 0 91 0

[startup+0.109552 s]
/proc/loadavg: 2.03 2.02 2.00 5/82 27496
/proc/meminfo: memFree=1757696/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=914988 CPUtime=0.08
/proc/27495/stat : 27495 (java) R 27493 27495 25787 0 -1 0 2953 0 1 0 7 1 0 0 17 0 8 0 184982773 936947712 2699 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153615247 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27495/statm: 228747 2699 1413 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.517621 s]
/proc/loadavg: 2.03 2.02 2.00 5/82 27496
/proc/meminfo: memFree=1757696/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=915328 CPUtime=0.49
/proc/27495/stat : 27495 (java) R 27493 27495 25787 0 -1 0 6536 0 1 0 45 4 0 0 18 0 8 0 184982773 937295872 6275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27495/statm: 228832 6275 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34077 s]
/proc/loadavg: 2.03 2.02 2.00 3/89 27503
/proc/meminfo: memFree=1706376/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=915676 CPUtime=1.3
/proc/27495/stat : 27495 (java) R 27493 27495 25787 0 -1 0 15609 0 1 0 121 9 0 0 23 0 8 0 184982773 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073954582 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27495/statm: 228919 15347 2521 14 0 215389 0
[pid=27495/tid=27497] ppid=27493 vsize=915676 CPUtime=0.09
/proc/27495/task/27497/stat : 27497 (java) S 27493 27495 25787 0 -1 64 1423 0 0 0 9 0 0 0 17 0 8 0 184982778 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27498] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27498/stat : 27498 (java) S 27493 27495 25787 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27499] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27499/stat : 27499 (java) S 27493 27495 25787 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27500] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27500/stat : 27500 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184982782 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27501] ppid=27493 vsize=915676 CPUtime=0.22
/proc/27495/task/27501/stat : 27501 (java) S 27493 27495 25787 0 -1 64 449 0 0 0 22 0 0 0 16 0 8 0 184982782 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27502] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27502/stat : 27502 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184982782 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27503] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27503/stat : 27503 (java) S 27493 27495 25787 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184982782 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915676

[startup+2.99411 s]
/proc/loadavg: 2.03 2.02 2.00 3/89 27503
/proc/meminfo: memFree=1705928/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=915676 CPUtime=2.94
/proc/27495/stat : 27495 (java) R 27493 27495 25787 0 -1 0 15650 0 1 0 284 10 0 0 25 0 8 0 184982773 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073978647 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27495/statm: 228919 15387 2524 14 0 215389 0
[pid=27495/tid=27497] ppid=27493 vsize=915676 CPUtime=0.09
/proc/27495/task/27497/stat : 27497 (java) S 27493 27495 25787 0 -1 64 1423 0 0 0 9 0 0 0 17 0 8 0 184982778 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27498] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27498/stat : 27498 (java) S 27493 27495 25787 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27499] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27499/stat : 27499 (java) S 27493 27495 25787 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27500] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27500/stat : 27500 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184982782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27501] ppid=27493 vsize=915676 CPUtime=0.3
/proc/27495/task/27501/stat : 27501 (java) S 27493 27495 25787 0 -1 64 484 0 0 0 30 0 0 0 16 0 8 0 184982782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27502] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27502/stat : 27502 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184982782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27503] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27503/stat : 27503 (java) S 27493 27495 25787 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184982782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915676

[startup+6.28163 s]
/proc/loadavg: 2.03 2.02 2.00 3/89 27503
/proc/meminfo: memFree=1705808/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=915676 CPUtime=6.19
/proc/27495/stat : 27495 (java) R 27493 27495 25787 0 -1 0 15656 0 1 0 609 10 0 0 25 0 8 0 184982773 937652224 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074008891 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27495/statm: 228919 15390 2524 14 0 215389 0
[pid=27495/tid=27497] ppid=27493 vsize=915676 CPUtime=0.09
/proc/27495/task/27497/stat : 27497 (java) S 27493 27495 25787 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 184982778 937652224 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27498] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27498/stat : 27498 (java) S 27493 27495 25787 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27499] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27499/stat : 27499 (java) S 27493 27495 25787 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27500] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27500/stat : 27500 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184982782 937652224 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27501] ppid=27493 vsize=915676 CPUtime=0.32
/proc/27495/task/27501/stat : 27501 (java) S 27493 27495 25787 0 -1 64 487 0 0 0 31 1 0 0 16 0 8 0 184982782 937652224 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27502] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27502/stat : 27502 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184982782 937652224 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27503] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27503/stat : 27503 (java) S 27493 27495 25787 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184982782 937652224 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915676

[startup+12.7748 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 27507
/proc/meminfo: memFree=1779384/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=915676 CPUtime=12.62
/proc/27495/stat : 27495 (java) R 27493 27495 25787 0 -1 0 15657 0 1 0 1252 10 0 0 25 0 8 0 184982773 937652224 15391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960012 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27495/statm: 228919 15391 2524 14 0 215389 0
[pid=27495/tid=27497] ppid=27493 vsize=915676 CPUtime=0.09
/proc/27495/task/27497/stat : 27497 (java) S 27493 27495 25787 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 184982778 937652224 15391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27498] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27498/stat : 27498 (java) S 27493 27495 25787 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27499] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27499/stat : 27499 (java) S 27493 27495 25787 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27500] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27500/stat : 27500 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184982782 937652224 15391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27501] ppid=27493 vsize=915676 CPUtime=0.32
/proc/27495/task/27501/stat : 27501 (java) S 27493 27495 25787 0 -1 64 488 0 0 0 31 1 0 0 16 0 8 0 184982782 937652224 15391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27502] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27502/stat : 27502 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184982782 937652224 15391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27503] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27503/stat : 27503 (java) S 27493 27495 25787 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184982782 937652224 15391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915676

[startup+25.634 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 27581
/proc/meminfo: memFree=1769816/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=915676 CPUtime=25.44
/proc/27495/stat : 27495 (java) R 27493 27495 25787 0 -1 0 15658 0 1 0 2533 11 0 0 25 0 8 0 184982773 937652224 15392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957382 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27495/statm: 228919 15392 2524 14 0 215389 0
[pid=27495/tid=27497] ppid=27493 vsize=915676 CPUtime=0.09
/proc/27495/task/27497/stat : 27497 (java) S 27493 27495 25787 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 184982778 937652224 15392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27498] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27498/stat : 27498 (java) S 27493 27495 25787 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27499] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27499/stat : 27499 (java) S 27493 27495 25787 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27500] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27500/stat : 27500 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184982782 937652224 15392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27501] ppid=27493 vsize=915676 CPUtime=0.32
/proc/27495/task/27501/stat : 27501 (java) S 27493 27495 25787 0 -1 64 489 0 0 0 31 1 0 0 16 0 8 0 184982782 937652224 15392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27502] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27502/stat : 27502 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184982782 937652224 15392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27503] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27503/stat : 27503 (java) S 27493 27495 25787 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184982782 937652224 15392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 915676

[startup+51.2645 s]
/proc/loadavg: 2.18 2.05 2.01 3/88 27581
/proc/meminfo: memFree=1758632/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=915676 CPUtime=51.02
/proc/27495/stat : 27495 (java) R 27493 27495 25787 0 -1 0 15658 0 1 0 5091 11 0 0 25 0 8 0 184982773 937652224 15392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960012 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27495/statm: 228919 15392 2524 14 0 215389 0
[pid=27495/tid=27497] ppid=27493 vsize=915676 CPUtime=0.09
/proc/27495/task/27497/stat : 27497 (java) S 27493 27495 25787 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 184982778 937652224 15392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27498] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27498/stat : 27498 (java) S 27493 27495 25787 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27499] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27499/stat : 27499 (java) S 27493 27495 25787 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27500] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27500/stat : 27500 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184982782 937652224 15392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27501] ppid=27493 vsize=915676 CPUtime=0.32
/proc/27495/task/27501/stat : 27501 (java) S 27493 27495 25787 0 -1 64 489 0 0 0 31 1 0 0 16 0 8 0 184982782 937652224 15392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27502] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27502/stat : 27502 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184982782 937652224 15392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27503] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27503/stat : 27503 (java) S 27493 27495 25787 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184982782 937652224 15392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 915676

[startup+102.524 s]
/proc/loadavg: 2.07 2.04 2.01 3/88 27581
/proc/meminfo: memFree=1758696/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=915676 CPUtime=102.22
/proc/27495/stat : 27495 (java) R 27493 27495 25787 0 -1 0 15660 0 1 0 10211 11 0 0 25 0 8 0 184982773 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073953539 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27495/statm: 228919 15393 2524 14 0 215389 0
[pid=27495/tid=27497] ppid=27493 vsize=915676 CPUtime=0.09
/proc/27495/task/27497/stat : 27497 (java) S 27493 27495 25787 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 184982778 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27495/tid=27498] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27498/stat : 27498 (java) S 27493 27495 25787 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27499] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27499/stat : 27499 (java) S 27493 27495 25787 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27500] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27500/stat : 27500 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27501] ppid=27493 vsize=915676 CPUtime=0.32
/proc/27495/task/27501/stat : 27501 (java) S 27493 27495 25787 0 -1 64 490 0 0 0 31 1 0 0 16 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27495/tid=27502] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27502/stat : 27502 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27503] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27503/stat : 27503 (java) S 27493 27495 25787 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 915676

[startup+162.534 s]
/proc/loadavg: 2.03 2.03 2.00 3/88 27581
/proc/meminfo: memFree=1758696/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=915676 CPUtime=162.18
/proc/27495/stat : 27495 (java) R 27493 27495 25787 0 -1 0 15660 0 1 0 16207 11 0 0 25 0 8 0 184982773 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073946957 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1421.44
Current children cumulated vsize (KiB) 915676

[startup+1483.12 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 27583
/proc/meminfo: memFree=1758376/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=915676 CPUtime=1481.4
/proc/27495/stat : 27495 (java) R 27493 27495 25787 0 -1 0 15660 0 1 0 148124 16 0 0 25 0 8 0 184982773 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074010811 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27495/statm: 228919 15393 2524 14 0 215389 0
[pid=27495/tid=27497] ppid=27493 vsize=915676 CPUtime=0.09
/proc/27495/task/27497/stat : 27497 (java) S 27493 27495 25787 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 184982778 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27495/tid=27498] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27498/stat : 27498 (java) S 27493 27495 25787 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27499] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27499/stat : 27499 (java) S 27493 27495 25787 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27500] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27500/stat : 27500 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27501] ppid=27493 vsize=915676 CPUtime=0.32
/proc/27495/task/27501/stat : 27501 (java) S 27493 27495 25787 0 -1 64 490 0 0 0 31 1 0 0 16 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27495/tid=27502] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27502/stat : 27502 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27503] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27503/stat : 27503 (java) S 27493 27495 25787 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.4
Current children cumulated vsize (KiB) 915676

[startup+1543.14 s]
/proc/loadavg: 2.01 2.01 2.00 3/88 27583
/proc/meminfo: memFree=1758312/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=915676 CPUtime=1541.34
/proc/27495/stat : 27495 (java) R 27493 27495 25787 0 -1 0 15660 0 1 0 154118 16 0 0 25 0 8 0 184982773 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073956481 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27495/statm: 228919 15393 2524 14 0 215389 0
[pid=27495/tid=27497] ppid=27493 vsize=915676 CPUtime=0.09
/proc/27495/task/27497/stat : 27497 (java) S 27493 27495 25787 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 184982778 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27495/tid=27498] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27498/stat : 27498 (java) S 27493 27495 25787 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27499] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27499/stat : 27499 (java) S 27493 27495 25787 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27500] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27500/stat : 27500 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27501] ppid=27493 vsize=915676 CPUtime=0.32
/proc/27495/task/27501/stat : 27501 (java) S 27493 27495 25787 0 -1 64 490 0 0 0 31 1 0 0 16 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27495/tid=27502] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27502/stat : 27502 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27503] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27503/stat : 27503 (java) S 27493 27495 25787 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.34
Current children cumulated vsize (KiB) 915676

[startup+1603.18 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 27583
/proc/meminfo: memFree=1758312/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=915676 CPUtime=1601.32
/proc/27495/stat : 27495 (java) R 27493 27495 25787 0 -1 0 15660 0 1 0 160116 16 0 0 25 0 8 0 184982773 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960012 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27495/statm: 228919 15393 2524 14 0 215389 0
[pid=27495/tid=27497] ppid=27493 vsize=915676 CPUtime=0.09
/proc/27495/task/27497/stat : 27497 (java) S 27493 27495 25787 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 184982778 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27495/tid=27498] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27498/stat : 27498 (java) S 27493 27495 25787 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27499] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27499/stat : 27499 (java) S 27493 27495 25787 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27500] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27500/stat : 27500 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27501] ppid=27493 vsize=915676 CPUtime=0.32
/proc/27495/task/27501/stat : 27501 (java) S 27493 27495 25787 0 -1 64 490 0 0 0 31 1 0 0 16 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27495/tid=27502] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27502/stat : 27502 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27503] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27503/stat : 27503 (java) S 27493 27495 25787 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.32
Current children cumulated vsize (KiB) 915676

[startup+1663.19 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 27583
/proc/meminfo: memFree=1758312/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=915676 CPUtime=1661.27
/proc/27495/stat : 27495 (java) R 27493 27495 25787 0 -1 0 15660 0 1 0 166111 16 0 0 25 0 8 0 184982773 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073978616 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27495/statm: 228919 15393 2524 14 0 215389 0
[pid=27495/tid=27497] ppid=27493 vsize=915676 CPUtime=0.09
/proc/27495/task/27497/stat : 27497 (java) S 27493 27495 25787 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 184982778 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27495/tid=27498] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27498/stat : 27498 (java) S 27493 27495 25787 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27499] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27499/stat : 27499 (java) S 27493 27495 25787 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27500] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27500/stat : 27500 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27501] ppid=27493 vsize=915676 CPUtime=0.32
/proc/27495/task/27501/stat : 27501 (java) S 27493 27495 25787 0 -1 64 490 0 0 0 31 1 0 0 16 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27495/tid=27502] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27502/stat : 27502 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27503] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27503/stat : 27503 (java) S 27493 27495 25787 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.27
Current children cumulated vsize (KiB) 915676

[startup+1723.19 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 27583
/proc/meminfo: memFree=1758312/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=915676 CPUtime=1721.19
/proc/27495/stat : 27495 (java) R 27493 27495 25787 0 -1 0 15660 0 1 0 172103 16 0 0 25 0 8 0 184982773 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073968415 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27495/statm: 228919 15393 2524 14 0 215389 0
[pid=27495/tid=27497] ppid=27493 vsize=915676 CPUtime=0.09
/proc/27495/task/27497/stat : 27497 (java) S 27493 27495 25787 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 184982778 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27495/tid=27498] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27498/stat : 27498 (java) S 27493 27495 25787 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27499] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27499/stat : 27499 (java) S 27493 27495 25787 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27500] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27500/stat : 27500 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27501] ppid=27493 vsize=915676 CPUtime=0.32
/proc/27495/task/27501/stat : 27501 (java) S 27493 27495 25787 0 -1 64 490 0 0 0 31 1 0 0 16 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27495/tid=27502] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27502/stat : 27502 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27503] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27503/stat : 27503 (java) S 27493 27495 25787 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.19
Current children cumulated vsize (KiB) 915676

[startup+1783.23 s]
/proc/loadavg: 2.06 2.03 2.01 3/88 27583
/proc/meminfo: memFree=1758248/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=915676 CPUtime=1781.19
/proc/27495/stat : 27495 (java) R 27493 27495 25787 0 -1 0 15660 0 1 0 178102 17 0 0 25 0 8 0 184982773 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960496 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27495/statm: 228919 15393 2524 14 0 215389 0
[pid=27495/tid=27497] ppid=27493 vsize=915676 CPUtime=0.09
/proc/27495/task/27497/stat : 27497 (java) S 27493 27495 25787 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 184982778 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27495/tid=27498] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27498/stat : 27498 (java) S 27493 27495 25787 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27499] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27499/stat : 27499 (java) S 27493 27495 25787 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27500] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27500/stat : 27500 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27501] ppid=27493 vsize=915676 CPUtime=0.32
/proc/27495/task/27501/stat : 27501 (java) S 27493 27495 25787 0 -1 64 490 0 0 0 31 1 0 0 16 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27495/tid=27502] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27502/stat : 27502 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27503] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27503/stat : 27503 (java) S 27493 27495 25787 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.19
Current children cumulated vsize (KiB) 915676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.09 s]
/proc/loadavg: 2.05 2.02 2.00 3/88 27583
/proc/meminfo: memFree=1758248/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=915676 CPUtime=1800.04
/proc/27495/stat : 27495 (java) R 27493 27495 25787 0 -1 0 15660 0 1 0 179987 17 0 0 25 0 8 0 184982773 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073944755 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27495/statm: 228919 15393 2524 14 0 215389 0
[pid=27495/tid=27497] ppid=27493 vsize=915676 CPUtime=0.09
/proc/27495/task/27497/stat : 27497 (java) S 27493 27495 25787 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 184982778 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27495/tid=27498] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27498/stat : 27498 (java) S 27493 27495 25787 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27499] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27499/stat : 27499 (java) S 27493 27495 25787 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184982779 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27500] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27500/stat : 27500 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27501] ppid=27493 vsize=915676 CPUtime=0.32
/proc/27495/task/27501/stat : 27501 (java) S 27493 27495 25787 0 -1 64 490 0 0 0 31 1 0 0 16 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27495/tid=27502] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27502/stat : 27502 (java) S 27493 27495 25787 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27495/tid=27503] ppid=27493 vsize=915676 CPUtime=0
/proc/27495/task/27503/stat : 27503 (java) S 27493 27495 25787 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184982782 937652224 15393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 915676

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

Child status: 143
Real time (s): 1802.15
CPU time (s): 1800.1
CPU user time (s): 1799.92
CPU system time (s): 0.179972
CPU usage (%): 99.8858
Max. virtual memory (cumulated for all children) (KiB): 915780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.179972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15676
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= 37731
involuntary context switches= 11985

runsolver used 2.73258 s user time and 5.70613 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Tue Jan  9 18:04:09 UTC 2007


IDJOB= 239440
IDBENCH= 7060
FILE ID= node61/239440-1168365849

PBS_JOBID= 3504032

Free space on /tmp= 66515 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QWH-25/qwh-25-235-9_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/239440-1168365849/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-239440-1168365849 -o ROOT/results/node61/solver-239440-1168365849 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/239440-1168365849/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  03dc1b3d046dc33e16e19fd78e1c4a83

RANDOM SEED= 815191036

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.259
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.259
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:       1758112 kB
Buffers:         17484 kB
Cached:         132252 kB
SwapCached:          0 kB
Active:         203100 kB
Inactive:        45112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7436 kB
Writeback:           0 kB
Mapped:         117564 kB
Slab:            34788 kB
Committed_AS:  4967408 kB
PageTables:       1996 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= 66518 MiB



End job on node61 on Tue Jan  9 18:34:12 UTC 2007