Trace number 219009

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.18 1801.04

General information on the benchmark

NamechessboardColoration/
cc-15-15-3.xml
MD5SUMd6da2182f8f4dd934abd83c45d60985d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints11025
Maximum constraint arity4
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11025
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=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/219009-1168079757/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.46	     nbVariables=225  nbDomainTypes=1  minDomainSize=3  maxDomainSize=3
0.46	       =>  wckTime=0.135  cpuTime=0.11  mem=7M927
0.46	   
0.46	   predicates being loaded...
0.46	   
0.46	   constraints being loaded...
2.43	     nbConstraints=11025  nbConflictsStructures=1  nbSharedConflictsStructures=11024  nbSharedBinaryRepresentations=0
2.43	     nbEvaluationManagers=1  nbSharedEvaluationManagers=11024  maxDegree=196  maxArity=4
2.43	       =>  wckTime=2.111  cpuTime=1.85  mem=47M851
2.58	   
2.59	   solver IterativeSystematicSolver being built... 
3.03	       =>  wckTime=2.708  cpuTime=2.21  mem=68M733
3.08	   
3.08	   preprocessing
3.08	     nbConstraintChecks=0  nbPropagations=225  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.08	     detectedInconsistency=no
3.08	       =>  wckTime=0.045  cpuTime=0.04  mem=69M746
3.22	   
3.22	   search
3.22	     run=0  nbConstraintChecks=2852  nbValidityChecks=2499  nbPropagations=442  nbRevisions=2394
3.22	     nbUselessRevisions=2052  nbAssignments=65  nbFailedAssignments=9  nbBacktracks=25  nbVisitedNodes=82
3.22	     nbRestartNogoods=0  mapSize=12  nbInferences=0  nbTooLargeKeys=0
3.22	       =>  wckTime=0.184  cpuTime=0.13  mem=70M760
3.28	   
3.28	   search
3.28	     run=1  nbConstraintChecks=5958  nbValidityChecks=5476  nbPropagations=1082  nbRevisions=6862
3.28	     nbUselessRevisions=6010  nbAssignments=146  nbFailedAssignments=23  nbBacktracks=46  nbVisitedNodes=189
3.28	     nbRestartNogoods=1  mapSize=28  nbInferences=0  nbTooLargeKeys=0
3.28	       =>  wckTime=0.245  cpuTime=0.19  mem=70M760
3.35	   
3.35	   search
3.35	     run=2  nbConstraintChecks=10407  nbValidityChecks=9246  nbPropagations=1925  nbRevisions=13949
3.35	     nbUselessRevisions=12348  nbAssignments=228  nbFailedAssignments=30  nbBacktracks=69  nbVisitedNodes=285
3.35	     nbRestartNogoods=8  mapSize=38  nbInferences=0  nbTooLargeKeys=0
3.35	       =>  wckTime=0.313  cpuTime=0.25  mem=70M760
3.43	   
3.43	   search
3.43	     run=3  nbConstraintChecks=14294  nbValidityChecks=15188  nbPropagations=3026  nbRevisions=24151
3.43	     nbUselessRevisions=21464  nbAssignments=314  nbFailedAssignments=39  nbBacktracks=102  nbVisitedNodes=388
3.43	     nbRestartNogoods=12  mapSize=52  nbInferences=0  nbTooLargeKeys=0
3.43	       =>  wckTime=0.391  cpuTime=0.33  mem=70M760
3.53	   
3.53	   search
3.53	     run=4  nbConstraintChecks=22457  nbValidityChecks=25111  nbPropagations=4521  nbRevisions=38798
3.53	     nbUselessRevisions=34521  nbAssignments=445  nbFailedAssignments=66  nbBacktracks=152  nbVisitedNodes=571
3.53	     nbRestartNogoods=15  mapSize=89  nbInferences=0  nbTooLargeKeys=0
3.53	       =>  wckTime=0.491  cpuTime=0.42  mem=70M760
3.63	   
3.63	   search
3.63	     run=5  nbConstraintChecks=30639  nbValidityChecks=35202  nbPropagations=6441  nbRevisions=59471
3.63	     nbUselessRevisions=53146  nbAssignments=599  nbFailedAssignments=99  nbBacktracks=228  nbVisitedNodes=787
3.63	     nbRestartNogoods=24  mapSize=136  nbInferences=0  nbTooLargeKeys=0
3.63	       =>  wckTime=0.591  cpuTime=0.52  mem=70M760
3.76	   
3.76	   search
3.76	     run=6  nbConstraintChecks=43098  nbValidityChecks=51134  nbPropagations=8976  nbRevisions=89537
3.76	     nbUselessRevisions=80476  nbAssignments=811  nbFailedAssignments=148  nbBacktracks=346  nbVisitedNodes=1093
3.76	     nbRestartNogoods=28  mapSize=209  nbInferences=0  nbTooLargeKeys=0
3.76	       =>  wckTime=0.724  cpuTime=0.65  mem=70M760
3.94	   
3.94	   search
3.94	     run=7  nbConstraintChecks=60028  nbValidityChecks=72940  nbPropagations=12434  nbRevisions=132516
3.94	     nbUselessRevisions=119671  nbAssignments=1109  nbFailedAssignments=226  nbBacktracks=516  nbVisitedNodes=1540
3.94	     nbRestartNogoods=32  mapSize=327  nbInferences=0  nbTooLargeKeys=0
3.94	       =>  wckTime=0.901  cpuTime=0.82  mem=70M760
4.18	   
4.18	   search
4.18	     run=8  nbConstraintChecks=77186  nbValidityChecks=95147  nbPropagations=17131  nbRevisions=188734
4.18	     nbUselessRevisions=170690  nbAssignments=1502  nbFailedAssignments=325  nbBacktracks=775  nbVisitedNodes=2136
4.18	     nbRestartNogoods=39  mapSize=485  nbInferences=0  nbTooLargeKeys=0
4.18	       =>  wckTime=1.15  cpuTime=1.05  mem=70M760
4.56	   
4.56	   search
4.56	     run=9  nbConstraintChecks=113619  nbValidityChecks=142633  nbPropagations=23724  nbRevisions=273409
4.57	     nbUselessRevisions=248000  nbAssignments=2091  nbFailedAssignments=485  nbBacktracks=1159  nbVisitedNodes=3039
4.57	     nbRestartNogoods=46  mapSize=736  nbInferences=0  nbTooLargeKeys=0
4.57	       =>  wckTime=1.529  cpuTime=1.42  mem=70M760
4.99	   
4.99	   INFO : Stopping hyperNogood (mapSize=1025, nbTooLargekeys=0, mem=70M760)
5.10	   
5.10	   search
5.10	     run=10  nbConstraintChecks=171119  nbValidityChecks=216546  nbPropagations=33084  nbRevisions=401253
5.10	     nbUselessRevisions=365295  nbAssignments=2956  nbFailedAssignments=726  nbBacktracks=1747  nbVisitedNodes=4368
5.10	     nbRestartNogoods=52
5.10	       =>  wckTime=2.064  cpuTime=1.94  mem=70M760
5.81	   
5.81	   search
5.81	     run=11  nbConstraintChecks=251203  nbValidityChecks=319690  nbPropagations=46355  nbRevisions=588931
5.81	     nbUselessRevisions=537884  nbAssignments=4210  nbFailedAssignments=1071  nbBacktracks=2614  nbVisitedNodes=6276
5.81	     nbRestartNogoods=55
5.81	       =>  wckTime=2.776  cpuTime=2.65  mem=70M760
6.85	   
6.85	   search
6.85	     run=12  nbConstraintChecks=366428  nbValidityChecks=469126  nbPropagations=65426  nbRevisions=863745
6.85	     nbUselessRevisions=790968  nbAssignments=6038  nbFailedAssignments=1554  nbBacktracks=3918  nbVisitedNodes=9024
6.85	     nbRestartNogoods=60
6.85	       =>  wckTime=3.811  cpuTime=3.69  mem=70M760
8.32	   
8.32	   search
8.32	     run=13  nbConstraintChecks=546672  nbValidityChecks=704683  nbPropagations=92761  nbRevisions=1275691
8.32	     nbUselessRevisions=1171571  nbAssignments=8715  nbFailedAssignments=2225  nbBacktracks=5868  nbVisitedNodes=13005
8.32	     nbRestartNogoods=66
8.32	       =>  wckTime=5.29  cpuTime=5.17  mem=70M760
10.67	   
10.67	   search
10.67	     run=14  nbConstraintChecks=800712  nbValidityChecks=1039851  nbPropagations=133294  nbRevisions=1885432
10.67	     nbUselessRevisions=1734623  nbAssignments=12795  nbFailedAssignments=3341  nbBacktracks=8789  nbVisitedNodes=19151
10.67	     nbRestartNogoods=79
10.67	       =>  wckTime=7.631  cpuTime=7.51  mem=70M760
13.98	   
13.98	   search
13.98	     run=15  nbConstraintChecks=1067497  nbValidityChecks=1388360  nbPropagations=192446  nbRevisions=2703624
13.98	     nbUselessRevisions=2484037  nbAssignments=18822  nbFailedAssignments=4954  nbBacktracks=13168  nbVisitedNodes=28268
13.98	     nbRestartNogoods=89
13.98	       =>  wckTime=10.948  cpuTime=10.83  mem=70M760
20.17	   
20.17	   search
20.17	     run=16  nbConstraintChecks=1732875  nbValidityChecks=2293960  nbPropagations=285044  nbRevisions=4059406
20.17	     nbUselessRevisions=3731392  nbAssignments=28037  nbFailedAssignments=7558  nbBacktracks=19737  nbVisitedNodes=42453
20.17	     nbRestartNogoods=97
20.17	       =>  wckTime=17.133  cpuTime=17.01  mem=70M760
30.49	   
30.49	   search
30.49	     run=17  nbConstraintChecks=2746539  nbValidityChecks=3739345  nbPropagations=430905  nbRevisions=6213958
30.49	     nbUselessRevisions=5713923  nbAssignments=41471  nbFailedAssignments=11101  nbBacktracks=29589
30.49	     nbVisitedNodes=62883  nbRestartNogoods=103
30.49	       =>  wckTime=27.456  cpuTime=27.33  mem=70M760
44.56	   
44.56	   search
44.56	     run=18  nbConstraintChecks=4640714  nbValidityChecks=6447639  nbPropagations=652079  nbRevisions=9962204
44.56	     nbUselessRevisions=9199846  nbAssignments=62184  nbFailedAssignments=16983  nbBacktracks=44367
44.56	     nbVisitedNodes=94415  nbRestartNogoods=111
44.56	       =>  wckTime=41.53  cpuTime=41.4  mem=70M760
76.57	   
76.57	   search
76.57	     run=19  nbConstraintChecks=7487922  nbValidityChecks=11215492  nbPropagations=1027452  nbRevisions=16319472
76.57	     nbUselessRevisions=15073678  nbAssignments=92112  nbFailedAssignments=24686  nbBacktracks=66541
76.57	     nbVisitedNodes=138803  nbRestartNogoods=123
76.57	       =>  wckTime=73.54  cpuTime=73.39  mem=70M760
114.28	   
114.28	   search
114.28	     run=20  nbConstraintChecks=12255159  nbValidityChecks=17897260  nbPropagations=1606311  nbRevisions=26507494
114.28	     nbUselessRevisions=24511750  nbAssignments=139290  nbFailedAssignments=38558  nbBacktracks=99798
114.28	     nbVisitedNodes=213524  nbRestartNogoods=129
114.28	       =>  wckTime=111.245  cpuTime=111.09  mem=70M760
165.44	   
165.44	   search
165.44	     run=21  nbConstraintChecks=17830843  nbValidityChecks=25505699  nbPropagations=2457425  nbRevisions=41099667
165.44	     nbUselessRevisions=38019083  nbAssignments=208036  nbFailedAssignments=57382  nbBacktracks=149680
165.44	     nbVisitedNodes=319523  nbRestartNogoods=137
165.44	       =>  wckTime=162.407  cpuTime=162.24  mem=70M760
240.05	   
240.05	   search
240.05	     run=22  nbConstraintChecks=26276266  nbValidityChecks=36807972  nbPropagations=3706623  nbRevisions=62121482
240.05	     nbUselessRevisions=57472666  nbAssignments=312341  nbFailedAssignments=86818  nbBacktracks=224498
240.05	     nbVisitedNodes=480809  nbRestartNogoods=144
240.05	       =>  wckTime=237.014  cpuTime=236.82  mem=70M760
349.40	   
349.40	   search
349.40	     run=23  nbConstraintChecks=40230934  nbValidityChecks=56191811  nbPropagations=5556566  nbRevisions=94317931
349.40	     nbUselessRevisions=87336334  nbAssignments=468661  nbFailedAssignments=130859  nbBacktracks=336728
349.40	     nbVisitedNodes=723601  nbRestartNogoods=153
349.40	       =>  wckTime=346.362  cpuTime=346.14  mem=70M760
540.04	   
540.04	   search
540.04	     run=24  nbConstraintChecks=61921555  nbValidityChecks=88548369  nbPropagations=8406701  nbRevisions=145586033
540.04	     nbUselessRevisions=135005233  nbAssignments=694176  nbFailedAssignments=187983  nbBacktracks=505070
540.04	     nbVisitedNodes=1064414  nbRestartNogoods=167
540.04	       =>  wckTime=537.002  cpuTime=536.71  mem=70M760
814.23	   
814.23	   search
814.23	     run=25  nbConstraintChecks=92159652  nbValidityChecks=131642067  nbPropagations=12697363  nbRevisions=222117957
814.23	     nbUselessRevisions=206125468  nbAssignments=1041354  nbFailedAssignments=282598  nbBacktracks=757582
814.23	     nbVisitedNodes=1596292  nbRestartNogoods=177
814.23	       =>  wckTime=811.192  cpuTime=810.82  mem=70M760
1203.18	   
1203.18	   search
1203.18	     run=26  nbConstraintChecks=136584592  nbValidityChecks=193151621  nbPropagations=19050648  nbRevisions=334513181
1203.18	     nbUselessRevisions=310550608  nbAssignments=1571193  nbFailedAssignments=433619  nbBacktracks=1136352
1203.18	     nbVisitedNodes=2417925  nbRestartNogoods=190
1203.18	       =>  wckTime=1200.144  cpuTime=1199.66  mem=70M760

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/node22/watcher-219009-1168079757 -o ROOT/results/node22/solver-219009-1168079757 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/219009-1168079757/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: 1.91 1.47 1.23 4/93 9300
/proc/meminfo: memFree=1104440/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=164 CPUtime=0
/proc/9299/stat : 9299 (java) R 9297 9299 8988 0 -1 0 27 0 0 0 0 0 0 0 18 0 1 0 156370173 167936 11 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 4675275 0 0 4096 0 0 0 0 17 1 0 0
/proc/9299/statm: 42 18 13 14 0 2 0

