Trace number 239118

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.11 1804.43

General information on the benchmark

Nameqcp-qwh/QCP-25/
qcp-25-264-8_ext.xml
MD5SUM296d71549468bcc1ba7ebab9bc8d0f5f
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 benchmark29.6335
SatisfiableYES
(Un)Satisfiability was proved
Number of variables625
Number of constraints15000
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension15000
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.38	   
0.38	Abscon 109 (November, 2006)
0.38	   
0.38	   configuration
0.38	     name=mac.xml
0.41	   
0.41	   instance
0.41	     name=/tmp/evaluation/239118-1168084628/unknown.xml
0.44	   
0.44	   domains being loaded...
0.45	   
0.45	   variables being loaded...
0.54	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25
0.54	       =>  wckTime=0.163  cpuTime=0.12  mem=8M869
0.55	   
0.55	   relations being loaded...
0.55	   
0.55	   constraints being loaded...
1.02	     nbConstraints=10142  nbRelationTypes=27  nbSingletonDomainVariables=361  nbExtensionStructures=51
1.02	     nbSharedExtensionStructures=10091  nbConflictsStructures=51  nbSharedConflictsStructures=10091
1.02	     nbSharedBinaryRepresentations=1323  maxDegree=48  maxArity=2
1.02	       =>  wckTime=0.636  cpuTime=0.47  mem=39M133
1.13	   
1.13	   solver IterativeSystematicSolver being built... 
1.31	       =>  wckTime=0.93  cpuTime=0.63  mem=21M770
1.38	   
1.38	   preprocessing
1.38	     nbConstraintChecks=101867  nbPropagations=625  nbRevisions=7708  nbUselessRevisions=2268  nbRemovedValues=5440
1.38	     detectedInconsistency=no
1.38	       =>  wckTime=0.061  cpuTime=0.04  mem=21M770
1.46	   
1.46	   search
1.46	     run=0  nbConstraintChecks=14115  nbPropagations=1257  nbRevisions=15935  nbUselessRevisions=9556  nbAssignments=97
1.46	     nbFailedAssignments=9  nbBacktracks=12  nbVisitedNodes=114  nbRestartNogoods=0  mapSize=10  nbInferences=0
1.46	     nbTooLargeKeys=0
1.46	       =>  wckTime=0.142  cpuTime=0.11  mem=22M792
1.52	   
1.52	   search
1.52	     run=1  nbConstraintChecks=32852  nbPropagations=3279  nbRevisions=43356  nbUselessRevisions=29406
1.52	     nbAssignments=212  nbFailedAssignments=14  nbBacktracks=30  nbVisitedNodes=239  nbRestartNogoods=6  mapSize=19
1.52	     nbInferences=0  nbTooLargeKeys=0
1.52	       =>  wckTime=0.201  cpuTime=0.16  mem=22M792
1.57	   
1.57	   search
1.57	     run=2  nbConstraintChecks=48362  nbPropagations=6053  nbRevisions=80255  nbUselessRevisions=57773
1.57	     nbAssignments=343  nbFailedAssignments=20  nbBacktracks=59  nbVisitedNodes=379  nbRestartNogoods=7  mapSize=26
1.57	     nbInferences=0  nbTooLargeKeys=0
1.57	       =>  wckTime=0.253  cpuTime=0.21  mem=22M792
1.62	   
1.62	   search
1.62	     run=3  nbConstraintChecks=65985  nbPropagations=9617  nbRevisions=127998  nbUselessRevisions=95871
1.62	     nbAssignments=478  nbFailedAssignments=28  nbBacktracks=94  nbVisitedNodes=528  nbRestartNogoods=9  mapSize=39
1.62	     nbInferences=0  nbTooLargeKeys=0
1.62	       =>  wckTime=0.307  cpuTime=0.26  mem=22M792
1.68	   
1.68	   search
1.68	     run=4  nbConstraintChecks=83481  nbPropagations=14013  nbRevisions=186327  nbUselessRevisions=143386
1.68	     nbAssignments=616  nbFailedAssignments=36  nbBacktracks=152  nbVisitedNodes=683  nbRestartNogoods=10  mapSize=54
1.68	     nbInferences=0  nbTooLargeKeys=0
1.68	       =>  wckTime=0.365  cpuTime=0.31  mem=22M792
1.75	   
1.75	   search
1.75	     run=5  nbConstraintChecks=115596  nbPropagations=19514  nbRevisions=265322  nbUselessRevisions=209529
1.75	     nbAssignments=791  nbFailedAssignments=52  nbBacktracks=243  nbVisitedNodes=892  nbRestartNogoods=12  mapSize=87
1.75	     nbInferences=0  nbTooLargeKeys=0
1.75	       =>  wckTime=0.433  cpuTime=0.38  mem=23M766
1.82	   
1.82	   search
1.82	     run=6  nbConstraintChecks=141454  nbPropagations=26097  nbRevisions=360514  nbUselessRevisions=290094
1.82	     nbAssignments=988  nbFailedAssignments=82  nbBacktracks=356  nbVisitedNodes=1149  nbRestartNogoods=13  mapSize=145
1.82	     nbInferences=0  nbTooLargeKeys=0
1.82	       =>  wckTime=0.508  cpuTime=0.45  mem=23M766
1.93	   
1.93	   search
1.93	     run=7  nbConstraintChecks=185123  nbPropagations=34146  nbRevisions=483759  nbUselessRevisions=395967
1.93	     nbAssignments=1250  nbFailedAssignments=107  nbBacktracks=527  nbVisitedNodes=1456  nbRestartNogoods=15
1.93	     mapSize=188  nbInferences=0  nbTooLargeKeys=0
1.93	       =>  wckTime=0.61  cpuTime=0.55  mem=23M766
2.11	   
2.11	   search
2.11	     run=8  nbConstraintChecks=273523  nbPropagations=44777  nbRevisions=662323  nbUselessRevisions=551521
2.11	     nbAssignments=1697  nbFailedAssignments=158  nbBacktracks=783  nbVisitedNodes=1998  nbRestartNogoods=17
2.11	     mapSize=275  nbInferences=0  nbTooLargeKeys=0
2.11	       =>  wckTime=0.789  cpuTime=0.72  mem=24M740
2.33	   
2.33	   search
2.33	     run=9  nbConstraintChecks=431456  nbPropagations=59347  nbRevisions=940232  nbUselessRevisions=796045
2.33	     nbAssignments=2228  nbFailedAssignments=218  nbBacktracks=1201  nbVisitedNodes=2643  nbRestartNogoods=25
2.33	     mapSize=385  nbInferences=0  nbTooLargeKeys=0
2.33	       =>  wckTime=1.015  cpuTime=0.94  mem=24M740
2.60	   
2.60	   search
2.60	     run=10  nbConstraintChecks=565891  nbPropagations=78028  nbRevisions=1303587  nbUselessRevisions=1117464
2.60	     nbAssignments=2965  nbFailedAssignments=285  nbBacktracks=1786  nbVisitedNodes=3512  nbRestartNogoods=29
2.60	     mapSize=512  nbInferences=0  nbTooLargeKeys=0
2.60	       =>  wckTime=1.288  cpuTime=1.2  mem=25M713
2.96	   
2.96	   search
2.96	     run=11  nbConstraintChecks=742194  nbPropagations=102154  nbRevisions=1777262  nbUselessRevisions=1537431
2.96	     nbAssignments=3981  nbFailedAssignments=380  nbBacktracks=2656  nbVisitedNodes=4734  nbRestartNogoods=34
2.96	     mapSize=712  nbInferences=0  nbTooLargeKeys=0
2.96	       =>  wckTime=1.645  cpuTime=1.55  mem=26M687
3.39	   
3.39	   INFO : Stopping hyperNogood (mapSize=1005, nbTooLargekeys=0, mem=27M660)
3.49	   
3.49	   search
3.49	     run=12  nbConstraintChecks=1017047  nbPropagations=135225  nbRevisions=2422468  nbUselessRevisions=2110311
3.49	     nbAssignments=5586  nbFailedAssignments=591  nbBacktracks=3962  nbVisitedNodes=6727  nbRestartNogoods=40
3.49	       =>  wckTime=2.17  cpuTime=2.07  mem=27M660
4.14	   
4.14	   search
4.14	     run=13  nbConstraintChecks=1449551  nbPropagations=180942  nbRevisions=3336566  nbUselessRevisions=2923687
4.14	     nbAssignments=7869  nbFailedAssignments=821  nbBacktracks=5951  nbVisitedNodes=9465  nbRestartNogoods=49
4.14	       =>  wckTime=2.827  cpuTime=2.73  mem=27M660
5.18	   
5.18	   search
5.18	     run=14  nbConstraintChecks=2168846  nbPropagations=248554  nbRevisions=4688928  nbUselessRevisions=4126620
5.18	     nbAssignments=11651  nbFailedAssignments=1558  nbBacktracks=8908  nbVisitedNodes=14480  nbRestartNogoods=52
5.19	       =>  wckTime=3.869  cpuTime=3.77  mem=27M660
6.79	   
6.79	   search
6.79	     run=15  nbConstraintChecks=3324005  nbPropagations=349140  nbRevisions=6777264  nbUselessRevisions=5991833
6.79	     nbAssignments=16692  nbFailedAssignments=2173  nbBacktracks=13288  nbVisitedNodes=20779  nbRestartNogoods=60
6.79	       =>  wckTime=5.472  cpuTime=5.37  mem=27M660
9.70	   
9.70	   search
9.70	     run=16  nbConstraintChecks=5545174  nbPropagations=514407  nbRevisions=10289541  nbUselessRevisions=9141607
9.70	     nbAssignments=24467  nbFailedAssignments=3325  nbBacktracks=19866  nbVisitedNodes=30832  nbRestartNogoods=67
9.70	       =>  wckTime=8.389  cpuTime=8.26  mem=27M660
14.73	   
14.73	   search
14.73	     run=17  nbConstraintChecks=9945056  nbPropagations=795242  nbRevisions=16756945  nbUselessRevisions=14978686
14.73	     nbAssignments=36483  nbFailedAssignments=5446  nbBacktracks=29720  nbVisitedNodes=46825  nbRestartNogoods=74
14.73	       =>  wckTime=13.418  cpuTime=13.29  mem=27M660
21.91	   
21.91	   search
21.91	     run=18  nbConstraintChecks=16076727  nbPropagations=1248797  nbRevisions=27355147  nbUselessRevisions=24574977
21.91	     nbAssignments=55471  nbFailedAssignments=9594  nbBacktracks=44502  nbVisitedNodes=73573  nbRestartNogoods=79
21.91	       =>  wckTime=20.596  cpuTime=20.46  mem=27M660
33.78	   
33.78	   search
33.78	     run=19  nbConstraintChecks=26322222  nbPropagations=2000516  nbRevisions=44419421  nbUselessRevisions=39973944
33.78	     nbAssignments=84997  nbFailedAssignments=16914  nbBacktracks=66679  nbVisitedNodes=116559  nbRestartNogoods=94
33.78	       =>  wckTime=32.462  cpuTime=32.32  mem=27M660
51.78	   
51.78	   search
51.78	     run=20  nbConstraintChecks=42295464  nbPropagations=3180244  nbRevisions=72054523  nbUselessRevisions=64962955
51.78	     nbAssignments=126545  nbFailedAssignments=25160  nbBacktracks=99938  nbVisitedNodes=173558  nbRestartNogoods=105
51.78	       =>  wckTime=50.466  cpuTime=50.32  mem=27M660
78.08	   
78.08	   search
78.08	     run=21  nbConstraintChecks=65449591  nbPropagations=4984685  nbRevisions=114972212  nbUselessRevisions=103797615
78.08	     nbAssignments=189499  nbFailedAssignments=38200  nbBacktracks=149821  nbVisitedNodes=262365  nbRestartNogoods=118
78.08	       =>  wckTime=76.765  cpuTime=76.58  mem=28M634
118.95	   
118.95	   search
118.95	     run=22  nbConstraintChecks=100509704  nbPropagations=7780317  nbRevisions=181008647  nbUselessRevisions=163538455
118.95	     nbAssignments=285149  nbFailedAssignments=58969  nbBacktracks=224653  nbVisitedNodes=398412  nbRestartNogoods=126
118.95	       =>  wckTime=117.638  cpuTime=117.41  mem=28M634
174.29	   
174.29	   search
174.29	     run=23  nbConstraintChecks=147190759  nbPropagations=11926540  nbRevisions=277286275  nbUselessRevisions=250541915
174.29	     nbAssignments=428186  nbFailedAssignments=89718  nbBacktracks=336884  nbVisitedNodes=602956  nbRestartNogoods=136
174.29	       =>  wckTime=172.976  cpuTime=172.69  mem=28M634
269.11	   
269.11	   search
269.11	     run=24  nbConstraintChecks=237029474  nbPropagations=18391630  nbRevisions=432557060  nbUselessRevisions=390788456
269.11	     nbAssignments=647643  nbFailedAssignments=140793  nbBacktracks=505226  nbVisitedNodes=921656  nbRestartNogoods=144
269.11	       =>  wckTime=267.796  cpuTime=267.37  mem=28M634
399.39	   
399.39	   search
399.39	     run=25  nbConstraintChecks=351315003  nbPropagations=28016358  nbRevisions=663182288  nbUselessRevisions=599237954
399.39	     nbAssignments=973826  nbFailedAssignments=214411  nbBacktracks=757737  nbVisitedNodes=1388359  nbRestartNogoods=154
399.39	       =>  wckTime=398.07  cpuTime=397.48  mem=28M634
610.66	   
610.66	   search
610.66	     run=26  nbConstraintChecks=547676255  nbPropagations=42798368  nbRevisions=1024496645  nbUselessRevisions=926170043
610.66	     nbAssignments=1459165  nbFailedAssignments=320939  nbBacktracks=1136507  nbVisitedNodes=2084959
610.66	     nbRestartNogoods=164
610.66	       =>  wckTime=609.344  cpuTime=608.52  mem=28M634
911.17	   
911.17	   search
911.17	     run=27  nbConstraintChecks=809804749  nbPropagations=64787802  nbRevisions=1556666565
911.17	     nbUselessRevisions=1407438607  nbAssignments=2196365  nbFailedAssignments=489935  nbBacktracks=1704660
911.17	     nbVisitedNodes=3145716  nbRestartNogoods=175
911.17	       =>  wckTime=909.857  cpuTime=907.59  mem=28M634
1341.34	   
1341.34	   search
1341.34	     run=28  nbConstraintChecks=1175084617  nbPropagations=97012414  nbRevisions=2329791482
1341.34	     nbUselessRevisions=2106754916  nbAssignments=3251405  nbFailedAssignments=692690  nbBacktracks=2556889
1341.34	     nbVisitedNodes=4598187  nbRestartNogoods=194
1341.34	       =>  wckTime=1340.026  cpuTime=1335.98  mem=28M634

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/node26/watcher-239118-1168084628 -o ROOT/results/node26/solver-239118-1168084628 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239118-1168084628/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.93 1.99 1.92 4/93 21985
/proc/meminfo: memFree=1264112/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=172 CPUtime=0
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156857069 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 12591403 0 0 4096 0 0 0 0 17 0 0 0
/proc/21984/statm: 43 24 18 14 0 3 0

