Trace number 194643

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.04 1800.9

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-44_ext.xml
MD5SUM6820462ffd7efb91eb7255fd46b076c9
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 benchmark224.611
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints477
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension477
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/194643-1168069387/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.1  mem=6M951
0.42	   
0.42	   relations being loaded...
0.57	   
0.57	   constraints being loaded...
0.72	     nbConstraints=477  nbRelationTypes=477  nbExtensionStructures=477  nbSharedExtensionStructures=0
0.72	     nbConflictsStructures=477  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2516  maxDegree=27
0.72	     maxArity=2
0.72	       =>  wckTime=0.402  cpuTime=0.31  mem=17M744
0.77	   
0.77	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.605  cpuTime=0.43  mem=15M388
0.93	   
0.93	   preprocessing
0.93	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.93	     detectedInconsistency=no
0.93	       =>  wckTime=0.0080  cpuTime=0.0  mem=15M388
0.99	   
0.99	   search
0.99	     run=0  nbConstraintChecks=56013  nbPropagations=671  nbRevisions=8428  nbUselessRevisions=6785  nbAssignments=30
0.99	     nbFailedAssignments=9  nbBacktracks=13  nbVisitedNodes=49  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.99	     nbTooLargeKeys=0
0.99	       =>  wckTime=0.061  cpuTime=0.03  mem=15M388
1.01	   
1.01	   search
1.01	     run=1  nbConstraintChecks=112019  nbPropagations=2022  nbRevisions=26238  nbUselessRevisions=21435
1.01	     nbAssignments=65  nbFailedAssignments=18  nbBacktracks=30  nbVisitedNodes=102  nbRestartNogoods=2  mapSize=25
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.086  cpuTime=0.05  mem=15M388
1.03	   
1.03	   search
1.03	     run=2  nbConstraintChecks=195776  nbPropagations=4404  nbRevisions=59055  nbUselessRevisions=48616
1.03	     nbAssignments=116  nbFailedAssignments=35  nbBacktracks=53  nbVisitedNodes=183  nbRestartNogoods=3  mapSize=43
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.11  cpuTime=0.06  mem=15M388
1.06	   
1.06	   search
1.06	     run=3  nbConstraintChecks=310394  nbPropagations=8120  nbRevisions=110879  nbUselessRevisions=91513
1.06	     nbAssignments=182  nbFailedAssignments=56  nbBacktracks=87  nbVisitedNodes=289  nbRestartNogoods=6  mapSize=72
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.134  cpuTime=0.09  mem=15M388
1.09	   
1.09	   search
1.09	     run=4  nbConstraintChecks=487782  nbPropagations=13879  nbRevisions=193563  nbUselessRevisions=159791
1.09	     nbAssignments=280  nbFailedAssignments=93  nbBacktracks=141  nbVisitedNodes=454  nbRestartNogoods=10  mapSize=119
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.168  cpuTime=0.13  mem=15M388
1.13	   
1.13	   search
1.13	     run=5  nbConstraintChecks=678293  nbPropagations=21938  nbRevisions=309779  nbUselessRevisions=256035
1.13	     nbAssignments=413  nbFailedAssignments=142  nbBacktracks=218  nbVisitedNodes=669  nbRestartNogoods=11  mapSize=183
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.208  cpuTime=0.16  mem=15M388
1.19	   
1.19	   search
1.19	     run=6  nbConstraintChecks=978751  nbPropagations=33686  nbRevisions=481888  nbUselessRevisions=397906
1.19	     nbAssignments=605  nbFailedAssignments=211  nbBacktracks=332  nbVisitedNodes=988  nbRestartNogoods=12  mapSize=270
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.267  cpuTime=0.22  mem=15M388
1.27	   
1.27	   search
1.27	     run=7  nbConstraintChecks=1429768  nbPropagations=50815  nbRevisions=735633  nbUselessRevisions=606909
1.27	     nbAssignments=900  nbFailedAssignments=324  nbBacktracks=503  nbVisitedNodes=1480  nbRestartNogoods=19  mapSize=409
1.27	     nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.35  cpuTime=0.3  mem=15M388
1.40	   
1.40	   search
1.40	     run=8  nbConstraintChecks=2147116  nbPropagations=76097  nbRevisions=1114209  nbUselessRevisions=918360
1.40	     nbAssignments=1327  nbFailedAssignments=484  nbBacktracks=759  nbVisitedNodes=2194  nbRestartNogoods=23
1.40	     mapSize=611  nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.477  cpuTime=0.42  mem=15M388
1.59	   
1.59	   search
1.59	     run=9  nbConstraintChecks=3202661  nbPropagations=113419  nbRevisions=1682906  nbUselessRevisions=1386334
1.59	     nbAssignments=1962  nbFailedAssignments=723  nbBacktracks=1144  nbVisitedNodes=3266  nbRestartNogoods=30
1.59	     mapSize=925  nbInferences=0  nbTooLargeKeys=0
1.59	       =>  wckTime=0.665  cpuTime=0.6  mem=15M388
1.64	   
1.64	   INFO : Stopping hyperNogood (mapSize=1014, nbTooLargekeys=0, mem=15M388)
1.86	   
1.86	   search
1.86	     run=10  nbConstraintChecks=4904647  nbPropagations=169776  nbRevisions=2555613  nbUselessRevisions=2105177
1.86	     nbAssignments=2921  nbFailedAssignments=1095  nbBacktracks=1720  nbVisitedNodes=4923  nbRestartNogoods=34
1.86	       =>  wckTime=0.933  cpuTime=0.85  mem=15M388
2.20	   
2.20	   search
2.20	     run=11  nbConstraintChecks=7102566  nbPropagations=253091  nbRevisions=3844007  nbUselessRevisions=3165359
2.20	     nbAssignments=4333  nbFailedAssignments=1631  nbBacktracks=2587  nbVisitedNodes=7344  nbRestartNogoods=38
2.20	       =>  wckTime=1.278  cpuTime=1.19  mem=15M388
2.76	   
2.76	   search
2.76	     run=12  nbConstraintChecks=10951541  nbPropagations=378318  nbRevisions=5780748  nbUselessRevisions=4753341
2.76	     nbAssignments=6462  nbFailedAssignments=2452  nbBacktracks=3884  nbVisitedNodes=10978  nbRestartNogoods=44
2.76	       =>  wckTime=1.832  cpuTime=1.75  mem=15M388
3.55	   
3.55	   search
3.55	     run=13  nbConstraintChecks=16013943  nbPropagations=565536  nbRevisions=8702732  nbUselessRevisions=7152900
3.55	     nbAssignments=9740  nbFailedAssignments=3774  nbBacktracks=5831  nbVisitedNodes=16640  nbRestartNogoods=53
3.55	       =>  wckTime=2.624  cpuTime=2.54  mem=15M388
4.72	   
4.72	   search
4.72	     run=14  nbConstraintChecks=23908346  nbPropagations=843253  nbRevisions=13041880  nbUselessRevisions=10713913
4.72	     nbAssignments=14320  nbFailedAssignments=5422  nbBacktracks=8755  nbVisitedNodes=24415  nbRestartNogoods=62
4.72	       =>  wckTime=3.796  cpuTime=3.71  mem=15M388
6.39	   
6.39	   search
6.39	     run=15  nbConstraintChecks=34919971  nbPropagations=1250032  nbRevisions=19401147  nbUselessRevisions=15931981
6.39	     nbAssignments=21280  nbFailedAssignments=7989  nbBacktracks=13138  nbVisitedNodes=36163  nbRestartNogoods=69
6.39	       =>  wckTime=5.463  cpuTime=5.38  mem=15M388
9.07	   
9.07	   search
9.07	     run=16  nbConstraintChecks=52507076  nbPropagations=1864585  nbRevisions=29087489  nbUselessRevisions=23892033
9.07	     nbAssignments=32298  nbFailedAssignments=12426  nbBacktracks=19708  nbVisitedNodes=55111  nbRestartNogoods=77
9.07	       =>  wckTime=8.143  cpuTime=8.05  mem=15M388
13.20	   
13.20	   search
13.20	     run=17  nbConstraintChecks=80410996  nbPropagations=2800088  nbRevisions=43896923  nbUselessRevisions=36065930
13.20	     nbAssignments=48557  nbFailedAssignments=18823  nbBacktracks=29562  nbVisitedNodes=83243  nbRestartNogoods=84
13.20	       =>  wckTime=12.277  cpuTime=12.18  mem=15M388
18.97	   
18.97	   search
18.97	     run=18  nbConstraintChecks=118722083  nbPropagations=4186220  nbRevisions=65863411  nbUselessRevisions=54140854
18.97	     nbAssignments=72108  nbFailedAssignments=27582  nbBacktracks=44343  nbVisitedNodes=123327  nbRestartNogoods=90
18.97	       =>  wckTime=18.042  cpuTime=17.94  mem=15M388
27.57	   
27.57	   search
27.57	     run=19  nbConstraintChecks=174907023  nbPropagations=6247444  nbRevisions=98504732  nbUselessRevisions=81040486
27.57	     nbAssignments=107547  nbFailedAssignments=40840  nbBacktracks=66512  nbVisitedNodes=183696  nbRestartNogoods=97
27.57	       =>  wckTime=26.641  cpuTime=26.54  mem=15M388
40.96	   
40.96	   search
40.96	     run=20  nbConstraintChecks=265979033  nbPropagations=9343951  nbRevisions=147397204  nbUselessRevisions=121270445
40.96	     nbAssignments=160296  nbFailedAssignments=60329  nbBacktracks=99764  nbVisitedNodes=273605  nbRestartNogoods=106
40.96	       =>  wckTime=40.036  cpuTime=39.93  mem=15M388
60.57	   
60.57	   search
60.57	     run=21  nbConstraintChecks=395030893  nbPropagations=13976132  nbRevisions=220952282  nbUselessRevisions=181913298
60.57	     nbAssignments=241086  nbFailedAssignments=91231  nbBacktracks=149644  nbVisitedNodes=411718  nbRestartNogoods=116
60.57	       =>  wckTime=59.648  cpuTime=59.53  mem=15M388
90.26	   
90.26	   search
90.26	     run=22  nbConstraintChecks=594662009  nbPropagations=20913008  nbRevisions=330902832  nbUselessRevisions=272495176
90.26	     nbAssignments=360409  nbFailedAssignments=135723  nbBacktracks=224463  nbVisitedNodes=615412  nbRestartNogoods=129
90.26	       =>  wckTime=89.34  cpuTime=89.21  mem=15M388
134.76	   
134.76	   search
134.76	     run=23  nbConstraintChecks=894860265  nbPropagations=31305587  nbRevisions=495070257  nbUselessRevisions=407573796
134.76	     nbAssignments=540959  nbFailedAssignments=204036  nbBacktracks=336691  nbVisitedNodes=923608  nbRestartNogoods=138
134.76	       =>  wckTime=133.836  cpuTime=133.7  mem=15M388
201.05	   
201.05	   search
201.05	     run=24  nbConstraintChecks=1335023290  nbPropagations=46878690  nbRevisions=741825324  nbUselessRevisions=610913276
201.05	     nbAssignments=809698  nbFailedAssignments=304423  nbBacktracks=505033  nbVisitedNodes=1382859  nbRestartNogoods=151
201.05	       =>  wckTime=200.127  cpuTime=199.97  mem=15M388
302.84	   
302.84	   search
302.84	     run=25  nbConstraintChecks=2021451178  nbPropagations=70296494  nbRevisions=1115507511
302.84	     nbUselessRevisions=919164243  nbAssignments=1218652  nbFailedAssignments=460856  nbBacktracks=757546
302.84	     nbVisitedNodes=2083156  nbRestartNogoods=170
302.84	       =>  wckTime=301.92  cpuTime=301.72  mem=15M388
453.23	   
453.23	   search
453.23	     run=26  nbConstraintChecks=3022855276  nbPropagations=105475097  nbRevisions=1675376841
453.23	     nbUselessRevisions=1380971301  nbAssignments=1826910  nbFailedAssignments=690337  nbBacktracks=1136313
453.23	     nbVisitedNodes=3123947  nbRestartNogoods=183
453.23	       =>  wckTime=452.305  cpuTime=452.05  mem=15M388
687.08	   
687.08	   search
687.08	     run=27  nbConstraintChecks=4626950732  nbPropagations=158575367  nbRevisions=2523008603
687.08	     nbUselessRevisions=2079814779  nbAssignments=2747612  nbFailedAssignments=1042876  nbBacktracks=1704464
687.08	     nbVisitedNodes=4701016  nbRestartNogoods=203
687.08	       =>  wckTime=686.155  cpuTime=685.81  mem=15M388
1013.41	   
1013.41	   search
1013.41	     run=28  nbConstraintChecks=6802784439  nbPropagations=237184798  nbRevisions=3772380038
1013.41	     nbUselessRevisions=3109883424  nbAssignments=4086885  nbFailedAssignments=1529914  nbBacktracks=2556690
1013.41	     nbVisitedNodes=6970198  nbRestartNogoods=221
1013.41	       =>  wckTime=1012.486  cpuTime=1012.03  mem=15M388
1528.68	   
1528.68	   search
1528.68	     run=29  nbConstraintChecks=10257778156  nbPropagations=355691704  nbRevisions=5660171412
1528.68	     nbUselessRevisions=4666609903  nbAssignments=6152414  nbFailedAssignments=2317095  nbBacktracks=3835030
1528.68	     nbVisitedNodes=10510841  nbRestartNogoods=234
1528.68	       =>  wckTime=1527.752  cpuTime=1526.91  mem=15M388

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/node45/watcher-194643-1168069387 -o ROOT/results/node45/solver-194643-1168069387 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/194643-1168069387/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: 0.04 0.38 0.77 4/70 21142
/proc/meminfo: memFree=1431384/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=18540 CPUtime=0
/proc/21141/stat : 21141 (runsolver) R 21138 21141 21008 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 155338050 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 258939088167 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21141/statm: 4635 279 244 17 0 2626 0

