Trace number 239079

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.15 1802.33

General information on the benchmark

Nameqcp-qwh/QCP-25/
qcp-25-264-9_ext.xml
MD5SUMf5b1acb594977105c0d760db9d8ce3bc
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 benchmark33.8369
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.42	   
0.42	Abscon 109 (November, 2006)
0.42	   
0.42	   configuration
0.42	     name=esac.xml
0.47	   
0.47	   instance
0.47	     name=/tmp/evaluation/239079-1168363591/unknown.xml
0.50	   
0.50	   domains being loaded...
0.50	   
0.51	   variables being loaded...
0.61	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25
0.61	       =>  wckTime=0.186  cpuTime=0.13  mem=8M869
0.61	   
0.61	   relations being loaded...
0.61	   
0.61	   constraints being loaded...
1.07	     nbConstraints=10142  nbRelationTypes=27  nbSingletonDomainVariables=361  nbExtensionStructures=51
1.07	     nbSharedExtensionStructures=10091  nbConflictsStructures=51  nbSharedConflictsStructures=10091
1.07	     nbSharedBinaryRepresentations=1323  maxDegree=48  maxArity=2
1.07	       =>  wckTime=0.653  cpuTime=0.48  mem=39M130
1.19	   
1.19	   solver IterativeSystematicSolver being built... 
1.38	       =>  wckTime=0.96  cpuTime=0.65  mem=22M90
1.76	   
1.76	   preprocessing
1.76	     nbConstraintChecks=200646  nbPropagations=3702  nbRevisions=40830  nbUselessRevisions=32985  nbSingletonTests=1009
1.76	     nbEffectiveSingletonTests=0  nbESACBranches=10  nbRemovedValues=5433  detectedInconsistency=no
1.76	       =>  wckTime=0.372  cpuTime=0.34  mem=22M90
1.83	   
1.83	   search
1.83	     run=0  nbConstraintChecks=17673  nbPropagations=4452  nbRevisions=50245  nbUselessRevisions=41315
1.83	     nbAssignments=127  nbFailedAssignments=10  nbBacktracks=21  nbVisitedNodes=145  nbRestartNogoods=0  mapSize=11
1.83	     nbInferences=0  nbTooLargeKeys=0
1.83	       =>  wckTime=0.45  cpuTime=0.41  mem=23M96
1.99	   
1.99	   search
1.99	     run=1  nbConstraintChecks=72197  nbPropagations=12160  nbRevisions=129170  nbUselessRevisions=107953
1.99	     nbAssignments=723  nbFailedAssignments=16  nbBacktracks=41  nbVisitedNodes=260  nbRestartNogoods=6  mapSize=22
1.99	     nbInferences=0  nbTooLargeKeys=0
1.99	       =>  wckTime=0.603  cpuTime=0.56  mem=23M96
2.03	   
2.03	   search
2.03	     run=2  nbConstraintChecks=85848  nbPropagations=20563  nbRevisions=215863  nbUselessRevisions=181428
2.03	     nbAssignments=835  nbFailedAssignments=24  nbBacktracks=65  nbVisitedNodes=389  nbRestartNogoods=7  mapSize=37
2.03	     nbInferences=0  nbTooLargeKeys=0
2.03	       =>  wckTime=0.648  cpuTime=0.6  mem=23M96
2.08	   
2.08	   search
2.08	     run=3  nbConstraintChecks=103871  nbPropagations=29743  nbRevisions=313179  nbUselessRevisions=264257
2.08	     nbAssignments=952  nbFailedAssignments=34  nbBacktracks=101  nbVisitedNodes=525  nbRestartNogoods=9  mapSize=53
2.08	     nbInferences=0  nbTooLargeKeys=0
2.08	       =>  wckTime=0.697  cpuTime=0.65  mem=23M96
2.17	   
2.17	   search
2.17	     run=4  nbConstraintChecks=135453  nbPropagations=40530  nbRevisions=428208  nbUselessRevisions=362658
2.17	     nbAssignments=1192  nbFailedAssignments=49  nbBacktracks=174  nbVisitedNodes=690  nbRestartNogoods=12  mapSize=80
2.17	     nbInferences=0  nbTooLargeKeys=0
2.17	       =>  wckTime=0.782  cpuTime=0.73  mem=23M96
2.26	   
2.26	   search
2.26	     run=5  nbConstraintChecks=183317  nbPropagations=52942  nbRevisions=572519  nbUselessRevisions=486956
2.26	     nbAssignments=1387  nbFailedAssignments=77  nbBacktracks=258  nbVisitedNodes=918  nbRestartNogoods=14  mapSize=131
2.26	     nbInferences=0  nbTooLargeKeys=0
2.26	       =>  wckTime=0.877  cpuTime=0.81  mem=24M70
2.38	   
2.38	   search
2.38	     run=6  nbConstraintChecks=230516  nbPropagations=67553  nbRevisions=744582  nbUselessRevisions=635885
2.38	     nbAssignments=1749  nbFailedAssignments=105  nbBacktracks=376  nbVisitedNodes=1222  nbRestartNogoods=17
2.38	     mapSize=176  nbInferences=0  nbTooLargeKeys=0
2.38	       =>  wckTime=0.999  cpuTime=0.93  mem=24M70
2.61	   
2.61	   search
2.61	     run=7  nbConstraintChecks=340840  nbPropagations=86820  nbRevisions=980570  nbUselessRevisions=841572
2.61	     nbAssignments=2431  nbFailedAssignments=154  nbBacktracks=548  nbVisitedNodes=1603  nbRestartNogoods=23
2.61	     mapSize=258  nbInferences=0  nbTooLargeKeys=0
2.61	       =>  wckTime=1.226  cpuTime=1.15  mem=24M70
2.74	   
2.74	   search
2.74	     run=8  nbConstraintChecks=397823  nbPropagations=108086  nbRevisions=1252511  nbUselessRevisions=1079336
2.74	     nbAssignments=2778  nbFailedAssignments=191  nbBacktracks=808  nbVisitedNodes=2020  nbRestartNogoods=28
2.74	     mapSize=327  nbInferences=0  nbTooLargeKeys=0
2.74	       =>  wckTime=1.359  cpuTime=1.27  mem=25M44
2.95	   
2.95	   search
2.95	     run=9  nbConstraintChecks=507710  nbPropagations=132921  nbRevisions=1595650  nbUselessRevisions=1380711
2.95	     nbAssignments=3340  nbFailedAssignments=274  nbBacktracks=1199  nbVisitedNodes=2742  nbRestartNogoods=29
2.95	     mapSize=479  nbInferences=0  nbTooLargeKeys=0
2.95	       =>  wckTime=1.567  cpuTime=1.48  mem=25M44
3.30	   
3.30	   search
3.30	     run=10  nbConstraintChecks=692817  nbPropagations=163719  nbRevisions=2059347  nbUselessRevisions=1790217
3.30	     nbAssignments=4239  nbFailedAssignments=370  nbBacktracks=1789  nbVisitedNodes=3725  nbRestartNogoods=37
3.30	     mapSize=692  nbInferences=0  nbTooLargeKeys=0
3.30	       =>  wckTime=1.914  cpuTime=1.8  mem=26M17
3.68	   
3.68	   search
3.68	     run=11  nbConstraintChecks=900532  nbPropagations=200926  nbRevisions=2655059  nbUselessRevisions=2317645
3.68	     nbAssignments=5358  nbFailedAssignments=541  nbBacktracks=2657  nbVisitedNodes=5157  nbRestartNogoods=43
3.68	     mapSize=973  nbInferences=0  nbTooLargeKeys=0
3.68	       =>  wckTime=2.298  cpuTime=2.18  mem=26M991
3.81	   
3.81	   INFO : Stopping hyperNogood (mapSize=1020, nbTooLargekeys=0, mem=26M991)
4.16	   
4.16	   search
4.16	     run=12  nbConstraintChecks=1224182  nbPropagations=247101  nbRevisions=3467874  nbUselessRevisions=3041937
4.16	     nbAssignments=6875  nbFailedAssignments=654  nbBacktracks=3962  nbVisitedNodes=6919  nbRestartNogoods=47
4.16	       =>  wckTime=2.776  cpuTime=2.66  mem=26M991
4.86	   
4.86	   search
4.86	     run=13  nbConstraintChecks=1791147  nbPropagations=309071  nbRevisions=4648708  nbUselessRevisions=4097469
4.86	     nbAssignments=9217  nbFailedAssignments=975  nbBacktracks=5913  nbVisitedNodes=9925  nbRestartNogoods=52
4.86	       =>  wckTime=3.48  cpuTime=3.36  mem=26M991
5.81	   
5.81	   search
5.81	     run=14  nbConstraintChecks=2385218  nbPropagations=390704  nbRevisions=6196030  nbUselessRevisions=5478359
5.81	     nbAssignments=12678  nbFailedAssignments=1432  nbBacktracks=8832  nbVisitedNodes=14349  nbRestartNogoods=55
5.81	       =>  wckTime=4.426  cpuTime=4.31  mem=26M991
7.23	   
7.23	   search
7.23	     run=15  nbConstraintChecks=3387209  nbPropagations=502944  nbRevisions=8367951  nbUselessRevisions=7416323
7.23	     nbAssignments=17892  nbFailedAssignments=2180  nbBacktracks=13213  nbVisitedNodes=21018  nbRestartNogoods=60
7.23	       =>  wckTime=5.844  cpuTime=5.72  mem=27M965
9.85	   
9.85	   search
9.85	     run=16  nbConstraintChecks=5526698  nbPropagations=674681  nbRevisions=11891666  nbUselessRevisions=10566336
9.85	     nbAssignments=25740  nbFailedAssignments=3271  nbBacktracks=19799  nbVisitedNodes=30892  nbRestartNogoods=70
9.85	       =>  wckTime=8.467  cpuTime=8.34  mem=27M965
14.40	   
14.40	   search
14.40	     run=17  nbConstraintChecks=9338226  nbPropagations=956830  nbRevisions=17811525  nbUselessRevisions=15856832
14.40	     nbAssignments=37977  nbFailedAssignments=5630  nbBacktracks=29653  nbVisitedNodes=47739  nbRestartNogoods=76
14.40	       =>  wckTime=13.015  cpuTime=12.89  mem=27M965
22.24	   
22.24	   search
22.24	     run=18  nbConstraintChecks=16387226  nbPropagations=1446902  nbRevisions=28116863  nbUselessRevisions=25061108
22.24	     nbAssignments=57721  nbFailedAssignments=10558  nbBacktracks=44434  nbVisitedNodes=76902  nbRestartNogoods=83
22.24	       =>  wckTime=20.861  cpuTime=20.73  mem=27M965
33.58	   
33.58	   search
33.58	     run=19  nbConstraintChecks=25968654  nbPropagations=2224742  nbRevisions=44234963  nbUselessRevisions=39423302
33.58	     nbAssignments=86360  nbFailedAssignments=16997  nbBacktracks=66606  nbVisitedNodes=117588  nbRestartNogoods=90
33.58	       =>  wckTime=32.195  cpuTime=32.05  mem=27M965
52.49	   
52.49	   search
52.49	     run=20  nbConstraintChecks=43941829  nbPropagations=3494388  nbRevisions=72130479  nbUselessRevisions=64413067
52.49	     nbAssignments=131094  nbFailedAssignments=28437  nbBacktracks=99858  nbVisitedNodes=183579  nbRestartNogoods=100
52.49	       =>  wckTime=51.11  cpuTime=50.94  mem=27M965
81.23	   
81.23	   search
81.23	     run=21  nbConstraintChecks=71157110  nbPropagations=5530918  nbRevisions=117340410  nbUselessRevisions=104928600
81.23	     nbAssignments=200021  nbFailedAssignments=47395  nbBacktracks=149736  nbVisitedNodes=288792  nbRestartNogoods=113
81.23	       =>  wckTime=79.846  cpuTime=79.64  mem=27M965
124.29	   
124.29	   search
124.29	     run=22  nbConstraintChecks=111887123  nbPropagations=8704728  nbRevisions=188681333  nbUselessRevisions=168900319
124.29	     nbAssignments=296796  nbFailedAssignments=69303  nbBacktracks=224554  nbVisitedNodes=429067  nbRestartNogoods=120
124.29	       =>  wckTime=122.903  cpuTime=122.65  mem=27M965
189.90	   
189.90	   search
189.90	     run=23  nbConstraintChecks=176095508  nbPropagations=13579479  nbRevisions=301737162  nbUselessRevisions=270434269
189.90	     nbAssignments=445105  nbFailedAssignments=105338  nbBacktracks=336781  nbVisitedNodes=645511  nbRestartNogoods=129
189.90	       =>  wckTime=188.518  cpuTime=188.17  mem=27M965
281.51	   
281.51	   search
281.51	     run=24  nbConstraintChecks=263195815  nbPropagations=20843807  nbRevisions=471782261  nbUselessRevisions=423431487
281.51	     nbAssignments=665869  nbFailedAssignments=157638  nbBacktracks=505129  nbVisitedNodes=963835  nbRestartNogoods=140
281.51	       =>  wckTime=280.127  cpuTime=279.68  mem=27M965
410.64	   
410.64	   search
410.64	     run=25  nbConstraintChecks=378475666  nbPropagations=31466638  nbRevisions=714281238  nbUselessRevisions=641279202
410.64	     nbAssignments=990017  nbFailedAssignments=229220  nbBacktracks=757644  nbVisitedNodes=1427996  nbRestartNogoods=149
410.64	       =>  wckTime=409.254  cpuTime=408.65  mem=27M965
615.41	   
615.41	   search
615.41	     run=26  nbConstraintChecks=567895827  nbPropagations=47413953  nbRevisions=1078988008  nbUselessRevisions=969157948
615.41	     nbAssignments=1475030  nbFailedAssignments=335343  nbBacktracks=1136421  nbVisitedNodes=2125390
615.41	     nbRestartNogoods=159
615.41	       =>  wckTime=614.03  cpuTime=613.2  mem=27M965
913.83	   
913.83	   search
913.83	     run=27  nbConstraintChecks=844293414  nbPropagations=70969032  nbRevisions=1625178528
913.83	     nbUselessRevisions=1461550364  nbAssignments=2188301  nbFailedAssignments=480403  nbBacktracks=1704576
913.83	     nbVisitedNodes=3119717  nbRestartNogoods=166
913.83	       =>  wckTime=912.445  cpuTime=911.27  mem=27M965
1375.78	   
1375.78	   search
1375.78	     run=28  nbConstraintChecks=1282133583  nbPropagations=106517743  nbRevisions=2455868244
1375.78	     nbUselessRevisions=2209878040  nbAssignments=3304314  nbFailedAssignments=744029  nbBacktracks=2556803
1375.78	     nbVisitedNodes=4743915  nbRestartNogoods=179
1375.78	       =>  wckTime=1374.392  cpuTime=1372.71  mem=27M965

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-239079-1168363591 -o ROOT/results/node21/solver-239079-1168363591 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/239079-1168363591/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.01 2.04 2.00 4/95 10360
/proc/meminfo: memFree=1140984/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=18540 CPUtime=0
/proc/10359/stat : 10359 (runsolver) R 10357 10359 9775 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 184753649 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 221236489511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/10359/statm: 4635 279 244 17 0 2626 0