[startup+0.107328 s]
/proc/loadavg: 1.93 1.99 1.92 4/93 21985
/proc/meminfo: memFree=1264112/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=47976 CPUtime=0
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 1223 0 1 0 0 0 0 0 18 0 1 0 156857069 49127424 972 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 7368 0 0 0 17 0 0 0
/proc/21984/statm: 11994 972 769 14 0 1707 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47976

[startup+0.515328 s]
/proc/loadavg: 1.93 1.99 1.92 4/93 21985
/proc/meminfo: memFree=1264112/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=915328 CPUtime=0.4
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 6282 0 1 0 37 3 0 0 25 0 8 0 156857069 937295872 6021 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 228832 6021 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 915328

[startup+1.3384 s]
/proc/loadavg: 1.93 1.99 1.92 4/100 21992
/proc/meminfo: memFree=1210616/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=915676 CPUtime=1.22
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 16144 0 1 0 113 9 0 0 25 0 8 0 156857069 937652224 15882 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 228919 15882 2509 14 0 215389 0
[pid=21984/tid=21986] ppid=21982 vsize=915676 CPUtime=0.09
/proc/21984/task/21986/stat : 21986 (java) S 21982 21984 21294 0 -1 64 1530 0 0 0 9 0 0 0 18 0 8 0 156857081 937652224 15882 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21987] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15882 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 21294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15882 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156857085 937652224 15882 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=915676 CPUtime=0.22
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 21294 0 -1 64 452 0 0 0 21 1 0 0 15 0 8 0 156857085 937652224 15882 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156857085 937652224 15882 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156857085 937652224 15882 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 915676