[startup+0.106954 s]
/proc/loadavg: 1.91 1.47 1.23 4/93 9300
/proc/meminfo: memFree=1104440/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=914988 CPUtime=0.09
/proc/9299/stat : 9299 (java) S 9297 9299 8988 0 -1 0 2998 0 1 0 8 1 0 0 17 0 8 0 156370173 936947712 2744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9299/statm: 228747 2744 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515018 s]
/proc/loadavg: 1.91 1.47 1.23 4/93 9300
/proc/meminfo: memFree=1104440/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=915328 CPUtime=0.5
/proc/9299/stat : 9299 (java) S 9297 9299 8988 0 -1 0 6583 0 1 0 46 4 0 0 18 0 8 0 156370173 937295872 6322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9299/statm: 228832 6322 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33615 s]
/proc/loadavg: 2.08 1.51 1.25 3/100 9307
/proc/meminfo: memFree=1043008/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=915628 CPUtime=1.31
/proc/9299/stat : 9299 (java) R 9297 9299 8988 0 -1 0 18327 0 1 0 121 10 0 0 21 0 8 0 156370173 937603072 18063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073583567 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9299/statm: 228907 18063 2158 14 0 215377 0
[pid=9299/tid=9301] ppid=9297 vsize=915628 CPUtime=0.06
/proc/9299/task/9301/stat : 9301 (java) S 9297 9299 8988 0 -1 64 1800 0 0 0 5 1 0 0 16 0 8 0 156370177 937603072 18063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9302] ppid=9297 vsize=915628 CPUtime=0
/proc/9299/task/9302/stat : 9302 (java) S 9297 9299 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156370178 937603072 18063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9303] ppid=9297 vsize=915628 CPUtime=0
/proc/9299/task/9303/stat : 9303 (java) S 9297 9299 8988 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156370178 937603072 18063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9304] ppid=9297 vsize=915628 CPUtime=0
/proc/9299/task/9304/stat : 9304 (java) S 9297 9299 8988 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156370181 937603072 18063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9305] ppid=9297 vsize=915628 CPUtime=0.15
/proc/9299/task/9305/stat : 9305 (java) S 9297 9299 8988 0 -1 64 401 0 0 0 15 0 0 0 20 0 8 0 156370181 937603072 18063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9306] ppid=9297 vsize=915628 CPUtime=0
/proc/9299/task/9306/stat : 9306 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156370181 937603072 18063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9307] ppid=9297 vsize=915628 CPUtime=0
/proc/9299/task/9307/stat : 9307 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156370181 937603072 18063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915628