[startup+0.109807 s]
/proc/loadavg: 0.04 0.38 0.77 4/70 21142
/proc/meminfo: memFree=1431384/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=914988 CPUtime=0.09
/proc/21141/stat : 21141 (java) R 21138 21141 21008 0 -1 0 3000 0 1 0 7 2 0 0 17 0 8 0 155338050 936947712 2746 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21141/statm: 228747 2746 1428 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517896 s]
/proc/loadavg: 0.04 0.38 0.77 4/70 21142
/proc/meminfo: memFree=1431384/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=915328 CPUtime=0.49
/proc/21141/stat : 21141 (java) R 21138 21141 21008 0 -1 0 6973 0 1 0 45 4 0 0 18 0 8 0 155338050 937295872 6712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21141/statm: 228832 6712 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34479 s]
/proc/loadavg: 0.19 0.40 0.78 3/87 21159
/proc/meminfo: memFree=1375696/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=915460 CPUtime=1.32
/proc/21141/stat : 21141 (java) R 21138 21141 21008 0 -1 0 9657 0 1 0 125 7 0 0 24 0 8 0 155338050 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073815820 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21141/statm: 228865 9395 2513 14 0 215335 0
[pid=21141/tid=21147] ppid=21138 vsize=915460 CPUtime=0.03
/proc/21141/task/21147/stat : 21147 (java) S 21138 21141 21008 0 -1 64 414 0 0 0 3 0 0 0 17 0 8 0 155338054 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21150] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21150/stat : 21150 (java) S 21138 21141 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338054 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21151] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21151/stat : 21151 (java) S 21138 21141 21008 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338054 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21156] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21156/stat : 21156 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155338058 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21157] ppid=21138 vsize=915460 CPUtime=0.23
/proc/21141/task/21157/stat : 21157 (java) S 21138 21141 21008 0 -1 64 380 0 0 0 21 2 0 0 16 0 8 0 155338058 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21158] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21158/stat : 21158 (java) S 21138 21141 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155338058 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21159] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21159/stat : 21159 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338058 937431040 9395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915460

