Trace number 1051708

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
galac E? (TO) 1800.08 1811.31

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-681_ext.xml
MD5SUMbe8652480bfb64fd75f0901e3fa7466b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.928
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.96/1.06	c start processing
0.96/1.06	c start relation processing
2.35/2.45	c start cnf exporting
270.41/273.37	c parsing time : 0.938
270.41/273.37	c preprocessing time : 273.244
270.41/273.37	
270.41/273.37	c Nary constraints - conflicts : 0 supports : 25
270.41/273.37	c Binary constraints - conflicts : 300 supports :25
270.41/273.37	c max arity constraint : 3
270.41/273.37	c Max Tuples generated 0
270.41/273.37	c relations : 28
270.41/273.37	c relations BDD: 2
270.41/273.37	c sampling 0/0
270.41/273.37	c vars : 474816 - clauses :  14724417
270.41/273.37	
270.49/273.41	 
270.49/273.41	c --- SAT Solver Stats ---
270.49/273.41	 
270.49/273.41	c eSAT 0.1 : minisat core with additionnal features
270.49/273.41	c ============================[ Problem Statistics ]=============================
270.49/273.41	c |                                                                             |
270.49/273.41	c |  Number of variables:  474815                                               |
270.49/273.41	c |  Number of clauses:    14724417                                             |
276.32/279.32	c |  Parsing time:         5.01         s                                       |

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051708-1215054569/watcher-1051708-1215054569 -o /tmp/evaluation-result-1051708-1215054569/solver-1051708-1215054569 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1051708-1215054569.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17141
/proc/meminfo: memFree=1524432/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=6392 CPUtime=0
/proc/17141/stat : 17141 (galacE.sh) R 17139 17141 13871 0 -1 4194304 233 0 0 0 0 0 0 0 20 0 1 0 1535133099 6545408 196 996147200 4194304 4520092 548682068832 18446744073709551615 215416328740 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17141/statm: 1598 196 146 79 0 122 0

[startup+0.0946779 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17141
/proc/meminfo: memFree=1524432/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=0.02
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47580

[startup+0.101676 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17141
/proc/meminfo: memFree=1524432/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=0.02
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47580

[startup+0.301714 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17141
/proc/meminfo: memFree=1524432/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=0.02
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47580

[startup+0.701792 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17141
/proc/meminfo: memFree=1524432/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=0.02
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47580

[startup+1.50295 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 17163
/proc/meminfo: memFree=1478400/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=0.02
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
[pid=17155] ppid=17141 vsize=812732 CPUtime=1.44
/proc/17155/stat : 17155 (java) S 17141 17141 13871 0 -1 0 14675 0 1 0 136 8 0 0 18 0 9 0 1535133103 832237568 14095 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17155/statm: 203183 14095 1887 9 0 197164 0
[pid=17155/tid=17156] ppid=17141 vsize=812732 CPUtime=1.22
/proc/17155/task/17156/stat : 17156 (java) R 17141 17141 13871 0 -1 64 13147 0 1 0 115 7 0 0 25 0 9 0 1535133104 832237568 14095 996147200 134512640 134550740 4294955616 18446744073709551615 4126961975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17157] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17157/stat : 17157 (java) S 17141 17141 13871 0 -1 64 6 0 0 0 0 0 0 0 17 0 9 0 1535133106 832237568 14095 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17158] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17158/stat : 17158 (java) S 17141 17141 13871 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1535133106 832237568 14095 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17159] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17159/stat : 17159 (java) S 17141 17141 13871 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535133106 832237568 14095 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17160] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17160/stat : 17160 (java) S 17141 17141 13871 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535133108 832237568 14095 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17161] ppid=17141 vsize=812732 CPUtime=0.2
/proc/17155/task/17161/stat : 17161 (java) S 17141 17141 13871 0 -1 64 823 0 0 0 20 0 0 0 16 0 9 0 1535133108 832237568 14095 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17162] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17162/stat : 17162 (java) S 17141 17141 13871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535133108 832237568 14095 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17163] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17163/stat : 17163 (java) S 17141 17141 13871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535133108 832237568 14095 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860312

