Trace number 229945

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.16 1813.65

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-49_ext.xml
MD5SUM0e5b056047fa594473f015771936abbf
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 benchmark489.567
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints471
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension471
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.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/229945-1168313897/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.42	       =>  wckTime=0.103  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.57	   
0.57	   constraints being loaded...
0.72	     nbConstraints=471  nbRelationTypes=471  nbExtensionStructures=471  nbSharedExtensionStructures=0
0.72	     nbConflictsStructures=471  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2514  maxDegree=27
0.72	     maxArity=2
0.72	       =>  wckTime=0.396  cpuTime=0.3  mem=17M695
0.76	   
0.76	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.602  cpuTime=0.43  mem=15M588
0.99	   
0.99	   preprocessing
0.99	     nbConstraintChecks=120049  nbPropagations=1333  nbRevisions=11276  nbUselessRevisions=9594  nbSingletonTests=67
0.99	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.99	       =>  wckTime=0.062  cpuTime=0.04  mem=15M588
1.02	   
1.02	   search
1.02	     run=0  nbConstraintChecks=54219  nbPropagations=1939  nbRevisions=18816  nbUselessRevisions=15863  nbAssignments=27
1.02	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=41  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.02	     nbTooLargeKeys=0
1.02	       =>  wckTime=0.092  cpuTime=0.06  mem=15M588
1.04	   
1.04	   search
1.04	     run=1  nbConstraintChecks=94975  nbPropagations=4437  nbRevisions=44451  nbUselessRevisions=37462  nbAssignments=65
1.04	     nbFailedAssignments=18  nbBacktracks=25  nbVisitedNodes=96  nbRestartNogoods=2  mapSize=20  nbInferences=0
1.04	     nbTooLargeKeys=0
1.04	       =>  wckTime=0.112  cpuTime=0.07  mem=15M588
1.05	   
1.05	   search
1.05	     run=2  nbConstraintChecks=173073  nbPropagations=7855  nbRevisions=82395  nbUselessRevisions=69177
1.05	     nbAssignments=109  nbFailedAssignments=29  nbBacktracks=47  nbVisitedNodes=166  nbRestartNogoods=3  mapSize=37
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.127  cpuTime=0.09  mem=15M588
1.07	   
1.07	   search
1.07	     run=3  nbConstraintChecks=270342  nbPropagations=12476  nbRevisions=137696  nbUselessRevisions=115315
1.07	     nbAssignments=169  nbFailedAssignments=45  nbBacktracks=80  nbVisitedNodes=260  nbRestartNogoods=7  mapSize=62
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.147  cpuTime=0.11  mem=15M588
1.10	   
1.10	   search
1.10	     run=4  nbConstraintChecks=381156  nbPropagations=18526  nbRevisions=212867  nbUselessRevisions=177913
1.10	     nbAssignments=253  nbFailedAssignments=69  nbBacktracks=131  nbVisitedNodes=388  nbRestartNogoods=11  mapSize=93
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.172  cpuTime=0.13  mem=15M588
1.15	   
1.15	   search
1.15	     run=5  nbConstraintChecks=600817  nbPropagations=27187  nbRevisions=328821  nbUselessRevisions=274500
1.15	     nbAssignments=387  nbFailedAssignments=117  nbBacktracks=207  nbVisitedNodes=612  nbRestartNogoods=13  mapSize=158
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.223  cpuTime=0.17  mem=15M588
1.20	   
1.20	   search
1.20	     run=6  nbConstraintChecks=895616  nbPropagations=39454  nbRevisions=498541  nbUselessRevisions=415389
1.20	     nbAssignments=578  nbFailedAssignments=182  nbBacktracks=323  nbVisitedNodes=928  nbRestartNogoods=17  mapSize=249
1.20	     nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.277  cpuTime=0.22  mem=15M588
1.28	   
1.28	   search
1.28	     run=7  nbConstraintChecks=1298873  nbPropagations=56828  nbRevisions=747072  nbUselessRevisions=621570
1.28	     nbAssignments=869  nbFailedAssignments=292  nbBacktracks=494  nbVisitedNodes=1413  nbRestartNogoods=22  mapSize=385
1.28	     nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.354  cpuTime=0.3  mem=15M588
1.41	   
1.41	   search
1.41	     run=8  nbConstraintChecks=1935147  nbPropagations=82392  nbRevisions=1127143  nbUselessRevisions=937937
1.41	     nbAssignments=1313  nbFailedAssignments=470  nbBacktracks=752  nbVisitedNodes=2177  nbRestartNogoods=26
1.41	     mapSize=602  nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.483  cpuTime=0.42  mem=15M588
1.60	   
1.60	   search
1.60	     run=9  nbConstraintChecks=2946152  nbPropagations=120115  nbRevisions=1701282  nbUselessRevisions=1414916
1.60	     nbAssignments=1963  nbFailedAssignments=725  nbBacktracks=1138  nbVisitedNodes=3295  nbRestartNogoods=29
1.60	     mapSize=920  nbInferences=0  nbTooLargeKeys=0
1.60	       =>  wckTime=0.672  cpuTime=0.59  mem=15M588
1.64	   
1.64	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=15M588)
1.83	   
1.83	   search
1.83	     run=10  nbConstraintChecks=4326251  nbPropagations=175023  nbRevisions=2543601  nbUselessRevisions=2112970
1.83	     nbAssignments=2919  nbFailedAssignments=1093  nbBacktracks=1718  nbVisitedNodes=4912  nbRestartNogoods=32
1.83	       =>  wckTime=0.908  cpuTime=0.82  mem=15M588
2.22	   
2.22	   search
2.22	     run=11  nbConstraintChecks=6921097  nbPropagations=259201  nbRevisions=3859011  nbUselessRevisions=3200024
2.22	     nbAssignments=4430  nbFailedAssignments=1728  nbBacktracks=2583  nbVisitedNodes=7542  nbRestartNogoods=36
2.22	       =>  wckTime=1.299  cpuTime=1.21  mem=15M588
2.71	   
2.71	   search
2.71	     run=12  nbConstraintChecks=9933940  nbPropagations=380754  nbRevisions=5753250  nbUselessRevisions=4763871
2.71	     nbAssignments=6433  nbFailedAssignments=2424  nbBacktracks=3882  nbVisitedNodes=10902  nbRestartNogoods=44
2.71	       =>  wckTime=1.787  cpuTime=1.68  mem=15M588
3.54	   
3.54	   search
3.54	     run=13  nbConstraintChecks=15284539  nbPropagations=566178  nbRevisions=8655066  nbUselessRevisions=7159903
3.54	     nbAssignments=9716  nbFailedAssignments=3752  nbBacktracks=5829  nbVisitedNodes=16565  nbRestartNogoods=51
3.54	       =>  wckTime=2.614  cpuTime=2.5  mem=15M588
4.56	   
4.56	   search
4.56	     run=14  nbConstraintChecks=21609836  nbPropagations=832702  nbRevisions=12824778  nbUselessRevisions=10607486
4.56	     nbAssignments=14269  nbFailedAssignments=5372  nbBacktracks=8750  nbVisitedNodes=24183  nbRestartNogoods=57
4.56	       =>  wckTime=3.638  cpuTime=3.51  mem=15M588
6.36	   
6.37	   search
6.37	     run=15  nbConstraintChecks=33229463  nbPropagations=1236121  nbRevisions=19151106  nbUselessRevisions=15827286
6.37	     nbAssignments=21369  nbFailedAssignments=8058  nbBacktracks=13128  nbVisitedNodes=36230  nbRestartNogoods=67
6.37	       =>  wckTime=5.44  cpuTime=5.3  mem=15M588
9.07	   
9.07	   search
9.07	     run=16  nbConstraintChecks=50698464  nbPropagations=1844557  nbRevisions=28753658  nbUselessRevisions=23746481
9.07	     nbAssignments=32133  nbFailedAssignments=12221  nbBacktracks=19696  nbVisitedNodes=54599  nbRestartNogoods=81
9.07	       =>  wckTime=8.149  cpuTime=7.99  mem=16M563
13.27	   
13.27	   search
13.27	     run=17  nbConstraintChecks=77966059  nbPropagations=2770529  nbRevisions=43426660  nbUselessRevisions=35844084
13.27	     nbAssignments=48398  nbFailedAssignments=18623  nbBacktracks=29549  nbVisitedNodes=82623  nbRestartNogoods=90
13.27	       =>  wckTime=12.342  cpuTime=12.14  mem=16M563
19.14	   
19.14	   search
19.14	     run=18  nbConstraintChecks=115194596  nbPropagations=4155260  nbRevisions=65347222  nbUselessRevisions=53944190
19.14	     nbAssignments=72320  nbFailedAssignments=27756  nbBacktracks=44330  nbVisitedNodes=123735  nbRestartNogoods=98
19.14	       =>  wckTime=18.218  cpuTime=17.97  mem=16M563
28.26	   
28.26	   search
28.26	     run=19  nbConstraintChecks=174664588  nbPropagations=6237255  nbRevisions=98323064  nbUselessRevisions=81139291
28.26	     nbAssignments=108317  nbFailedAssignments=41574  nbBacktracks=66499  nbVisitedNodes=185306  nbRestartNogoods=104
28.26	       =>  wckTime=27.335  cpuTime=27.0  mem=16M563
42.49	   
42.49	   search
42.49	     run=20  nbConstraintChecks=268342166  nbPropagations=9393259  nbRevisions=148611569  nbUselessRevisions=122634394
42.49	     nbAssignments=162932  nbFailedAssignments=62906  nbBacktracks=99753  nbVisitedNodes=279439  nbRestartNogoods=115
42.49	       =>  wckTime=41.562  cpuTime=41.11  mem=16M563
62.31	   
62.31	   search
62.31	     run=21  nbConstraintChecks=392543940  nbPropagations=14084954  nbRevisions=223491205  nbUselessRevisions=184554005
62.31	     nbAssignments=244084  nbFailedAssignments=94167  nbBacktracks=149631  nbVisitedNodes=418566  nbRestartNogoods=123
62.31	       =>  wckTime=61.384  cpuTime=60.76  mem=16M563
92.68	   
92.68	   search
92.68	     run=22  nbConstraintChecks=588481589  nbPropagations=21104512  nbRevisions=335598444  nbUselessRevisions=277267599
92.68	     nbAssignments=364816  nbFailedAssignments=140071  nbBacktracks=224449  nbVisitedNodes=625810  nbRestartNogoods=132
92.68	       =>  wckTime=91.754  cpuTime=90.89  mem=16M563
137.95	   
137.95	   search
137.95	     run=23  nbConstraintChecks=878458004  nbPropagations=31588850  nbRevisions=503083313  nbUselessRevisions=415780436
137.95	     nbAssignments=544887  nbFailedAssignments=207903  nbBacktracks=336678  nbVisitedNodes=933276  nbRestartNogoods=148
137.95	       =>  wckTime=137.023  cpuTime=135.8  mem=16M563
208.27	   
208.27	   search
208.27	     run=24  nbConstraintChecks=1334161637  nbPropagations=47419220  nbRevisions=756669373  nbUselessRevisions=625516555
208.27	     nbAssignments=820977  nbFailedAssignments=315640  nbBacktracks=505021  nbVisitedNodes=1409300  nbRestartNogoods=158
208.27	       =>  wckTime=207.347  cpuTime=205.53  mem=16M563
312.17	   
312.17	   search
312.17	     run=25  nbConstraintChecks=2002223971  nbPropagations=71193814  nbRevisions=1137113775
312.17	     nbUselessRevisions=940168157  nbAssignments=1229120  nbFailedAssignments=471240  nbBacktracks=757532
312.17	     nbVisitedNodes=2110374  nbRestartNogoods=172
312.17	       =>  wckTime=311.246  cpuTime=308.52  mem=16M563
463.52	   
463.52	   search
463.52	     run=26  nbConstraintChecks=2961945555  nbPropagations=106676572  nbRevisions=1704319672
463.52	     nbUselessRevisions=1409488494  nbAssignments=1845467  nbFailedAssignments=708809  nbBacktracks=1136299
463.52	     nbVisitedNodes=3168214  nbRestartNogoods=188
463.52	       =>  wckTime=462.592  cpuTime=458.6  mem=16M563
693.51	   
693.51	   search
693.51	     run=27  nbConstraintChecks=4435210389  nbPropagations=159743753  nbRevisions=2553918971
693.51	     nbUselessRevisions=2112803256  nbAssignments=2758418  nbFailedAssignments=1053599  nbBacktracks=1704450
693.51	     nbVisitedNodes=4731127  nbRestartNogoods=200
693.51	       =>  wckTime=692.586  cpuTime=686.69  mem=16M563
1040.23	   
1040.23	   search
1040.23	     run=28  nbConstraintChecks=6656815437  nbPropagations=239428327  nbRevisions=3831476118
1040.23	     nbUselessRevisions=3171003923  nbAssignments=4138203  nbFailedAssignments=1581149  nbBacktracks=2556677
1040.23	     nbVisitedNodes=7100172  nbRestartNogoods=218
1040.23	       =>  wckTime=1039.304  cpuTime=1030.5  mem=16M563
1548.39	   
1548.39	   search
1548.39	     run=29  nbConstraintChecks=9922760218  nbPropagations=358259144  nbRevisions=5726839542
1548.39	     nbUselessRevisions=4739816262  nbAssignments=6174291  nbFailedAssignments=2338881  nbBacktracks=3835021
1548.39	     nbVisitedNodes=10572729  nbRestartNogoods=228
1548.39	       =>  wckTime=1547.465  cpuTime=1534.15  mem=16M563

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/node56/watcher-229945-1168313897 -o ROOT/results/node56/solver-229945-1168313897 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229945-1168313897/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.00 2.00 2.00 2/74 8692
/proc/meminfo: memFree=1564048/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=18540 CPUtime=0
/proc/8691/stat : 8691 (runsolver) R 8689 8691 7381 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 179787852 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 253307186471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/8691/statm: 4635 279 244 17 0 2626 0