[startup+2.99209 s]
/proc/loadavg: 0.19 0.40 0.78 4/87 21159
/proc/meminfo: memFree=1375504/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=915460 CPUtime=2.96
/proc/21141/stat : 21141 (java) R 21138 21141 21008 0 -1 0 9673 0 1 0 289 7 0 0 25 0 8 0 155338050 937431040 9410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839237 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21141/statm: 228865 9410 2513 14 0 215335 0
[pid=21141/tid=21147] ppid=21138 vsize=915460 CPUtime=0.03
/proc/21141/task/21147/stat : 21147 (java) S 21138 21141 21008 0 -1 64 414 0 0 0 3 0 0 0 17 0 8 0 155338054 937431040 9410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21150] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21150/stat : 21150 (java) S 21138 21141 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338054 937431040 9410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21151] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21151/stat : 21151 (java) S 21138 21141 21008 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338054 937431040 9410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21156] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21156/stat : 21156 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155338058 937431040 9410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21157] ppid=21138 vsize=915460 CPUtime=0.26
/proc/21141/task/21157/stat : 21157 (java) S 21138 21141 21008 0 -1 64 395 0 0 0 24 2 0 0 15 0 8 0 155338058 937431040 9410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21158] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21158/stat : 21158 (java) S 21138 21141 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155338058 937431040 9410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21159] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21159/stat : 21159 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338058 937431040 9410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915460