[startup+2.9764 s]
/proc/loadavg: 2.08 1.51 1.25 3/100 9307
/proc/meminfo: memFree=1034304/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=915728 CPUtime=2.95
/proc/9299/stat : 9299 (java) R 9297 9299 8988 0 -1 0 24690 0 1 0 238 57 0 0 24 0 8 0 156370173 937705472 24423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9299/statm: 228932 24423 2514 14 0 215402 0
[pid=9299/tid=9301] ppid=9297 vsize=915728 CPUtime=0.27
/proc/9299/task/9301/stat : 9301 (java) S 9297 9299 8988 0 -1 64 7666 0 0 0 24 3 0 0 16 0 8 0 156370177 937705472 24423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9302] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9302/stat : 9302 (java) S 9297 9299 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9303] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9303/stat : 9303 (java) S 9297 9299 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9304] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9304/stat : 9304 (java) S 9297 9299 8988 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156370181 937705472 24423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9305] ppid=9297 vsize=915728 CPUtime=0.24
/proc/9299/task/9305/stat : 9305 (java) S 9297 9299 8988 0 -1 64 451 0 0 0 24 0 0 0 16 0 8 0 156370181 937705472 24423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9306] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9306/stat : 9306 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156370181 937705472 24423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9307] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9307/stat : 9307 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156370181 937705472 24423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915728