[startup+0.103004 s]
/proc/loadavg: 2.00 2.00 2.00 2/74 8692
/proc/meminfo: memFree=1564048/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=914988 CPUtime=0.08
/proc/8691/stat : 8691 (java) R 8689 8691 7381 0 -1 0 2960 0 1 0 7 1 0 0 19 0 8 0 179787852 936947712 2706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10230205 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8691/statm: 228747 2706 1416 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515043 s]
/proc/loadavg: 2.00 2.00 2.00 2/74 8692
/proc/meminfo: memFree=1564048/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=915328 CPUtime=0.48
/proc/8691/stat : 8691 (java) R 8689 8691 7381 0 -1 0 6908 0 1 0 44 4 0 0 19 0 8 0 179787852 937295872 6647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073562836 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8691/statm: 228832 6647 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.34512 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8699
/proc/meminfo: memFree=1536344/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=915460 CPUtime=1.31
/proc/8691/stat : 8691 (java) R 8689 8691 7381 0 -1 0 9645 0 1 0 125 6 0 0 24 0 8 0 179787852 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826243 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8691/statm: 228865 9383 2524 14 0 215335 0
[pid=8691/tid=8693] ppid=8689 vsize=915460 CPUtime=0.03
/proc/8691/task/8693/stat : 8693 (java) S 8689 8691 7381 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 179787856 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8694] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8694/stat : 8694 (java) S 8689 8691 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179787856 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8695] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8695/stat : 8695 (java) S 8689 8691 7381 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179787856 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8696] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8696/stat : 8696 (java) S 8689 8691 7381 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 179787860 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8697] ppid=8689 vsize=915460 CPUtime=0.21
/proc/8691/task/8697/stat : 8697 (java) S 8689 8691 7381 0 -1 64 382 0 0 0 21 0 0 0 15 0 8 0 179787860 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8698] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8698/stat : 8698 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179787860 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8699] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8699/stat : 8699 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179787860 937431040 9383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.98328 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8699
/proc/meminfo: memFree=1536216/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=915460 CPUtime=2.93
/proc/8691/stat : 8691 (java) R 8689 8691 7381 0 -1 0 9662 0 1 0 286 7 0 0 25 0 8 0 179787852 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819769 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8691/statm: 228865 9399 2524 14 0 215335 0
[pid=8691/tid=8693] ppid=8689 vsize=915460 CPUtime=0.03
/proc/8691/task/8693/stat : 8693 (java) S 8689 8691 7381 0 -1 64 410 0 0 0 3 0 0 0 17 0 8 0 179787856 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8694] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8694/stat : 8694 (java) S 8689 8691 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179787856 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8695] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8695/stat : 8695 (java) S 8689 8691 7381 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179787856 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8696] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8696/stat : 8696 (java) S 8689 8691 7381 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 179787860 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8697] ppid=8689 vsize=915460 CPUtime=0.25
/proc/8691/task/8697/stat : 8697 (java) S 8689 8691 7381 0 -1 64 398 0 0 0 24 1 0 0 15 0 8 0 179787860 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8698] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8698/stat : 8698 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179787860 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8699] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8699/stat : 8699 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179787860 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915460