[startup+6.27668 s]
/proc/loadavg: 0.34 0.43 0.78 3/87 21159
/proc/meminfo: memFree=1375376/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=915460 CPUtime=6.24
/proc/21141/stat : 21141 (java) R 21138 21141 21008 0 -1 0 9675 0 1 0 617 7 0 0 25 0 8 0 155338050 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073825707 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21141/statm: 228865 9411 2513 14 0 215335 0
[pid=21141/tid=21147] ppid=21138 vsize=915460 CPUtime=0.03
/proc/21141/task/21147/stat : 21147 (java) S 21138 21141 21008 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 155338054 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21150] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21150/stat : 21150 (java) S 21138 21141 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338054 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21151] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21151/stat : 21151 (java) S 21138 21141 21008 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338054 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21156] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21156/stat : 21156 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21157] ppid=21138 vsize=915460 CPUtime=0.26
/proc/21141/task/21157/stat : 21157 (java) S 21138 21141 21008 0 -1 64 396 0 0 0 24 2 0 0 16 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21158] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21158/stat : 21158 (java) S 21138 21141 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21159] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21159/stat : 21159 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915460

[startup+12.7589 s]
/proc/loadavg: 0.47 0.46 0.79 3/87 21159
/proc/meminfo: memFree=1375384/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=915460 CPUtime=12.73
/proc/21141/stat : 21141 (java) R 21138 21141 21008 0 -1 0 9675 0 1 0 1265 8 0 0 25 0 8 0 155338050 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073825168 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21141/statm: 228865 9411 2513 14 0 215335 0
[pid=21141/tid=21147] ppid=21138 vsize=915460 CPUtime=0.03
/proc/21141/task/21147/stat : 21147 (java) S 21138 21141 21008 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 155338054 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21150] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21150/stat : 21150 (java) S 21138 21141 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338054 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21151] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21151/stat : 21151 (java) S 21138 21141 21008 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338054 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21156] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21156/stat : 21156 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21157] ppid=21138 vsize=915460 CPUtime=0.26
/proc/21141/task/21157/stat : 21157 (java) S 21138 21141 21008 0 -1 64 396 0 0 0 24 2 0 0 16 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21158] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21158/stat : 21158 (java) S 21138 21141 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21159] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21159/stat : 21159 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 915460