[startup+6.27491 s]
/proc/loadavg: 2.08 1.51 1.25 3/100 9307
/proc/meminfo: memFree=1016000/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=915728 CPUtime=6.24
/proc/9299/stat : 9299 (java) R 9297 9299 8988 0 -1 0 24796 0 1 0 566 58 0 0 25 0 8 0 156370173 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073994065 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9299/statm: 228932 24526 2537 14 0 215402 0
[pid=9299/tid=9301] ppid=9297 vsize=915728 CPUtime=0.28
/proc/9299/task/9301/stat : 9301 (java) S 9297 9299 8988 0 -1 64 7667 0 0 0 25 3 0 0 16 0 8 0 156370177 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9302] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9302/stat : 9302 (java) S 9297 9299 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9303] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9303/stat : 9303 (java) S 9297 9299 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9304] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9304/stat : 9304 (java) S 9297 9299 8988 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9305] ppid=9297 vsize=915728 CPUtime=0.36
/proc/9299/task/9305/stat : 9305 (java) S 9297 9299 8988 0 -1 64 504 0 0 0 35 1 0 0 16 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9306] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9306/stat : 9306 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9307] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9307/stat : 9307 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156370181 937705472 24526 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) 915728

[startup+12.7529 s]
/proc/loadavg: 2.07 1.52 1.25 3/100 9307
/proc/meminfo: memFree=1016000/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=915728 CPUtime=12.73
/proc/9299/stat : 9299 (java) R 9297 9299 8988 0 -1 0 24796 0 1 0 1214 59 0 0 25 0 8 0 156370173 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074043325 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9299/statm: 228932 24526 2537 14 0 215402 0
[pid=9299/tid=9301] ppid=9297 vsize=915728 CPUtime=0.28
/proc/9299/task/9301/stat : 9301 (java) S 9297 9299 8988 0 -1 64 7667 0 0 0 25 3 0 0 16 0 8 0 156370177 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9302] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9302/stat : 9302 (java) S 9297 9299 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9303] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9303/stat : 9303 (java) S 9297 9299 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9304] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9304/stat : 9304 (java) S 9297 9299 8988 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9305] ppid=9297 vsize=915728 CPUtime=0.36
/proc/9299/task/9305/stat : 9305 (java) S 9297 9299 8988 0 -1 64 504 0 0 0 35 1 0 0 16 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9306] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9306/stat : 9306 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9307] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9307/stat : 9307 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156370181 937705472 24526 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) 915728