[startup+3.10126 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 17163
/proc/meminfo: memFree=1474432/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=0.02
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
[pid=17155] ppid=17141 vsize=812732 CPUtime=3.02
/proc/17155/stat : 17155 (java) S 17141 17141 13871 0 -1 0 23503 0 1 0 289 13 0 0 18 0 9 0 1535133103 832237568 22918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17155/statm: 203183 22918 1917 9 0 197164 0
[pid=17155/tid=17156] ppid=17141 vsize=812732 CPUtime=2.6
/proc/17155/task/17156/stat : 17156 (java) R 17141 17141 13871 0 -1 64 14544 0 1 0 252 8 0 0 25 0 9 0 1535133104 832237568 22918 996147200 134512640 134550740 4294955616 18446744073709551615 102714826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17157] ppid=17141 vsize=812732 CPUtime=0.12
/proc/17155/task/17157/stat : 17157 (java) S 17141 17141 13871 0 -1 64 7382 0 0 0 9 3 0 0 16 0 9 0 1535133106 832237568 22918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17158] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17158/stat : 17158 (java) S 17141 17141 13871 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535133106 832237568 22918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17159] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17159/stat : 17159 (java) S 17141 17141 13871 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535133106 832237568 22918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17160] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17160/stat : 17160 (java) S 17141 17141 13871 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535133108 832237568 22918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17161] ppid=17141 vsize=812732 CPUtime=0.27
/proc/17155/task/17161/stat : 17161 (java) S 17141 17141 13871 0 -1 64 872 0 0 0 27 0 0 0 15 0 9 0 1535133108 832237568 22918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17162] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17162/stat : 17162 (java) S 17141 17141 13871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535133108 832237568 22918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17163] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17163/stat : 17163 (java) S 17141 17141 13871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535133108 832237568 22918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860312

[startup+6.30287 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 17163
/proc/meminfo: memFree=1432000/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=0.02
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
[pid=17155] ppid=17141 vsize=812732 CPUtime=6.19
/proc/17155/stat : 17155 (java) S 17141 17141 13871 0 -1 0 24738 0 1 0 604 15 0 0 18 0 9 0 1535133103 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17155/statm: 203183 24146 1917 9 0 197164 0
[pid=17155/tid=17156] ppid=17141 vsize=812732 CPUtime=5.72
/proc/17155/task/17156/stat : 17156 (java) R 17141 17141 13871 0 -1 64 14551 0 1 0 562 10 0 0 25 0 9 0 1535133104 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 102064745 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17157] ppid=17141 vsize=812732 CPUtime=0.18
/proc/17155/task/17157/stat : 17157 (java) S 17141 17141 13871 0 -1 64 8610 0 0 0 14 4 0 0 16 0 9 0 1535133106 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17158] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17158/stat : 17158 (java) S 17141 17141 13871 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535133106 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17159] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17159/stat : 17159 (java) S 17141 17141 13871 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535133106 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17160] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17160/stat : 17160 (java) S 17141 17141 13871 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535133108 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17161] ppid=17141 vsize=812732 CPUtime=0.27
/proc/17155/task/17161/stat : 17161 (java) S 17141 17141 13871 0 -1 64 872 0 0 0 27 0 0 0 15 0 9 0 1535133108 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17162] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17162/stat : 17162 (java) S 17141 17141 13871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535133108 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17163] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17163/stat : 17163 (java) S 17141 17141 13871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535133108 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860312