[startup+6.2626 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8699
/proc/meminfo: memFree=1536216/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=915460 CPUtime=6.18
/proc/8691/stat : 8691 (java) R 8689 8691 7381 0 -1 0 9663 0 1 0 611 7 0 0 25 0 8 0 179787852 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814070 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8691/statm: 228865 9399 2524 14 0 215335 0
[pid=8691/tid=8693] ppid=8689 vsize=915460 CPUtime=0.03
/proc/8691/task/8693/stat : 8693 (java) S 8689 8691 7381 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 179787856 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8694] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8694/stat : 8694 (java) S 8689 8691 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179787856 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8695] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8695/stat : 8695 (java) S 8689 8691 7381 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179787856 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8696] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8696/stat : 8696 (java) S 8689 8691 7381 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 179787860 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8697] ppid=8689 vsize=915460 CPUtime=0.25
/proc/8691/task/8697/stat : 8697 (java) S 8689 8691 7381 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 179787860 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8698] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8698/stat : 8698 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179787860 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8699] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8699/stat : 8699 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179787860 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915460

[startup+12.7542 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8699
/proc/meminfo: memFree=1536216/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=915460 CPUtime=12.61
/proc/8691/stat : 8691 (java) R 8689 8691 7381 0 -1 0 9663 0 1 0 1254 7 0 0 25 0 8 0 179787852 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073841635 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8691/statm: 228865 9399 2524 14 0 215335 0
[pid=8691/tid=8693] ppid=8689 vsize=915460 CPUtime=0.03
/proc/8691/task/8693/stat : 8693 (java) S 8689 8691 7381 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 179787856 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8694] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8694/stat : 8694 (java) S 8689 8691 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179787856 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8695] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8695/stat : 8695 (java) S 8689 8691 7381 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179787856 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8696] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8696/stat : 8696 (java) S 8689 8691 7381 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 179787860 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8697] ppid=8689 vsize=915460 CPUtime=0.25
/proc/8691/task/8697/stat : 8697 (java) S 8689 8691 7381 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 179787860 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8698] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8698/stat : 8698 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179787860 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8699] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8699/stat : 8699 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179787860 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915460