[startup+25.5972 s]
/proc/loadavg: 0.71 0.51 0.80 3/87 21159
/proc/meminfo: memFree=1375512/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=915460 CPUtime=25.56
/proc/21141/stat : 21141 (java) R 21138 21141 21008 0 -1 0 9675 0 1 0 2548 8 0 0 25 0 8 0 155338050 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073837598 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21141/statm: 228865 9411 2513 14 0 215335 0
[pid=21141/tid=21147] ppid=21138 vsize=915460 CPUtime=0.03
/proc/21141/task/21147/stat : 21147 (java) S 21138 21141 21008 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 155338054 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21150] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21150/stat : 21150 (java) S 21138 21141 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338054 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21151] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21151/stat : 21151 (java) S 21138 21141 21008 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338054 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21156] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21156/stat : 21156 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21157] ppid=21138 vsize=915460 CPUtime=0.26
/proc/21141/task/21157/stat : 21157 (java) S 21138 21141 21008 0 -1 64 396 0 0 0 24 2 0 0 16 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21158] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21158/stat : 21158 (java) S 21138 21141 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21159] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21159/stat : 21159 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 915460

[startup+51.2889 s]
/proc/loadavg: 1.21 0.65 0.84 3/87 21159
/proc/meminfo: memFree=1375576/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=915460 CPUtime=51.24
/proc/21141/stat : 21141 (java) R 21138 21141 21008 0 -1 0 9676 0 1 0 5116 8 0 0 25 0 8 0 155338050 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073879368 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21141/statm: 228865 9411 2513 14 0 215335 0
[pid=21141/tid=21147] ppid=21138 vsize=915460 CPUtime=0.03
/proc/21141/task/21147/stat : 21147 (java) S 21138 21141 21008 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 155338054 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21150] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21150/stat : 21150 (java) S 21138 21141 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338054 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21151] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21151/stat : 21151 (java) S 21138 21141 21008 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338054 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21156] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21156/stat : 21156 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21157] ppid=21138 vsize=915460 CPUtime=0.26
/proc/21141/task/21157/stat : 21157 (java) S 21138 21141 21008 0 -1 64 396 0 0 0 24 2 0 0 16 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21158] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21158/stat : 21158 (java) S 21138 21141 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21159] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21159/stat : 21159 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.24
Current children cumulated vsize (KiB) 915460