[startup+0.10749 s]
/proc/loadavg: 2.01 2.04 2.00 4/95 10360
/proc/meminfo: memFree=1140984/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=914988 CPUtime=0.08
/proc/10359/stat : 10359 (java) R 10357 10359 9775 0 -1 0 2996 0 1 0 7 1 0 0 20 0 8 0 184753649 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072925707 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10359/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515571 s]
/proc/loadavg: 2.01 2.04 2.00 4/95 10360
/proc/meminfo: memFree=1140984/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=915328 CPUtime=0.36
/proc/10359/stat : 10359 (java) R 10357 10359 9775 0 -1 0 5859 0 10 0 32 4 0 0 18 0 8 0 184753649 937295872 5607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072896998 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10359/statm: 228832 5607 2113 14 0 215302 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 915328

[startup+1.33873 s]
/proc/loadavg: 2.01 2.04 2.00 4/102 10367
/proc/meminfo: memFree=1090752/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=915676 CPUtime=1.18
/proc/10359/stat : 10359 (java) R 10357 10359 9775 0 -1 0 16100 0 10 0 109 9 0 0 22 0 8 0 184753649 937652224 15846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942902 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10359/statm: 228919 15846 2508 14 0 215389 0
[pid=10359/tid=10361] ppid=10357 vsize=915676 CPUtime=0.1
/proc/10359/task/10361/stat : 10361 (java) S 10357 10359 9775 0 -1 64 1531 0 0 0 10 0 0 0 18 0 8 0 184753654 937652224 15846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10362] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9775 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184753657 937652224 15846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10365] ppid=10357 vsize=915676 CPUtime=0.22
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9775 0 -1 64 441 0 0 0 21 1 0 0 15 0 8 0 184753657 937652224 15846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10366] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184753657 937652224 15846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10367] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9775 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184753657 937652224 15846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 915676