[startup+2.98755 s]
/proc/loadavg: 1.93 1.99 1.92 3/100 21992
/proc/meminfo: memFree=1210104/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=915676 CPUtime=2.87
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 16185 0 1 0 276 11 0 0 25 0 8 0 156857069 937652224 15922 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073983536 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 228919 15922 2513 14 0 215389 0
[pid=21984/tid=21986] ppid=21982 vsize=915676 CPUtime=0.09
/proc/21984/task/21986/stat : 21986 (java) S 21982 21984 21294 0 -1 64 1530 0 0 0 9 0 0 0 17 0 8 0 156857081 937652224 15922 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21987] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15922 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 21294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15922 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156857085 937652224 15922 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=915676 CPUtime=0.3
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 21294 0 -1 64 485 0 0 0 28 2 0 0 15 0 8 0 156857085 937652224 15922 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156857085 937652224 15922 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156857085 937652224 15922 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 915676

[startup+6.26686 s]
/proc/loadavg: 1.93 1.99 1.92 3/100 21992
/proc/meminfo: memFree=1209976/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=915676 CPUtime=6.14
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 16188 0 1 0 603 11 0 0 25 0 8 0 156857069 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074005968 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 228919 15923 2513 14 0 215389 0
[pid=21984/tid=21986] ppid=21982 vsize=915676 CPUtime=0.09
/proc/21984/task/21986/stat : 21986 (java) S 21982 21984 21294 0 -1 64 1530 0 0 0 9 0 0 0 16 0 8 0 156857081 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21987] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 21294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156857085 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=915676 CPUtime=0.31
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 21294 0 -1 64 486 0 0 0 29 2 0 0 16 0 8 0 156857085 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156857085 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156857085 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 915676