[startup+25.6209 s]
/proc/loadavg: 2.06 1.54 1.26 3/100 9307
/proc/meminfo: memFree=1016192/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=915728 CPUtime=25.59
/proc/9299/stat : 9299 (java) R 9297 9299 8988 0 -1 0 24796 0 1 0 2500 59 0 0 25 0 8 0 156370173 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073997249 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9299/statm: 228932 24526 2537 14 0 215402 0
[pid=9299/tid=9301] ppid=9297 vsize=915728 CPUtime=0.28
/proc/9299/task/9301/stat : 9301 (java) S 9297 9299 8988 0 -1 64 7667 0 0 0 25 3 0 0 16 0 8 0 156370177 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9302] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9302/stat : 9302 (java) S 9297 9299 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9303] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9303/stat : 9303 (java) S 9297 9299 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9304] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9304/stat : 9304 (java) S 9297 9299 8988 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9305] ppid=9297 vsize=915728 CPUtime=0.36
/proc/9299/task/9305/stat : 9305 (java) S 9297 9299 8988 0 -1 64 504 0 0 0 35 1 0 0 16 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9306] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9306/stat : 9306 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9307] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9307/stat : 9307 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 915728

[startup+51.2408 s]
/proc/loadavg: 2.04 1.57 1.28 3/100 9307
/proc/meminfo: memFree=1016256/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=915728 CPUtime=51.2
/proc/9299/stat : 9299 (java) R 9297 9299 8988 0 -1 0 24796 0 1 0 5061 59 0 0 25 0 8 0 156370173 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073986735 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9299/statm: 228932 24526 2537 14 0 215402 0
[pid=9299/tid=9301] ppid=9297 vsize=915728 CPUtime=0.28
/proc/9299/task/9301/stat : 9301 (java) S 9297 9299 8988 0 -1 64 7667 0 0 0 25 3 0 0 16 0 8 0 156370177 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9302] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9302/stat : 9302 (java) S 9297 9299 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9303] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9303/stat : 9303 (java) S 9297 9299 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9304] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9304/stat : 9304 (java) S 9297 9299 8988 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9305] ppid=9297 vsize=915728 CPUtime=0.36
/proc/9299/task/9305/stat : 9305 (java) S 9297 9299 8988 0 -1 64 504 0 0 0 35 1 0 0 16 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9306] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9306/stat : 9306 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9307] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9307/stat : 9307 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 915728