[startup+25.6215 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 8699
/proc/meminfo: memFree=1536216/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=915460 CPUtime=25.37
/proc/8691/stat : 8691 (java) R 8689 8691 7381 0 -1 0 9663 0 1 0 2530 7 0 0 25 0 8 0 179787852 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819952 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8691/statm: 228865 9399 2524 14 0 215335 0
[pid=8691/tid=8693] ppid=8689 vsize=915460 CPUtime=0.03
/proc/8691/task/8693/stat : 8693 (java) S 8689 8691 7381 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 179787856 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8694] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8694/stat : 8694 (java) S 8689 8691 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179787856 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8695] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8695/stat : 8695 (java) S 8689 8691 7381 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179787856 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8696] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8696/stat : 8696 (java) S 8689 8691 7381 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 179787860 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8697] ppid=8689 vsize=915460 CPUtime=0.25
/proc/8691/task/8697/stat : 8697 (java) S 8689 8691 7381 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 179787860 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8698] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8698/stat : 8698 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179787860 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8699] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8699/stat : 8699 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179787860 937431040 9399 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915460

[startup+51.229 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8699
/proc/meminfo: memFree=1536280/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=915460 CPUtime=50.76
/proc/8691/stat : 8691 (java) R 8689 8691 7381 0 -1 0 9664 0 1 0 5069 7 0 0 25 0 8 0 179787852 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810697 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8691/statm: 228865 9400 2524 14 0 215335 0
[pid=8691/tid=8693] ppid=8689 vsize=915460 CPUtime=0.03
/proc/8691/task/8693/stat : 8693 (java) S 8689 8691 7381 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 179787856 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8694] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8694/stat : 8694 (java) S 8689 8691 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179787856 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8695] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8695/stat : 8695 (java) S 8689 8691 7381 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179787856 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8696] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8696/stat : 8696 (java) S 8689 8691 7381 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 179787860 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8697] ppid=8689 vsize=915460 CPUtime=0.26
/proc/8691/task/8697/stat : 8697 (java) S 8689 8691 7381 0 -1 64 400 0 0 0 25 1 0 0 16 0 8 0 179787860 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8698] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8698/stat : 8698 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179787860 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8699] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8699/stat : 8699 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179787860 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 915460