[startup+2.99204 s]
/proc/loadavg: 2.01 2.04 2.00 4/102 10367
/proc/meminfo: memFree=1084224/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=915676 CPUtime=2.83
/proc/10359/stat : 10359 (java) R 10357 10359 9775 0 -1 0 16177 0 11 0 272 11 0 0 25 0 8 0 184753649 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074023127 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10359/statm: 228919 15923 2525 14 0 215389 0
[pid=10359/tid=10361] ppid=10357 vsize=915676 CPUtime=0.11
/proc/10359/task/10361/stat : 10361 (java) S 10357 10359 9775 0 -1 64 1531 0 0 0 10 1 0 0 17 0 8 0 184753654 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10362] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9775 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184753657 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10365] ppid=10357 vsize=915676 CPUtime=0.3
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9775 0 -1 64 482 0 0 0 29 1 0 0 15 0 8 0 184753657 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10366] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184753657 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10367] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9775 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184753657 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 915676

[startup+6.27866 s]
/proc/loadavg: 2.01 2.03 2.00 3/102 10367
/proc/meminfo: memFree=1084032/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=915676 CPUtime=6.1
/proc/10359/stat : 10359 (java) R 10357 10359 9775 0 -1 0 16186 0 11 0 598 12 0 0 25 0 8 0 184753649 937652224 15929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073966423 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10359/statm: 228919 15929 2525 14 0 215389 0
[pid=10359/tid=10361] ppid=10357 vsize=915676 CPUtime=0.11
/proc/10359/task/10361/stat : 10361 (java) S 10357 10359 9775 0 -1 64 1531 0 0 0 10 1 0 0 16 0 8 0 184753654 937652224 15929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10362] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9775 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184753657 937652224 15929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10365] ppid=10357 vsize=915676 CPUtime=0.31
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9775 0 -1 64 489 0 0 0 30 1 0 0 17 0 8 0 184753657 937652224 15929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10366] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184753657 937652224 15929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10367] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9775 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184753657 937652224 15929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 915676