[startup+102.583 s]
/proc/loadavg: 1.66 0.85 0.90 3/87 21159
/proc/meminfo: memFree=1375640/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=915460 CPUtime=102.51
/proc/21141/stat : 21141 (java) R 21138 21141 21008 0 -1 0 9676 0 1 0 10243 8 0 0 25 0 8 0 155338050 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073823722 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21141/statm: 228865 9411 2513 14 0 215335 0
[pid=21141/tid=21147] ppid=21138 vsize=915460 CPUtime=0.03
/proc/21141/task/21147/stat : 21147 (java) S 21138 21141 21008 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 155338054 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21150] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21150/stat : 21150 (java) S 21138 21141 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338054 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21151] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21151/stat : 21151 (java) S 21138 21141 21008 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338054 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21156] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21156/stat : 21156 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21157] ppid=21138 vsize=915460 CPUtime=0.26
/proc/21141/task/21157/stat : 21157 (java) S 21138 21141 21008 0 -1 64 396 0 0 0 24 2 0 0 16 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21158] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21158/stat : 21158 (java) S 21138 21141 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21159] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21159/stat : 21159 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338058 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.51
Current children cumulated vsize (KiB) 915460

[startup+162.603 s]
/proc/loadavg: 1.87 1.06 0.96 3/87 21159
/proc/meminfo: memFree=1375640/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=915460 CPUtime=162.51
/proc/21141/stat : 21141 (java) R 21138 21141 21008 0 -1 0 9676 0 1 0 16243 8 0 0 25 0 8 0 155338050 937431040 9411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834329 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1483.17 s]
/proc/loadavg: 2.00 1.99 1.73 3/87 21357
/proc/meminfo: memFree=1375136/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=915460 CPUtime=1482.42
/proc/21141/stat : 21141 (java) R 21138 21141 21008 0 -1 0 9677 0 1 0 148232 10 0 0 25 0 8 0 155338050 937431040 9412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073843428 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21141/statm: 228865 9412 2513 14 0 215335 0
[pid=21141/tid=21147] ppid=21138 vsize=915460 CPUtime=0.03
/proc/21141/task/21147/stat : 21147 (java) S 21138 21141 21008 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 155338054 937431040 9412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21150] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21150/stat : 21150 (java) S 21138 21141 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338054 937431040 9412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21151] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21151/stat : 21151 (java) S 21138 21141 21008 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338054 937431040 9412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21156] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21156/stat : 21156 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155338058 937431040 9412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21157] ppid=21138 vsize=915460 CPUtime=0.26
/proc/21141/task/21157/stat : 21157 (java) S 21138 21141 21008 0 -1 64 397 0 0 0 24 2 0 0 16 0 8 0 155338058 937431040 9412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21158] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21158/stat : 21158 (java) S 21138 21141 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155338058 937431040 9412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21159] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21159/stat : 21159 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338058 937431040 9412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.42
Current children cumulated vsize (KiB) 915460