[startup+102.435 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8699
/proc/meminfo: memFree=1536280/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=915460 CPUtime=101.54
/proc/8691/stat : 8691 (java) R 8689 8691 7381 0 -1 0 9665 0 1 0 10147 7 0 0 25 0 8 0 179787852 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073829924 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8691/statm: 228865 9400 2524 14 0 215335 0
[pid=8691/tid=8693] ppid=8689 vsize=915460 CPUtime=0.03
/proc/8691/task/8693/stat : 8693 (java) S 8689 8691 7381 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 179787856 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8694] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8694/stat : 8694 (java) S 8689 8691 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179787856 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8695] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8695/stat : 8695 (java) S 8689 8691 7381 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179787856 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8696] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8696/stat : 8696 (java) S 8689 8691 7381 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 179787860 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8697] ppid=8689 vsize=915460 CPUtime=0.26
/proc/8691/task/8697/stat : 8697 (java) S 8689 8691 7381 0 -1 64 400 0 0 0 25 1 0 0 16 0 8 0 179787860 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8698] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8698/stat : 8698 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179787860 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8699] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8699/stat : 8699 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179787860 937431040 9400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 915460

[startup+162.491 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8699
/proc/meminfo: memFree=1536344/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=915460 CPUtime=161.11
/proc/8691/stat : 8691 (java) R 8689 8691 7381 0 -1 0 9666 0 1 0 16104 7 0 0 25 0 8 0 179787852 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818791 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1483.66 s]
/proc/loadavg: 2.02 2.02 2.00 4/83 8899
/proc/meminfo: memFree=1535752/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=915460 CPUtime=1470.94
/proc/8691/stat : 8691 (java) R 8689 8691 7381 0 -1 0 9666 0 1 0 147085 9 0 0 25 0 8 0 179787852 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819955 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8691/statm: 228865 9401 2524 14 0 215335 0
[pid=8691/tid=8693] ppid=8689 vsize=915460 CPUtime=0.03
/proc/8691/task/8693/stat : 8693 (java) S 8689 8691 7381 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8694] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8694/stat : 8694 (java) S 8689 8691 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8695] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8695/stat : 8695 (java) S 8689 8691 7381 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8696] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8696/stat : 8696 (java) S 8689 8691 7381 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8697] ppid=8689 vsize=915460 CPUtime=0.26
/proc/8691/task/8697/stat : 8697 (java) S 8689 8691 7381 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8698] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8698/stat : 8698 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8699] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8699/stat : 8699 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.94
Current children cumulated vsize (KiB) 915460