[startup+102.476 s]
/proc/loadavg: 2.01 1.64 1.32 3/100 9307
/proc/meminfo: memFree=1016384/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=915728 CPUtime=102.41
/proc/9299/stat : 9299 (java) R 9297 9299 8988 0 -1 0 24796 0 1 0 10182 59 0 0 25 0 8 0 156370173 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074033550 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9299/statm: 228932 24526 2537 14 0 215402 0
[pid=9299/tid=9301] ppid=9297 vsize=915728 CPUtime=0.28
/proc/9299/task/9301/stat : 9301 (java) S 9297 9299 8988 0 -1 64 7667 0 0 0 25 3 0 0 16 0 8 0 156370177 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9302] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9302/stat : 9302 (java) S 9297 9299 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9303] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9303/stat : 9303 (java) S 9297 9299 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9304] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9304/stat : 9304 (java) S 9297 9299 8988 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9305] ppid=9297 vsize=915728 CPUtime=0.36
/proc/9299/task/9305/stat : 9305 (java) S 9297 9299 8988 0 -1 64 504 0 0 0 35 1 0 0 16 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9306] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9306/stat : 9306 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9307] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9307/stat : 9307 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.41
Current children cumulated vsize (KiB) 915728

[startup+162.565 s]
/proc/loadavg: 2.00 1.71 1.36 3/100 9307
/proc/meminfo: memFree=1016320/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=915728 CPUtime=162.49
/proc/9299/stat : 9299 (java) R 9297 9299 8988 0 -1 0 24796 0 1 0 16189 60 0 0 25 0 8 0 156370173 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073996137 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1423.9
Current children cumulated vsize (KiB) 915728

[startup+1484.45 s]
/proc/loadavg: 2.00 1.99 1.82 3/100 9307
/proc/meminfo: memFree=1015936/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=915728 CPUtime=1483.97
/proc/9299/stat : 9299 (java) R 9297 9299 8988 0 -1 0 24796 0 1 0 148327 70 0 0 25 0 8 0 156370173 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074033563 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9299/statm: 228932 24526 2537 14 0 215402 0
[pid=9299/tid=9301] ppid=9297 vsize=915728 CPUtime=0.28
/proc/9299/task/9301/stat : 9301 (java) S 9297 9299 8988 0 -1 64 7667 0 0 0 25 3 0 0 16 0 8 0 156370177 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9302] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9302/stat : 9302 (java) S 9297 9299 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9303] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9303/stat : 9303 (java) S 9297 9299 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9304] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9304/stat : 9304 (java) S 9297 9299 8988 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9305] ppid=9297 vsize=915728 CPUtime=0.36
/proc/9299/task/9305/stat : 9305 (java) S 9297 9299 8988 0 -1 64 504 0 0 0 35 1 0 0 16 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9306] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9306/stat : 9306 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9307] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9307/stat : 9307 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.97
Current children cumulated vsize (KiB) 915728