[startup+12.7729 s]
/proc/loadavg: 2.01 2.03 2.00 3/102 10367
/proc/meminfo: memFree=1084032/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=915676 CPUtime=12.6
/proc/10359/stat : 10359 (java) R 10357 10359 9775 0 -1 0 16188 0 11 0 1248 12 0 0 25 0 8 0 184753649 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073982716 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10359/statm: 228919 15931 2525 14 0 215389 0
[pid=10359/tid=10361] ppid=10357 vsize=915676 CPUtime=0.11
/proc/10359/task/10361/stat : 10361 (java) S 10357 10359 9775 0 -1 64 1531 0 0 0 10 1 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10362] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9775 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10365] ppid=10357 vsize=915676 CPUtime=0.31
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9775 0 -1 64 491 0 0 0 30 1 0 0 16 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10366] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10367] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9775 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915676

[startup+25.6323 s]
/proc/loadavg: 2.09 2.05 2.01 3/101 10441
/proc/meminfo: memFree=1690440/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=915676 CPUtime=25.44
/proc/10359/stat : 10359 (java) R 10357 10359 9775 0 -1 0 16188 0 11 0 2532 12 0 0 25 0 8 0 184753649 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074015281 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10359/statm: 228919 15931 2525 14 0 215389 0
[pid=10359/tid=10361] ppid=10357 vsize=915676 CPUtime=0.11
/proc/10359/task/10361/stat : 10361 (java) S 10357 10359 9775 0 -1 64 1531 0 0 0 10 1 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10362] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9775 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10365] ppid=10357 vsize=915676 CPUtime=0.31
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9775 0 -1 64 491 0 0 0 30 1 0 0 16 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10366] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10367] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9775 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 915676