[startup+1543.71 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 8899
/proc/meminfo: memFree=1535752/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=915460 CPUtime=1530.49
/proc/8691/stat : 8691 (java) R 8689 8691 7381 0 -1 0 9666 0 1 0 153040 9 0 0 25 0 8 0 179787852 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851596 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8691/statm: 228865 9401 2524 14 0 215335 0
[pid=8691/tid=8693] ppid=8689 vsize=915460 CPUtime=0.03
/proc/8691/task/8693/stat : 8693 (java) S 8689 8691 7381 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8694] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8694/stat : 8694 (java) S 8689 8691 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8695] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8695/stat : 8695 (java) S 8689 8691 7381 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8696] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8696/stat : 8696 (java) S 8689 8691 7381 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8697] ppid=8689 vsize=915460 CPUtime=0.26
/proc/8691/task/8697/stat : 8697 (java) S 8689 8691 7381 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8698] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8698/stat : 8698 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8699] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8699/stat : 8699 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.49
Current children cumulated vsize (KiB) 915460

[startup+1603.78 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 8975
/proc/meminfo: memFree=1546080/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=915460 CPUtime=1590.46
/proc/8691/stat : 8691 (java) R 8689 8691 7381 0 -1 0 9666 0 1 0 159036 10 0 0 25 0 8 0 179787852 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833197 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8691/statm: 228865 9401 2524 14 0 215335 0
[pid=8691/tid=8693] ppid=8689 vsize=915460 CPUtime=0.03
/proc/8691/task/8693/stat : 8693 (java) S 8689 8691 7381 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8694] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8694/stat : 8694 (java) S 8689 8691 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8695] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8695/stat : 8695 (java) S 8689 8691 7381 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8696] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8696/stat : 8696 (java) S 8689 8691 7381 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8697] ppid=8689 vsize=915460 CPUtime=0.26
/proc/8691/task/8697/stat : 8697 (java) S 8689 8691 7381 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8698] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8698/stat : 8698 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8699] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8699/stat : 8699 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.46
Current children cumulated vsize (KiB) 915460