[startup+12.7021 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 17163
/proc/meminfo: memFree=1426368/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=0.02
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
[pid=17155] ppid=17141 vsize=812732 CPUtime=12.53
/proc/17155/stat : 17155 (java) S 17141 17141 13871 0 -1 0 24752 0 1 0 1235 18 0 0 18 0 9 0 1535133103 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17155/statm: 203183 24146 1917 9 0 197164 0
[pid=17155/tid=17156] ppid=17141 vsize=812732 CPUtime=12.06
/proc/17155/task/17156/stat : 17156 (java) R 17141 17141 13871 0 -1 64 14565 0 1 0 1193 13 0 0 25 0 9 0 1535133104 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4127061115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17157] ppid=17141 vsize=812732 CPUtime=0.18
/proc/17155/task/17157/stat : 17157 (java) S 17141 17141 13871 0 -1 64 8610 0 0 0 14 4 0 0 16 0 9 0 1535133106 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17158] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17158/stat : 17158 (java) S 17141 17141 13871 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535133106 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17159] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17159/stat : 17159 (java) S 17141 17141 13871 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535133106 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17160] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17160/stat : 17160 (java) S 17141 17141 13871 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535133108 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17161] ppid=17141 vsize=812732 CPUtime=0.27
/proc/17155/task/17161/stat : 17161 (java) S 17141 17141 13871 0 -1 64 872 0 0 0 27 0 0 0 15 0 9 0 1535133108 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17162] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17162/stat : 17162 (java) S 17141 17141 13871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535133108 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17163] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17163/stat : 17163 (java) S 17141 17141 13871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535133108 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860312

[startup+25.5026 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 17163
/proc/meminfo: memFree=1414912/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=0.02
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
[pid=17155] ppid=17141 vsize=812732 CPUtime=25.21
/proc/17155/stat : 17155 (java) S 17141 17141 13871 0 -1 0 24780 0 1 0 2496 25 0 0 18 0 9 0 1535133103 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17155/statm: 203183 24146 1917 9 0 197164 0
[pid=17155/tid=17156] ppid=17141 vsize=812732 CPUtime=24.71
/proc/17155/task/17156/stat : 17156 (java) R 17141 17141 13871 0 -1 64 14593 0 1 0 2452 19 0 0 25 0 9 0 1535133104 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4127128200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17157] ppid=17141 vsize=812732 CPUtime=0.19
/proc/17155/task/17157/stat : 17157 (java) S 17141 17141 13871 0 -1 64 8610 0 0 0 15 4 0 0 16 0 9 0 1535133106 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17158] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17158/stat : 17158 (java) S 17141 17141 13871 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535133106 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17159] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17159/stat : 17159 (java) S 17141 17141 13871 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535133106 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17160] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17160/stat : 17160 (java) S 17141 17141 13871 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535133108 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17161] ppid=17141 vsize=812732 CPUtime=0.27
/proc/17155/task/17161/stat : 17161 (java) S 17141 17141 13871 0 -1 64 872 0 0 0 27 0 0 0 16 0 9 0 1535133108 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17162] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17162/stat : 17162 (java) S 17141 17141 13871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535133108 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17155/tid=17163] ppid=17141 vsize=812732 CPUtime=0
/proc/17155/task/17163/stat : 17163 (java) S 17141 17141 13871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535133108 832237568 24146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 860312