[startup+51.2712 s]
/proc/loadavg: 2.06 2.04 2.00 3/94 10442
/proc/meminfo: memFree=1724608/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=915676 CPUtime=51.04
/proc/10359/stat : 10359 (java) R 10357 10359 9775 0 -1 0 16188 0 11 0 5092 12 0 0 25 0 8 0 184753649 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073978049 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10359/statm: 228919 15931 2525 14 0 215389 0
[pid=10359/tid=10361] ppid=10357 vsize=915676 CPUtime=0.11
/proc/10359/task/10361/stat : 10361 (java) S 10357 10359 9775 0 -1 64 1531 0 0 0 10 1 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10362] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9775 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10365] ppid=10357 vsize=915676 CPUtime=0.31
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9775 0 -1 64 491 0 0 0 30 1 0 0 16 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10366] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10367] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9775 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 915676

[startup+102.546 s]
/proc/loadavg: 2.09 2.05 2.00 3/94 11131
/proc/meminfo: memFree=1716864/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=915676 CPUtime=102.26
/proc/10359/stat : 10359 (java) R 10357 10359 9775 0 -1 0 16188 0 11 0 10210 16 0 0 25 0 8 0 184753649 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073965256 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10359/statm: 228919 15931 2525 14 0 215389 0
[pid=10359/tid=10361] ppid=10357 vsize=915676 CPUtime=0.11
/proc/10359/task/10361/stat : 10361 (java) S 10357 10359 9775 0 -1 64 1531 0 0 0 10 1 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10362] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9775 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10365] ppid=10357 vsize=915676 CPUtime=0.31
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9775 0 -1 64 491 0 0 0 30 1 0 0 16 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10366] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10367] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9775 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 915676