[startup+12.7625 s]
/proc/loadavg: 1.94 1.99 1.92 3/100 21992
/proc/meminfo: memFree=1210048/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=915676 CPUtime=12.62
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 16188 0 1 0 1251 11 0 0 25 0 8 0 156857069 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073965654 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 228919 15923 2513 14 0 215389 0
[pid=21984/tid=21986] ppid=21982 vsize=915676 CPUtime=0.09
/proc/21984/task/21986/stat : 21986 (java) S 21982 21984 21294 0 -1 64 1530 0 0 0 9 0 0 0 16 0 8 0 156857081 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21987] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 21294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156857085 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=915676 CPUtime=0.31
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 21294 0 -1 64 486 0 0 0 29 2 0 0 16 0 8 0 156857085 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156857085 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156857085 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915676

[startup+25.6202 s]
/proc/loadavg: 1.95 1.99 1.92 3/100 21992
/proc/meminfo: memFree=1210176/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=915676 CPUtime=25.47
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 16188 0 1 0 2536 11 0 0 25 0 8 0 156857069 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073969912 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 228919 15923 2513 14 0 215389 0
[pid=21984/tid=21986] ppid=21982 vsize=915676 CPUtime=0.09
/proc/21984/task/21986/stat : 21986 (java) S 21982 21984 21294 0 -1 64 1530 0 0 0 9 0 0 0 16 0 8 0 156857081 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21987] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 21294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156857085 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=915676 CPUtime=0.31
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 21294 0 -1 64 486 0 0 0 29 2 0 0 16 0 8 0 156857085 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156857085 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156857085 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 915676