[startup+1543.19 s]
/proc/loadavg: 2.00 1.99 1.74 3/87 21357
/proc/meminfo: memFree=1375200/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=915460 CPUtime=1542.41
/proc/21141/stat : 21141 (java) R 21138 21141 21008 0 -1 0 9679 0 1 0 154231 10 0 0 25 0 8 0 155338050 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839218 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21141/statm: 228865 9414 2513 14 0 215335 0
[pid=21141/tid=21147] ppid=21138 vsize=915460 CPUtime=0.03
/proc/21141/task/21147/stat : 21147 (java) S 21138 21141 21008 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21150] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21150/stat : 21150 (java) S 21138 21141 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21151] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21151/stat : 21151 (java) S 21138 21141 21008 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21156] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21156/stat : 21156 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21157] ppid=21138 vsize=915460 CPUtime=0.26
/proc/21141/task/21157/stat : 21157 (java) S 21138 21141 21008 0 -1 64 398 0 0 0 24 2 0 0 16 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21158] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21158/stat : 21158 (java) S 21138 21141 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21159] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21159/stat : 21159 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.41
Current children cumulated vsize (KiB) 915460

[startup+1603.22 s]
/proc/loadavg: 2.06 2.00 1.76 3/87 21357
/proc/meminfo: memFree=1375200/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=915460 CPUtime=1602.42
/proc/21141/stat : 21141 (java) R 21138 21141 21008 0 -1 0 9679 0 1 0 160232 10 0 0 25 0 8 0 155338050 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073841345 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21141/statm: 228865 9414 2513 14 0 215335 0
[pid=21141/tid=21147] ppid=21138 vsize=915460 CPUtime=0.03
/proc/21141/task/21147/stat : 21147 (java) S 21138 21141 21008 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21150] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21150/stat : 21150 (java) S 21138 21141 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21151] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21151/stat : 21151 (java) S 21138 21141 21008 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21156] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21156/stat : 21156 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21157] ppid=21138 vsize=915460 CPUtime=0.26
/proc/21141/task/21157/stat : 21157 (java) S 21138 21141 21008 0 -1 64 398 0 0 0 24 2 0 0 16 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21158] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21158/stat : 21158 (java) S 21138 21141 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21159] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21159/stat : 21159 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.42
Current children cumulated vsize (KiB) 915460

[startup+1663.25 s]
/proc/loadavg: 2.02 2.00 1.77 3/87 21357
/proc/meminfo: memFree=1375200/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=915460 CPUtime=1662.43
/proc/21141/stat : 21141 (java) R 21138 21141 21008 0 -1 0 9679 0 1 0 166233 10 0 0 25 0 8 0 155338050 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21141/statm: 228865 9414 2513 14 0 215335 0
[pid=21141/tid=21147] ppid=21138 vsize=915460 CPUtime=0.03
/proc/21141/task/21147/stat : 21147 (java) S 21138 21141 21008 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21150] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21150/stat : 21150 (java) S 21138 21141 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21151] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21151/stat : 21151 (java) S 21138 21141 21008 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21156] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21156/stat : 21156 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21157] ppid=21138 vsize=915460 CPUtime=0.26
/proc/21141/task/21157/stat : 21157 (java) S 21138 21141 21008 0 -1 64 398 0 0 0 24 2 0 0 16 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21158] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21158/stat : 21158 (java) S 21138 21141 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21159] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21159/stat : 21159 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.43
Current children cumulated vsize (KiB) 915460