[startup+162.586 s]
/proc/loadavg: 2.03 2.04 2.00 3/94 11131
/proc/meminfo: memFree=1717184/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=915676 CPUtime=162.23
/proc/10359/stat : 10359 (java) R 10357 10359 9775 0 -1 0 16188 0 11 0 16207 16 0 0 25 0 8 0 184753649 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918564 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.54 s]
/proc/loadavg: 2.08 2.05 2.01 3/94 11131
/proc/meminfo: memFree=1716672/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=915676 CPUtime=1481.7
/proc/10359/stat : 10359 (java) R 10357 10359 9775 0 -1 0 16189 0 11 0 148151 19 0 0 25 0 8 0 184753649 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073969654 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10359/statm: 228919 15931 2525 14 0 215389 0
[pid=10359/tid=10361] ppid=10357 vsize=915676 CPUtime=0.11
/proc/10359/task/10361/stat : 10361 (java) S 10357 10359 9775 0 -1 64 1531 0 0 0 10 1 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10362] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9775 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10365] ppid=10357 vsize=915676 CPUtime=0.31
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9775 0 -1 64 491 0 0 0 30 1 0 0 16 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10366] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10367] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9775 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 915676

[startup+1543.58 s]
/proc/loadavg: 2.11 2.06 2.01 3/94 11131
/proc/meminfo: memFree=1716544/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=915676 CPUtime=1541.67
/proc/10359/stat : 10359 (java) R 10357 10359 9775 0 -1 0 16189 0 11 0 154147 20 0 0 25 0 8 0 184753649 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960076 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10359/statm: 228919 15931 2525 14 0 215389 0
[pid=10359/tid=10361] ppid=10357 vsize=915676 CPUtime=0.11
/proc/10359/task/10361/stat : 10361 (java) S 10357 10359 9775 0 -1 64 1531 0 0 0 10 1 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10362] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9775 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10365] ppid=10357 vsize=915676 CPUtime=0.31
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9775 0 -1 64 491 0 0 0 30 1 0 0 16 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10366] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10367] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9775 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.67
Current children cumulated vsize (KiB) 915676

[startup+1603.62 s]
/proc/loadavg: 2.04 2.05 2.00 3/94 11131
/proc/meminfo: memFree=1716480/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=915676 CPUtime=1601.64
/proc/10359/stat : 10359 (java) R 10357 10359 9775 0 -1 0 16189 0 11 0 160144 20 0 0 25 0 8 0 184753649 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958415 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10359/statm: 228919 15931 2525 14 0 215389 0
[pid=10359/tid=10361] ppid=10357 vsize=915676 CPUtime=0.11
/proc/10359/task/10361/stat : 10361 (java) S 10357 10359 9775 0 -1 64 1531 0 0 0 10 1 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10362] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9775 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10365] ppid=10357 vsize=915676 CPUtime=0.31
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9775 0 -1 64 491 0 0 0 30 1 0 0 16 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10366] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10367] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9775 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 915676