[startup+51.2536 s]
/proc/loadavg: 1.97 1.99 1.92 3/100 21992
/proc/meminfo: memFree=1210240/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=915676 CPUtime=51.08
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 16188 0 1 0 5097 11 0 0 25 0 8 0 156857069 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918517 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 228919 15923 2513 14 0 215389 0
[pid=21984/tid=21986] ppid=21982 vsize=915676 CPUtime=0.09
/proc/21984/task/21986/stat : 21986 (java) S 21982 21984 21294 0 -1 64 1530 0 0 0 9 0 0 0 16 0 8 0 156857081 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21987] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 21294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156857085 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=915676 CPUtime=0.31
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 21294 0 -1 64 486 0 0 0 29 2 0 0 16 0 8 0 156857085 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156857085 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156857085 937652224 15923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 915676

[startup+102.517 s]
/proc/loadavg: 1.98 1.99 1.92 3/100 21992
/proc/meminfo: memFree=1210240/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=915676 CPUtime=102.27
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 16190 0 1 0 10216 11 0 0 25 0 8 0 156857069 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073989115 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 228919 15924 2513 14 0 215389 0
[pid=21984/tid=21986] ppid=21982 vsize=915676 CPUtime=0.09
/proc/21984/task/21986/stat : 21986 (java) S 21982 21984 21294 0 -1 64 1530 0 0 0 9 0 0 0 16 0 8 0 156857081 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21987] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 21294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=915676 CPUtime=0.31
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 21294 0 -1 64 487 0 0 0 29 2 0 0 16 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 915676