[startup+1723.27 s]
/proc/loadavg: 2.00 2.00 1.78 3/87 21357
/proc/meminfo: memFree=1375328/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=915460 CPUtime=1722.43
/proc/21141/stat : 21141 (java) R 21138 21141 21008 0 -1 0 9679 0 1 0 172233 10 0 0 25 0 8 0 155338050 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073815820 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21141/statm: 228865 9414 2513 14 0 215335 0
[pid=21141/tid=21147] ppid=21138 vsize=915460 CPUtime=0.03
/proc/21141/task/21147/stat : 21147 (java) S 21138 21141 21008 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21150] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21150/stat : 21150 (java) S 21138 21141 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21151] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21151/stat : 21151 (java) S 21138 21141 21008 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21156] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21156/stat : 21156 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21157] ppid=21138 vsize=915460 CPUtime=0.26
/proc/21141/task/21157/stat : 21157 (java) S 21138 21141 21008 0 -1 64 398 0 0 0 24 2 0 0 16 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21158] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21158/stat : 21158 (java) S 21138 21141 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21159] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21159/stat : 21159 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.43
Current children cumulated vsize (KiB) 915460

[startup+1783.29 s]
/proc/loadavg: 2.00 2.00 1.79 3/87 21357
/proc/meminfo: memFree=1375264/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=915460 CPUtime=1782.43
/proc/21141/stat : 21141 (java) R 21138 21141 21008 0 -1 0 9679 0 1 0 178233 10 0 0 25 0 8 0 155338050 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073825723 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21141/statm: 228865 9414 2513 14 0 215335 0
[pid=21141/tid=21147] ppid=21138 vsize=915460 CPUtime=0.03
/proc/21141/task/21147/stat : 21147 (java) S 21138 21141 21008 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21150] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21150/stat : 21150 (java) S 21138 21141 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21151] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21151/stat : 21151 (java) S 21138 21141 21008 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21156] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21156/stat : 21156 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21157] ppid=21138 vsize=915460 CPUtime=0.26
/proc/21141/task/21157/stat : 21157 (java) S 21138 21141 21008 0 -1 64 398 0 0 0 24 2 0 0 16 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21158] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21158/stat : 21158 (java) S 21138 21141 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21159] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21159/stat : 21159 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.43
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.88 s]
/proc/loadavg: 2.00 2.00 1.80 3/87 21357
/proc/meminfo: memFree=1375264/2055920 swapFree=4184004/4192956
[pid=21141] ppid=21138 vsize=915460 CPUtime=1800.01
/proc/21141/stat : 21141 (java) R 21138 21141 21008 0 -1 0 9679 0 1 0 179991 10 0 0 25 0 8 0 155338050 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073815820 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21141/statm: 228865 9414 2513 14 0 215335 0
[pid=21141/tid=21147] ppid=21138 vsize=915460 CPUtime=0.03
/proc/21141/task/21147/stat : 21147 (java) S 21138 21141 21008 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21150] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21150/stat : 21150 (java) S 21138 21141 21008 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21151] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21151/stat : 21151 (java) S 21138 21141 21008 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338054 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21156] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21156/stat : 21156 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21157] ppid=21138 vsize=915460 CPUtime=0.26
/proc/21141/task/21157/stat : 21157 (java) S 21138 21141 21008 0 -1 64 398 0 0 0 24 2 0 0 16 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21158] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21158/stat : 21158 (java) S 21138 21141 21008 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21141/tid=21159] ppid=21138 vsize=915460 CPUtime=0
/proc/21141/task/21159/stat : 21159 (java) S 21138 21141 21008 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338058 937431040 9414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1800.9
CPU time (s): 1800.04
CPU user time (s): 1799.92
CPU system time (s): 0.112982
CPU usage (%): 99.9522
Max. virtual memory (cumulated for all children) (KiB): 915460

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

runsolver used 1.9447 s user time and 4.68629 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Sat Jan  6 07:43:09 UTC 2007


IDJOB= 194643
IDBENCH= 3225
FILE ID= node45/194643-1168069387

PBS_JOBID= 3475930

Free space on /tmp= 66541 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6820462ffd7efb91eb7255fd46b076c9

RANDOM SEED= 587792016

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1432328 kB
Buffers:         47976 kB
Cached:         490012 kB
SwapCached:       2748 kB
Active:          50056 kB
Inactive:       501932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1432328 kB
SwapTotal:     4192956 kB
SwapFree:      4184004 kB
Dirty:            4384 kB
Writeback:           0 kB
Mapped:          19980 kB
Slab:            57432 kB
Committed_AS:  2612040 kB
PageTables:       1596 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= 66541 MiB



End job on node45 on Sat Jan  6 08:13:13 UTC 2007