[startup+51.1025 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 17163
/proc/meminfo: memFree=1392896/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=0.02

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

/proc/17164/statm: 143683 137701 78 162 0 143518 0
Current children cumulated CPU time (s) 1171.68
Current children cumulated vsize (KiB) 622312

[startup+1242.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/84 17215
/proc/meminfo: memFree=196544/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=270.5
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 799 27252 0 1 0 1 26904 145 17 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
[pid=17164] ppid=17141 vsize=574732 CPUtime=961.12
/proc/17164/stat : 17164 (eSAT_static) R 17141 17141 13871 0 -1 4194304 137720 0 0 0 96027 85 0 0 25 0 1 0 1535160441 588525568 137702 996147200 134512640 135177480 4294955984 18446744073709551615 134565694 0 0 4096 3 0 0 0 17 0 0 0
/proc/17164/statm: 143683 137702 78 162 0 143518 0
Current children cumulated CPU time (s) 1231.62
Current children cumulated vsize (KiB) 622312

[startup+1302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/84 17215
/proc/meminfo: memFree=205952/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=270.5
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 799 27252 0 1 0 1 26904 145 17 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
[pid=17164] ppid=17141 vsize=575776 CPUtime=1021.06
/proc/17164/stat : 17164 (eSAT_static) R 17141 17141 13871 0 -1 4194304 137966 0 0 0 102021 85 0 0 25 0 1 0 1535160441 589594624 137948 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/17164/statm: 143944 137948 78 162 0 143779 0
Current children cumulated CPU time (s) 1291.56
Current children cumulated vsize (KiB) 623356

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 17254
/proc/meminfo: memFree=816784/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=270.5
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 799 27252 0 1 0 1 26904 145 17 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
[pid=17164] ppid=17141 vsize=575776 CPUtime=1081
/proc/17164/stat : 17164 (eSAT_static) R 17141 17141 13871 0 -1 4194304 137966 0 0 0 108014 86 0 0 25 0 1 0 1535160441 589594624 137948 996147200 134512640 135177480 4294955984 18446744073709551615 134547836 0 0 4096 3 0 0 0 17 0 0 0
/proc/17164/statm: 143944 137948 78 162 0 143779 0
Current children cumulated CPU time (s) 1351.5
Current children cumulated vsize (KiB) 623356

[startup+1422.31 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 17303
/proc/meminfo: memFree=779976/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=270.5
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 799 27252 0 1 0 1 26904 145 17 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
[pid=17164] ppid=17141 vsize=575776 CPUtime=1140.95
/proc/17164/stat : 17164 (eSAT_static) R 17141 17141 13871 0 -1 4194304 137966 0 0 0 114008 87 0 0 25 0 1 0 1535160441 589594624 137948 996147200 134512640 135177480 4294955984 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 0 0 0
/proc/17164/statm: 143944 137948 78 162 0 143779 0
Current children cumulated CPU time (s) 1411.45
Current children cumulated vsize (KiB) 623356

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 17304
/proc/meminfo: memFree=746184/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=270.5
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 799 27252 0 1 0 1 26904 145 17 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
[pid=17164] ppid=17141 vsize=575776 CPUtime=1200.88
/proc/17164/stat : 17164 (eSAT_static) R 17141 17141 13871 0 -1 4194304 137966 0 0 0 120001 87 0 0 25 0 1 0 1535160441 589594624 137948 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/17164/statm: 143944 137948 78 162 0 143779 0
Current children cumulated CPU time (s) 1471.38
Current children cumulated vsize (KiB) 623356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17304
/proc/meminfo: memFree=710152/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=270.5
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 799 27252 0 1 0 1 26904 145 17 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
[pid=17164] ppid=17141 vsize=575776 CPUtime=1260.83
/proc/17164/stat : 17164 (eSAT_static) R 17141 17141 13871 0 -1 4194304 137966 0 0 0 125994 89 0 0 25 0 1 0 1535160441 589594624 137948 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/17164/statm: 143944 137948 78 162 0 143779 0
Current children cumulated CPU time (s) 1531.33
Current children cumulated vsize (KiB) 623356

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17304
/proc/meminfo: memFree=673224/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=270.5
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 799 27252 0 1 0 1 26904 145 17 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
[pid=17164] ppid=17141 vsize=575776 CPUtime=1320.78
/proc/17164/stat : 17164 (eSAT_static) R 17141 17141 13871 0 -1 4194304 137966 0 0 0 131988 90 0 0 25 0 1 0 1535160441 589594624 137948 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/17164/statm: 143944 137948 78 162 0 143779 0
Current children cumulated CPU time (s) 1591.28
Current children cumulated vsize (KiB) 623356

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17304
/proc/meminfo: memFree=635528/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=270.5
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 799 27252 0 1 0 1 26904 145 17 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
[pid=17164] ppid=17141 vsize=575776 CPUtime=1380.71
/proc/17164/stat : 17164 (eSAT_static) R 17141 17141 13871 0 -1 4194304 137966 0 0 0 137981 90 0 0 25 0 1 0 1535160441 589594624 137948 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/17164/statm: 143944 137948 78 162 0 143779 0
Current children cumulated CPU time (s) 1651.21
Current children cumulated vsize (KiB) 623356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17304
/proc/meminfo: memFree=598472/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=270.5
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 799 27252 0 1 0 1 26904 145 17 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
[pid=17164] ppid=17141 vsize=575776 CPUtime=1440.66
/proc/17164/stat : 17164 (eSAT_static) R 17141 17141 13871 0 -1 4194304 137966 0 0 0 143975 91 0 0 25 0 1 0 1535160441 589594624 137948 996147200 134512640 135177480 4294955984 18446744073709551615 134564590 0 0 4096 3 0 0 0 17 0 0 0
/proc/17164/statm: 143944 137948 78 162 0 143779 0
Current children cumulated CPU time (s) 1711.16
Current children cumulated vsize (KiB) 623356

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17304
/proc/meminfo: memFree=560840/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=270.5
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 799 27252 0 1 0 1 26904 145 17 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
[pid=17164] ppid=17141 vsize=575776 CPUtime=1500.6
/proc/17164/stat : 17164 (eSAT_static) R 17141 17141 13871 0 -1 4194304 137966 0 0 0 149969 91 0 0 25 0 1 0 1535160441 589594624 137948 996147200 134512640 135177480 4294955984 18446744073709551615 134571264 0 0 4096 3 0 0 0 17 0 0 0
/proc/17164/statm: 143944 137948 78 162 0 143779 0
Current children cumulated CPU time (s) 1771.1
Current children cumulated vsize (KiB) 623356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17304
/proc/meminfo: memFree=542536/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=270.5
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 799 27252 0 1 0 1 26904 145 17 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
[pid=17164] ppid=17141 vsize=575776 CPUtime=1529.58
/proc/17164/stat : 17164 (eSAT_static) R 17141 17141 13871 0 -1 4194304 137966 0 0 0 152866 92 0 0 25 0 1 0 1535160441 589594624 137948 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/17164/statm: 143944 137948 78 162 0 143779 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 623356

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

Solver just ended. Dumping a history of the last processes samples

[startup+1811.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17304
/proc/meminfo: memFree=542536/2055920 swapFree=4113744/4192956
[pid=17141] ppid=17139 vsize=47580 CPUtime=270.5
/proc/17141/stat : 17141 (galacE.sh) S 17139 17141 13871 0 -1 4194304 799 27252 0 1 0 1 26904 145 17 0 1 0 1535133099 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17141/statm: 11895 364 245 79 0 219 0
[pid=17164] ppid=17141 vsize=575776 CPUtime=1529.58
/proc/17164/stat : 17164 (eSAT_static) R 17141 17141 13871 0 -1 4194304 137966 0 0 0 152866 92 0 0 25 0 1 0 1535160441 589594624 137948 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/17164/statm: 143944 137948 78 162 0 143779 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 623356

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17141 and gives
#  childrusage.ru_utime.tv_sec=269
#  childrusage.ru_utime.tv_usec=49098
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=468776
# CPU time returned by wait4() is 270.518
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.31
CPU time (s): 1800.08
CPU user time (s): 1797.7
CPU system time (s): 2.38
CPU usage (%): 99.3799
Max. virtual memory (cumulated for all children) (KiB): 860312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 269.049
system time used= 1.46878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28051
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= 10353
involuntary context switches= 12901

runsolver used 2.26266 second user time and 5.98209 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-03 05:09:29
IDJOB=1051708
IDBENCH=55498
IDSOLVER=351
FILE ID=node9/1051708-1215054569
PBS_JOBID= 7875156
Free space on /tmp= 66540 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-681_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051708-1215054569/watcher-1051708-1215054569 -o /tmp/evaluation-result-1051708-1215054569/solver-1051708-1215054569 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1051708-1215054569.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= be8652480bfb64fd75f0901e3fa7466b
RANDOM SEED=212718067

node9.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.265
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	: 5931.00
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.265
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:       1524912 kB
Buffers:         23176 kB
Cached:         138920 kB
SwapCached:      73116 kB
Active:         401476 kB
Inactive:        63704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1524912 kB
SwapTotal:     4192956 kB
SwapFree:      4113744 kB
Dirty:            3304 kB
Writeback:           0 kB
Mapped:         319092 kB
Slab:            50340 kB
Committed_AS:  3227464 kB
PageTables:       2468 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= 66060 MiB
End job on node9 at 2008-07-03 05:39:42