[startup+1544.46 s]
/proc/loadavg: 2.00 1.99 1.83 3/106 9445
/proc/meminfo: memFree=1014448/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=915728 CPUtime=1543.83
/proc/9299/stat : 9299 (java) R 9297 9299 8988 0 -1 0 24796 0 1 0 154312 71 0 0 25 0 8 0 156370173 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073986735 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9299/statm: 228932 24526 2537 14 0 215402 0
[pid=9299/tid=9301] ppid=9297 vsize=915728 CPUtime=0.28
/proc/9299/task/9301/stat : 9301 (java) S 9297 9299 8988 0 -1 64 7667 0 0 0 25 3 0 0 16 0 8 0 156370177 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9302] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9302/stat : 9302 (java) S 9297 9299 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9303] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9303/stat : 9303 (java) S 9297 9299 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9304] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9304/stat : 9304 (java) S 9297 9299 8988 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9305] ppid=9297 vsize=915728 CPUtime=0.36
/proc/9299/task/9305/stat : 9305 (java) S 9297 9299 8988 0 -1 64 504 0 0 0 35 1 0 0 16 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9306] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9306/stat : 9306 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9307] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9307/stat : 9307 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.83
Current children cumulated vsize (KiB) 915728

[startup+1604.56 s]
/proc/loadavg: 2.00 1.99 1.83 3/100 9505
/proc/meminfo: memFree=1015480/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=915728 CPUtime=1603.83
/proc/9299/stat : 9299 (java) R 9297 9299 8988 0 -1 0 24796 0 1 0 160312 71 0 0 25 0 8 0 156370173 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074026300 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9299/statm: 228932 24526 2537 14 0 215402 0
[pid=9299/tid=9301] ppid=9297 vsize=915728 CPUtime=0.28
/proc/9299/task/9301/stat : 9301 (java) S 9297 9299 8988 0 -1 64 7667 0 0 0 25 3 0 0 16 0 8 0 156370177 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9302] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9302/stat : 9302 (java) S 9297 9299 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9303] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9303/stat : 9303 (java) S 9297 9299 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9304] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9304/stat : 9304 (java) S 9297 9299 8988 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9305] ppid=9297 vsize=915728 CPUtime=0.36
/proc/9299/task/9305/stat : 9305 (java) S 9297 9299 8988 0 -1 64 504 0 0 0 35 1 0 0 16 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9306] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9306/stat : 9306 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9307] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9307/stat : 9307 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.83
Current children cumulated vsize (KiB) 915728

[startup+1664.64 s]
/proc/loadavg: 2.00 1.99 1.84 3/100 9505
/proc/meminfo: memFree=1015488/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=915728 CPUtime=1663.9
/proc/9299/stat : 9299 (java) R 9297 9299 8988 0 -1 0 24796 0 1 0 166318 72 0 0 25 0 8 0 156370173 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073994089 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9299/statm: 228932 24526 2537 14 0 215402 0
[pid=9299/tid=9301] ppid=9297 vsize=915728 CPUtime=0.28
/proc/9299/task/9301/stat : 9301 (java) S 9297 9299 8988 0 -1 64 7667 0 0 0 25 3 0 0 16 0 8 0 156370177 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9302] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9302/stat : 9302 (java) S 9297 9299 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9303] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9303/stat : 9303 (java) S 9297 9299 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9304] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9304/stat : 9304 (java) S 9297 9299 8988 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9305] ppid=9297 vsize=915728 CPUtime=0.36
/proc/9299/task/9305/stat : 9305 (java) S 9297 9299 8988 0 -1 64 504 0 0 0 35 1 0 0 16 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9306] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9306/stat : 9306 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9307] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9307/stat : 9307 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.9
Current children cumulated vsize (KiB) 915728

[startup+1724.73 s]
/proc/loadavg: 2.00 1.99 1.84 3/100 9505
/proc/meminfo: memFree=1015488/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=915728 CPUtime=1723.96
/proc/9299/stat : 9299 (java) R 9297 9299 8988 0 -1 0 24796 0 1 0 172324 72 0 0 25 0 8 0 156370173 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073896893 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9299/statm: 228932 24526 2537 14 0 215402 0
[pid=9299/tid=9301] ppid=9297 vsize=915728 CPUtime=0.28
/proc/9299/task/9301/stat : 9301 (java) S 9297 9299 8988 0 -1 64 7667 0 0 0 25 3 0 0 16 0 8 0 156370177 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9302] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9302/stat : 9302 (java) S 9297 9299 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9303] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9303/stat : 9303 (java) S 9297 9299 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9304] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9304/stat : 9304 (java) S 9297 9299 8988 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9305] ppid=9297 vsize=915728 CPUtime=0.36
/proc/9299/task/9305/stat : 9305 (java) S 9297 9299 8988 0 -1 64 504 0 0 0 35 1 0 0 16 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9306] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9306/stat : 9306 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9307] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9307/stat : 9307 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.96
Current children cumulated vsize (KiB) 915728