[startup+1663.87 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 8975
/proc/meminfo: memFree=1546144/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=915460 CPUtime=1650.51
/proc/8691/stat : 8691 (java) R 8689 8691 7381 0 -1 0 9666 0 1 0 165040 11 0 0 25 0 8 0 179787852 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817639 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8691/statm: 228865 9401 2524 14 0 215335 0
[pid=8691/tid=8693] ppid=8689 vsize=915460 CPUtime=0.03
/proc/8691/task/8693/stat : 8693 (java) S 8689 8691 7381 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8694] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8694/stat : 8694 (java) S 8689 8691 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8695] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8695/stat : 8695 (java) S 8689 8691 7381 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8696] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8696/stat : 8696 (java) S 8689 8691 7381 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8697] ppid=8689 vsize=915460 CPUtime=0.26
/proc/8691/task/8697/stat : 8697 (java) S 8689 8691 7381 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8698] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8698/stat : 8698 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8699] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8699/stat : 8699 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.51
Current children cumulated vsize (KiB) 915460

[startup+1723.88 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 8975
/proc/meminfo: memFree=1546080/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=915460 CPUtime=1710.47
/proc/8691/stat : 8691 (java) R 8689 8691 7381 0 -1 0 9666 0 1 0 171036 11 0 0 25 0 8 0 179787852 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073845318 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8691/statm: 228865 9401 2524 14 0 215335 0
[pid=8691/tid=8693] ppid=8689 vsize=915460 CPUtime=0.03
/proc/8691/task/8693/stat : 8693 (java) S 8689 8691 7381 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8694] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8694/stat : 8694 (java) S 8689 8691 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8695] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8695/stat : 8695 (java) S 8689 8691 7381 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8696] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8696/stat : 8696 (java) S 8689 8691 7381 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8697] ppid=8689 vsize=915460 CPUtime=0.26
/proc/8691/task/8697/stat : 8697 (java) S 8689 8691 7381 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8698] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8698/stat : 8698 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8699] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8699/stat : 8699 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.47
Current children cumulated vsize (KiB) 915460