[startup+1663.65 s]
/proc/loadavg: 2.01 2.03 2.00 3/94 11131
/proc/meminfo: memFree=1716480/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=915676 CPUtime=1661.62
/proc/10359/stat : 10359 (java) R 10357 10359 9775 0 -1 0 16189 0 11 0 166142 20 0 0 25 0 8 0 184753649 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073965357 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10359/statm: 228919 15931 2525 14 0 215389 0
[pid=10359/tid=10361] ppid=10357 vsize=915676 CPUtime=0.11
/proc/10359/task/10361/stat : 10361 (java) S 10357 10359 9775 0 -1 64 1531 0 0 0 10 1 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10362] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9775 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10365] ppid=10357 vsize=915676 CPUtime=0.31
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9775 0 -1 64 491 0 0 0 30 1 0 0 16 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10366] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10367] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9775 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.62
Current children cumulated vsize (KiB) 915676

[startup+1723.68 s]
/proc/loadavg: 2.00 2.03 2.00 3/94 11131
/proc/meminfo: memFree=1716416/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=915676 CPUtime=1721.56
/proc/10359/stat : 10359 (java) R 10357 10359 9775 0 -1 0 16189 0 11 0 172136 20 0 0 25 0 8 0 184753649 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960076 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10359/statm: 228919 15931 2525 14 0 215389 0
[pid=10359/tid=10361] ppid=10357 vsize=915676 CPUtime=0.11
/proc/10359/task/10361/stat : 10361 (java) S 10357 10359 9775 0 -1 64 1531 0 0 0 10 1 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10362] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9775 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10365] ppid=10357 vsize=915676 CPUtime=0.31
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9775 0 -1 64 491 0 0 0 30 1 0 0 16 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10366] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10367] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9775 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 915676

[startup+1783.71 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 11131
/proc/meminfo: memFree=1716352/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=915676 CPUtime=1781.53
/proc/10359/stat : 10359 (java) R 10357 10359 9775 0 -1 0 16189 0 11 0 178132 21 0 0 25 0 8 0 184753649 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074006523 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10359/statm: 228919 15931 2525 14 0 215389 0
[pid=10359/tid=10361] ppid=10357 vsize=915676 CPUtime=0.11
/proc/10359/task/10361/stat : 10361 (java) S 10357 10359 9775 0 -1 64 1531 0 0 0 10 1 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10362] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9775 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10365] ppid=10357 vsize=915676 CPUtime=0.31
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9775 0 -1 64 491 0 0 0 30 1 0 0 16 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10366] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10367] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9775 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (KiB) 915676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.25 s]
/proc/loadavg: 2.00 2.02 2.00 4/94 11131
/proc/meminfo: memFree=1716352/2055920 swapFree=4156316/4192956
[pid=10359] ppid=10357 vsize=915676 CPUtime=1800.08
/proc/10359/stat : 10359 (java) R 10357 10359 9775 0 -1 0 16189 0 11 0 179987 21 0 0 25 0 8 0 184753649 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074017258 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10359/statm: 228919 15931 2525 14 0 215389 0
[pid=10359/tid=10361] ppid=10357 vsize=915676 CPUtime=0.11
/proc/10359/task/10361/stat : 10361 (java) S 10357 10359 9775 0 -1 64 1531 0 0 0 10 1 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10362] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9775 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184753654 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10365] ppid=10357 vsize=915676 CPUtime=0.31
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9775 0 -1 64 491 0 0 0 30 1 0 0 16 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10366] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10359/tid=10367] ppid=10357 vsize=915676 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9775 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184753657 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 915676

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

Child status: 143
Real time (s): 1802.33
CPU time (s): 1800.15
CPU user time (s): 1799.93
CPU system time (s): 0.221966
CPU usage (%): 99.879
Max. virtual memory (cumulated for all children) (KiB): 915780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16206
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37881
involuntary context switches= 83152

runsolver used 2.00469 s user time and 5.97509 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Tue Jan  9 17:26:31 UTC 2007


IDJOB= 239079
IDBENCH= 7037
FILE ID= node21/239079-1168363591

PBS_JOBID= 3504010

Free space on /tmp= 66558 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f5b1acb594977105c0d760db9d8ce3bc

RANDOM SEED= 573259551

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:       1141400 kB
Buffers:         51888 kB
Cached:         130448 kB
SwapCached:       3032 kB
Active:         768068 kB
Inactive:        94152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1141400 kB
SwapTotal:     4192956 kB
SwapFree:      4156316 kB
Dirty:            2792 kB
Writeback:           0 kB
Mapped:         697196 kB
Slab:            35812 kB
Committed_AS:  4649112 kB
PageTables:       3508 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= 66547 MiB



End job on node21 on Tue Jan  9 17:56:33 UTC 2007