[startup+162.529 s]
/proc/loadavg: 1.99 1.99 1.92 3/100 21992
/proc/meminfo: memFree=1210240/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=915676 CPUtime=162.22
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 16190 0 1 0 16211 11 0 0 25 0 8 0 156857069 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073944951 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1482.99 s]
/proc/loadavg: 1.01 1.42 1.70 2/85 22208
/proc/meminfo: memFree=1273224/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=915676 CPUtime=1478.86
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 16191 0 1 0 147855 31 0 0 25 0 8 0 156857069 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074063732 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 228919 15924 2513 14 0 215389 0
[pid=21984/tid=21986] ppid=21982 vsize=915676 CPUtime=0.09
/proc/21984/task/21986/stat : 21986 (java) S 21982 21984 21294 0 -1 64 1530 0 0 0 9 0 0 0 16 0 8 0 156857081 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21987] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 21294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=915676 CPUtime=0.31
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 21294 0 -1 64 487 0 0 0 29 2 0 0 16 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.86
Current children cumulated vsize (KiB) 915676

[startup+1543.01 s]
/proc/loadavg: 1.00 1.34 1.66 2/85 22208
/proc/meminfo: memFree=1273224/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=915676 CPUtime=1538.84
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 16191 0 1 0 153853 31 0 0 25 0 8 0 156857069 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073987123 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 228919 15924 2513 14 0 215389 0
[pid=21984/tid=21986] ppid=21982 vsize=915676 CPUtime=0.09
/proc/21984/task/21986/stat : 21986 (java) S 21982 21984 21294 0 -1 64 1530 0 0 0 9 0 0 0 16 0 8 0 156857081 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21987] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 21294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=915676 CPUtime=0.31
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 21294 0 -1 64 487 0 0 0 29 2 0 0 16 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.84
Current children cumulated vsize (KiB) 915676

[startup+1603.03 s]
/proc/loadavg: 1.00 1.27 1.61 2/85 22208
/proc/meminfo: memFree=1273288/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=915676 CPUtime=1598.82
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 16191 0 1 0 159851 31 0 0 25 0 8 0 156857069 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074005968 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 228919 15924 2513 14 0 215389 0
[pid=21984/tid=21986] ppid=21982 vsize=915676 CPUtime=0.09
/proc/21984/task/21986/stat : 21986 (java) S 21982 21984 21294 0 -1 64 1530 0 0 0 9 0 0 0 16 0 8 0 156857081 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21987] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 21294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=915676 CPUtime=0.31
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 21294 0 -1 64 487 0 0 0 29 2 0 0 16 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.82
Current children cumulated vsize (KiB) 915676