[startup+1783.95 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 8975
/proc/meminfo: memFree=1546144/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=915460 CPUtime=1770.48
/proc/8691/stat : 8691 (java) R 8689 8691 7381 0 -1 0 9666 0 1 0 177037 11 0 0 25 0 8 0 179787852 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073830141 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8691/statm: 228865 9401 2524 14 0 215335 0
[pid=8691/tid=8693] ppid=8689 vsize=915460 CPUtime=0.03
/proc/8691/task/8693/stat : 8693 (java) S 8689 8691 7381 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8694] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8694/stat : 8694 (java) S 8689 8691 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8695] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8695/stat : 8695 (java) S 8689 8691 7381 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8696] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8696/stat : 8696 (java) S 8689 8691 7381 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8697] ppid=8689 vsize=915460 CPUtime=0.26
/proc/8691/task/8697/stat : 8697 (java) S 8689 8691 7381 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8698] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8698/stat : 8698 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8699] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8699/stat : 8699 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.48
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.59 s]
/proc/loadavg: 2.06 2.01 2.00 3/88 8975
/proc/meminfo: memFree=1546080/2055920 swapFree=4184772/4192956
[pid=8691] ppid=8689 vsize=915460 CPUtime=1800.09
/proc/8691/stat : 8691 (java) R 8689 8691 7381 0 -1 0 9666 0 1 0 179998 11 0 0 25 0 8 0 179787852 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812608 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8691/statm: 228865 9401 2524 14 0 215335 0
[pid=8691/tid=8693] ppid=8689 vsize=915460 CPUtime=0.03
/proc/8691/task/8693/stat : 8693 (java) S 8689 8691 7381 0 -1 64 410 0 0 0 3 0 0 0 16 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8694] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8694/stat : 8694 (java) S 8689 8691 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8695] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8695/stat : 8695 (java) S 8689 8691 7381 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179787856 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8696] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8696/stat : 8696 (java) S 8689 8691 7381 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8697] ppid=8689 vsize=915460 CPUtime=0.26
/proc/8691/task/8697/stat : 8697 (java) S 8689 8691 7381 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8698] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8698/stat : 8698 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8691/tid=8699] ppid=8689 vsize=915460 CPUtime=0
/proc/8691/task/8699/stat : 8699 (java) S 8689 8691 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179787860 937431040 9401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1813.65
CPU time (s): 1800.16
CPU user time (s): 1800.04
CPU system time (s): 0.118981
CPU usage (%): 99.256
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.04
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9685
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= 37827
involuntary context switches= 62590

runsolver used 2.43463 s user time and 5.61115 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Tue Jan  9 03:38:17 UTC 2007


IDJOB= 229945
IDBENCH= 6379
FILE ID= node56/229945-1168313897

PBS_JOBID= 3502360

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23-fcd/rand-2-50-23-587-230-fcd-49_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229945-1168313897/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-229945-1168313897 -o ROOT/results/node56/solver-229945-1168313897 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229945-1168313897/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0e5b056047fa594473f015771936abbf

RANDOM SEED= 398766523

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.232
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.232
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:       1564528 kB
Buffers:         43792 kB
Cached:         357400 kB
SwapCached:       2048 kB
Active:         165680 kB
Inactive:       272572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564528 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            4124 kB
Writeback:           0 kB
Mapped:          45288 kB
Slab:            38468 kB
Committed_AS:  3968448 kB
PageTables:       1868 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB



End job on node56 on Tue Jan  9 04:08:31 UTC 2007