[startup+1784.81 s]
/proc/loadavg: 2.00 1.99 1.85 2/88 9507
/proc/meminfo: memFree=1462368/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=915728 CPUtime=1784.03
/proc/9299/stat : 9299 (java) R 9297 9299 8988 0 -1 0 24796 0 1 0 178331 72 0 0 25 0 8 0 156370173 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073995260 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9299/statm: 228932 24526 2537 14 0 215402 0
[pid=9299/tid=9301] ppid=9297 vsize=915728 CPUtime=0.28
/proc/9299/task/9301/stat : 9301 (java) S 9297 9299 8988 0 -1 64 7667 0 0 0 25 3 0 0 16 0 8 0 156370177 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9302] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9302/stat : 9302 (java) S 9297 9299 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9303] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9303/stat : 9303 (java) S 9297 9299 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9304] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9304/stat : 9304 (java) S 9297 9299 8988 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9305] ppid=9297 vsize=915728 CPUtime=0.36
/proc/9299/task/9305/stat : 9305 (java) S 9297 9299 8988 0 -1 64 504 0 0 0 35 1 0 0 16 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9306] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9306/stat : 9306 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9307] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9307/stat : 9307 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.03
Current children cumulated vsize (KiB) 915728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.96 s]
/proc/loadavg: 2.00 1.99 1.85 3/100 9563
/proc/meminfo: memFree=1413176/2055920 swapFree=4157532/4192956
[pid=9299] ppid=9297 vsize=915728 CPUtime=1800.09
/proc/9299/stat : 9299 (java) R 9297 9299 8988 0 -1 0 24796 0 1 0 179936 73 0 0 25 0 8 0 156370173 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073986680 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9299/statm: 228932 24526 2537 14 0 215402 0
[pid=9299/tid=9301] ppid=9297 vsize=915728 CPUtime=0.28
/proc/9299/task/9301/stat : 9301 (java) S 9297 9299 8988 0 -1 64 7667 0 0 0 25 3 0 0 16 0 8 0 156370177 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9302] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9302/stat : 9302 (java) S 9297 9299 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9303] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9303/stat : 9303 (java) S 9297 9299 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156370178 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9304] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9304/stat : 9304 (java) S 9297 9299 8988 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9305] ppid=9297 vsize=915728 CPUtime=0.36
/proc/9299/task/9305/stat : 9305 (java) S 9297 9299 8988 0 -1 64 504 0 0 0 35 1 0 0 16 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9306] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9306/stat : 9306 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9299/tid=9307] ppid=9297 vsize=915728 CPUtime=0
/proc/9299/task/9307/stat : 9307 (java) S 9297 9299 8988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156370181 937705472 24526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 915728

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

Child status: 143
Real time (s): 1801.04
CPU time (s): 1800.18
CPU user time (s): 1799.42
CPU system time (s): 0.754885
CPU usage (%): 99.9523
Max. virtual memory (cumulated for all children) (KiB): 915760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.754885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24811
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= 37757
involuntary context switches= 6484

runsolver used 2.00869 s user time and 5.96609 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Sat Jan  6 10:35:57 UTC 2007


IDJOB= 219009
IDBENCH= 5273
FILE ID= node22/219009-1168079757

PBS_JOBID= 3476094

Free space on /tmp= 66530 MiB

BENCH NAME= HOME/pub/bench/CPAI06/chessboardColoration/cc-15-15-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/219009-1168079757/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-219009-1168079757 -o ROOT/results/node22/solver-219009-1168079757 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/219009-1168079757/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d6da2182f8f4dd934abd83c45d60985d

RANDOM SEED= 749704801

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.279
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.279
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:       1104920 kB
Buffers:         40036 kB
Cached:         353976 kB
SwapCached:      13648 kB
Active:         556548 kB
Inactive:       326108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1104920 kB
SwapTotal:     4192956 kB
SwapFree:      4157532 kB
Dirty:           15268 kB
Writeback:           0 kB
Mapped:         513944 kB
Slab:            52280 kB
Committed_AS:  3434244 kB
PageTables:       3180 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= 66545 MiB



End job on node22 on Sat Jan  6 11:05:59 UTC 2007