[startup+1663.05 s]
/proc/loadavg: 1.00 1.22 1.57 2/85 22208
/proc/meminfo: memFree=1273288/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=915676 CPUtime=1658.81
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 16191 0 1 0 165850 31 0 0 25 0 8 0 156857069 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073989121 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 228919 15924 2513 14 0 215389 0
[pid=21984/tid=21986] ppid=21982 vsize=915676 CPUtime=0.09
/proc/21984/task/21986/stat : 21986 (java) S 21982 21984 21294 0 -1 64 1530 0 0 0 9 0 0 0 16 0 8 0 156857081 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21987] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 21294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=915676 CPUtime=0.31
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 21294 0 -1 64 487 0 0 0 29 2 0 0 16 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.81
Current children cumulated vsize (KiB) 915676

[startup+1723.08 s]
/proc/loadavg: 1.00 1.18 1.53 2/85 22208
/proc/meminfo: memFree=1273352/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=915676 CPUtime=1718.78
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 16191 0 1 0 171847 31 0 0 25 0 8 0 156857069 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073975363 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 228919 15924 2513 14 0 215389 0
[pid=21984/tid=21986] ppid=21982 vsize=915676 CPUtime=0.09
/proc/21984/task/21986/stat : 21986 (java) S 21982 21984 21294 0 -1 64 1530 0 0 0 9 0 0 0 16 0 8 0 156857081 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21987] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 21294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=915676 CPUtime=0.31
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 21294 0 -1 64 487 0 0 0 29 2 0 0 16 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.78
Current children cumulated vsize (KiB) 915676

[startup+1783.1 s]
/proc/loadavg: 1.00 1.14 1.50 2/85 22208
/proc/meminfo: memFree=1273352/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=915676 CPUtime=1778.78
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 16191 0 1 0 177846 32 0 0 25 0 8 0 156857069 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074005968 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 228919 15924 2513 14 0 215389 0
[pid=21984/tid=21986] ppid=21982 vsize=915676 CPUtime=0.09
/proc/21984/task/21986/stat : 21986 (java) S 21982 21984 21294 0 -1 64 1530 0 0 0 9 0 0 0 16 0 8 0 156857081 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21987] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 21294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=915676 CPUtime=0.31
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 21294 0 -1 64 487 0 0 0 29 2 0 0 16 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.78
Current children cumulated vsize (KiB) 915676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.36 s]
/proc/loadavg: 1.00 1.13 1.48 2/85 22208
/proc/meminfo: memFree=1273352/2055920 swapFree=4192812/4192956
[pid=21984] ppid=21982 vsize=915676 CPUtime=1800.04
/proc/21984/stat : 21984 (java) R 21982 21984 21294 0 -1 0 16191 0 1 0 179972 32 0 0 25 0 8 0 156857069 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073987538 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 228919 15924 2513 14 0 215389 0
[pid=21984/tid=21986] ppid=21982 vsize=915676 CPUtime=0.09
/proc/21984/task/21986/stat : 21986 (java) S 21982 21984 21294 0 -1 64 1530 0 0 0 9 0 0 0 16 0 8 0 156857081 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21987] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 21294 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156857082 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=915676 CPUtime=0.31
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 21294 0 -1 64 487 0 0 0 29 2 0 0 16 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=915676 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 21294 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156857085 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 915676

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

Child status: 143
Real time (s): 1804.43
CPU time (s): 1800.11
CPU user time (s): 1799.78
CPU system time (s): 0.331949
CPU usage (%): 99.7605
Max. virtual memory (cumulated for all children) (KiB): 915676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.331949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16208
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= 37874
involuntary context switches= 62780

runsolver used 2.32265 s user time and 5.2342 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Sat Jan  6 11:57:08 UTC 2007


IDJOB= 239118
IDBENCH= 7043
FILE ID= node26/239118-1168084628

PBS_JOBID= 3476116

Free space on /tmp= 66534 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  296d71549468bcc1ba7ebab9bc8d0f5f

RANDOM SEED= 123522698

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.236
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.236
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:       1264528 kB
Buffers:         43296 kB
Cached:         552860 kB
SwapCached:          0 kB
Active:         189100 kB
Inactive:       526780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1264528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2800 kB
Writeback:           0 kB
Mapped:         148720 kB
Slab:            60148 kB
Committed_AS:  3610712 kB
PageTables:       2432 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= 66537 MiB



End job on node26 on Sat Jan  6 12:27:13 UTC 2007