Trace number 1095724

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 1816.22

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-25_ext.xml
MD5SUM2cd9256ee73c86b71768f6ee48e77adb
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
5.59/5.70	c start processing
5.59/5.70	c start relation processing
18.98/19.22	c start cnf exporting
75.05/75.82	c parsing time : 5.578
75.05/75.82	c preprocessing time : 75.699
75.05/75.82	
75.05/75.82	c Nary constraints - conflicts : 0 supports : 93
75.05/75.82	c Binary constraints - conflicts : 0 supports :0
75.05/75.82	c max arity constraint : 3
75.05/75.82	c Max Tuples generated 0
75.05/75.82	c relations : 93
75.05/75.82	c relations BDD: 93
75.05/75.82	c sampling 0/0
75.05/75.82	c vars : 598127 - clauses :  1874239
75.05/75.82	
75.12/75.90	 
75.12/75.90	c --- SAT Solver Stats ---
75.12/75.90	 
75.12/75.90	c eSAT 0.1 : minisat core with additionnal features
75.12/75.90	c ============================[ Problem Statistics ]=============================
75.12/75.90	c |                                                                             |
75.12/75.91	c |  Number of variables:  598126                                               |
75.12/75.91	c |  Number of clauses:    1874239                                              |
77.20/78.01	c |  Parsing time:         1.85         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-1095724-1215258263/watcher-1095724-1215258263 -o /tmp/evaluation-result-1095724-1215258263/solver-1095724-1215258263 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1095724-1215258263.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/72 20349
/proc/meminfo: memFree=1721648/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=18572 CPUtime=0
/proc/20349/stat : 20349 (runsolver) R 20347 20349 19480 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 2004801826 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 233632754983 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20349/statm: 4643 292 257 25 0 2626 0

[startup+0.026384 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 20349
/proc/meminfo: memFree=1721648/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=8784 CPUtime=0.01
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 586 1320 0 0 0 0 0 1 20 0 1 0 2004801826 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 233632923730 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20349/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.101378 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 20349
/proc/meminfo: memFree=1721648/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=0.01
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.30139 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 20349
/proc/meminfo: memFree=1721648/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=0.01
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701426 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 20349
/proc/meminfo: memFree=1721648/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=0.01
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.5025 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 20371
/proc/meminfo: memFree=1650592/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=0.01
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
[pid=20363] ppid=20349 vsize=812732 CPUtime=1.44
/proc/20363/stat : 20363 (java) S 20349 20349 19480 0 -1 0 21615 0 1 0 133 11 0 0 18 0 9 0 2004801829 832237568 21038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20363/statm: 203183 21038 1883 9 0 197164 0
[pid=20363/tid=20364] ppid=20349 vsize=812732 CPUtime=1.25
/proc/20363/task/20364/stat : 20364 (java) R 20349 20349 19480 0 -1 64 14460 0 1 0 118 7 0 0 25 0 9 0 2004801830 832237568 21038 996147200 134512640 134550740 4294955600 18446744073709551615 4126750308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20365] ppid=20349 vsize=812732 CPUtime=0.05
/proc/20363/task/20365/stat : 20365 (java) S 20349 20349 19480 0 -1 64 5694 0 0 0 3 2 0 0 16 0 9 0 2004801832 832237568 21038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20366] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20366/stat : 20366 (java) S 20349 20349 19480 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004801832 832237568 21038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20367] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20367/stat : 20367 (java) S 20349 20349 19480 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004801832 832237568 21038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20368] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20368/stat : 20368 (java) S 20349 20349 19480 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004801834 832237568 21038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20369] ppid=20349 vsize=812732 CPUtime=0.11
/proc/20363/task/20369/stat : 20369 (java) S 20349 20349 19480 0 -1 64 755 0 0 0 11 0 0 0 16 0 9 0 2004801834 832237568 21038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20370] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20370/stat : 20370 (java) S 20349 20349 19480 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004801834 832237568 21038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20371] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20371/stat : 20371 (java) S 20349 20349 19480 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004801834 832237568 21038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860296

[startup+3.10263 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 20371
/proc/meminfo: memFree=1636768/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=0.01
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
[pid=20363] ppid=20349 vsize=812732 CPUtime=3.01
/proc/20363/stat : 20363 (java) S 20349 20349 19480 0 -1 0 25257 0 1 0 288 13 0 0 18 0 9 0 2004801829 832237568 24674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20363/statm: 203183 24674 1883 9 0 197164 0
[pid=20363/tid=20364] ppid=20349 vsize=812732 CPUtime=2.68
/proc/20363/task/20364/stat : 20364 (java) R 20349 20349 19480 0 -1 64 14466 0 1 0 260 8 0 0 25 0 9 0 2004801830 832237568 24674 996147200 134512640 134550740 4294955600 18446744073709551615 4126735537 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20365] ppid=20349 vsize=812732 CPUtime=0.2
/proc/20363/task/20365/stat : 20365 (java) S 20349 20349 19480 0 -1 64 9326 0 0 0 16 4 0 0 16 0 9 0 2004801832 832237568 24674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20366] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20366/stat : 20366 (java) S 20349 20349 19480 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004801832 832237568 24674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20367] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20367/stat : 20367 (java) S 20349 20349 19480 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004801832 832237568 24674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20368] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20368/stat : 20368 (java) S 20349 20349 19480 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004801834 832237568 24674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20369] ppid=20349 vsize=812732 CPUtime=0.11
/proc/20363/task/20369/stat : 20369 (java) S 20349 20349 19480 0 -1 64 759 0 0 0 11 0 0 0 16 0 9 0 2004801834 832237568 24674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20370] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20370/stat : 20370 (java) S 20349 20349 19480 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004801834 832237568 24674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20371] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20371/stat : 20371 (java) S 20349 20349 19480 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004801834 832237568 24674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860296

[startup+6.30189 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 20371
/proc/meminfo: memFree=1609960/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=0.01
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
[pid=20363] ppid=20349 vsize=812732 CPUtime=6.19
/proc/20363/stat : 20363 (java) S 20349 20349 19480 0 -1 0 32242 0 1 0 602 17 0 0 18 0 9 0 2004801829 832237568 31648 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20363/statm: 203183 31648 1891 9 0 197164 0
[pid=20363/tid=20364] ppid=20349 vsize=812732 CPUtime=5.49
/proc/20363/task/20364/stat : 20364 (java) R 20349 20349 19480 0 -1 64 14489 0 1 0 540 9 0 0 25 0 9 0 2004801830 832237568 31648 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20365] ppid=20349 vsize=812732 CPUtime=0.48
/proc/20363/task/20365/stat : 20365 (java) R 20349 20349 19480 0 -1 64 16236 0 0 0 42 6 0 0 16 0 9 0 2004801832 832237568 31648 996147200 134512640 134550740 4294955600 18446744073709551615 102514465 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20366] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20366/stat : 20366 (java) S 20349 20349 19480 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004801832 832237568 31648 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20367] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20367/stat : 20367 (java) S 20349 20349 19480 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004801832 832237568 31648 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20368] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20368/stat : 20368 (java) S 20349 20349 19480 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004801834 832237568 31648 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20369] ppid=20349 vsize=812732 CPUtime=0.18
/proc/20363/task/20369/stat : 20369 (java) S 20349 20349 19480 0 -1 64 811 0 0 0 18 0 0 0 16 0 9 0 2004801834 832237568 31648 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20370] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20370/stat : 20370 (java) S 20349 20349 19480 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004801834 832237568 31648 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20371] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20371/stat : 20371 (java) S 20349 20349 19480 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004801834 832237568 31648 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860296

[startup+12.7014 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 20371
/proc/meminfo: memFree=1517800/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=0.01
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
[pid=20363] ppid=20349 vsize=812732 CPUtime=12.52
/proc/20363/stat : 20363 (java) S 20349 20349 19480 0 -1 0 53046 0 1 0 1225 27 0 0 18 0 9 0 2004801829 832237568 52450 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20363/statm: 203183 52450 1891 9 0 197164 0
[pid=20363/tid=20364] ppid=20349 vsize=812732 CPUtime=10.8
/proc/20363/task/20364/stat : 20364 (java) R 20349 20349 19480 0 -1 64 14491 0 1 0 1071 9 0 0 25 0 9 0 2004801830 832237568 52450 996147200 134512640 134550740 4294955600 18446744073709551615 4126880610 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20365] ppid=20349 vsize=812732 CPUtime=1.52
/proc/20363/task/20365/stat : 20365 (java) S 20349 20349 19480 0 -1 64 37037 0 0 0 135 17 0 0 16 0 9 0 2004801832 832237568 52450 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20366] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20366/stat : 20366 (java) S 20349 20349 19480 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004801832 832237568 52450 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20367] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20367/stat : 20367 (java) S 20349 20349 19480 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004801832 832237568 52450 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20368] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20368/stat : 20368 (java) S 20349 20349 19480 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004801834 832237568 52450 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20369] ppid=20349 vsize=812732 CPUtime=0.18
/proc/20363/task/20369/stat : 20369 (java) S 20349 20349 19480 0 -1 64 812 0 0 0 18 0 0 0 16 0 9 0 2004801834 832237568 52450 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20370] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20370/stat : 20370 (java) S 20349 20349 19480 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004801834 832237568 52450 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20371] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20371/stat : 20371 (java) S 20349 20349 19480 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004801834 832237568 52450 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860296

[startup+25.5025 s]
/proc/loadavg: 2.05 2.01 2.00 3/82 20371
/proc/meminfo: memFree=1375272/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=0.01
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
[pid=20363] ppid=20349 vsize=812732 CPUtime=25.21
/proc/20363/stat : 20363 (java) S 20349 20349 19480 0 -1 0 87880 0 1 0 2474 47 0 0 18 0 9 0 2004801829 832237568 87268 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20363/statm: 203183 87268 1910 9 0 197164 0
[pid=20363/tid=20364] ppid=20349 vsize=812732 CPUtime=21.73
/proc/20363/task/20364/stat : 20364 (java) R 20349 20349 19480 0 -1 64 14545 0 1 0 2161 12 0 0 25 0 9 0 2004801830 832237568 87268 996147200 134512640 134550740 4294955600 18446744073709551615 4126964565 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20365] ppid=20349 vsize=812732 CPUtime=3.21
/proc/20363/task/20365/stat : 20365 (java) S 20349 20349 19480 0 -1 64 71780 0 0 0 288 33 0 0 16 0 9 0 2004801832 832237568 87268 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20366] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20366/stat : 20366 (java) S 20349 20349 19480 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004801832 832237568 87268 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20367] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20367/stat : 20367 (java) S 20349 20349 19480 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004801832 832237568 87268 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20368] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20368/stat : 20368 (java) S 20349 20349 19480 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004801834 832237568 87268 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20369] ppid=20349 vsize=812732 CPUtime=0.24
/proc/20363/task/20369/stat : 20369 (java) S 20349 20349 19480 0 -1 64 849 0 0 0 24 0 0 0 15 0 9 0 2004801834 832237568 87268 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20370] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20370/stat : 20370 (java) S 20349 20349 19480 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004801834 832237568 87268 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20363/tid=20371] ppid=20349 vsize=812732 CPUtime=0
/proc/20363/task/20371/stat : 20371 (java) S 20349 20349 19480 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004801834 832237568 87268 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860296

[startup+51.1026 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 20371
/proc/meminfo: memFree=1360168/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=0.01

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

/proc/20372/statm: 90672 86538 79 162 0 90507 0
Current children cumulated CPU time (s) 1112.42
Current children cumulated vsize (KiB) 410252

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 20378
/proc/meminfo: memFree=1339424/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=75.13
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 799 89685 0 1 0 0 7438 75 17 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
[pid=20372] ppid=20349 vsize=362688 CPUtime=1096.81
/proc/20372/stat : 20372 (eSAT_static) R 20349 20349 19480 0 -1 4194304 97269 0 0 0 109620 61 0 0 25 0 1 0 2004809416 371392512 86538 996147200 134512640 135177480 4294955968 18446744073709551615 134565273 0 0 4096 3 0 0 0 17 1 0 0
/proc/20372/statm: 90672 86538 79 162 0 90507 0
Current children cumulated CPU time (s) 1171.94
Current children cumulated vsize (KiB) 410252

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 20378
/proc/meminfo: memFree=1339232/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=75.13
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 799 89685 0 1 0 0 7438 75 17 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
[pid=20372] ppid=20349 vsize=362688 CPUtime=1156.31
/proc/20372/stat : 20372 (eSAT_static) R 20349 20349 19480 0 -1 4194304 97269 0 0 0 115570 61 0 0 25 0 1 0 2004809416 371392512 86538 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20372/statm: 90672 86538 79 162 0 90507 0
Current children cumulated CPU time (s) 1231.44
Current children cumulated vsize (KiB) 410252

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20455
/proc/meminfo: memFree=1338208/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=75.13
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 799 89685 0 1 0 0 7438 75 17 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
[pid=20372] ppid=20349 vsize=362688 CPUtime=1215.86
/proc/20372/stat : 20372 (eSAT_static) R 20349 20349 19480 0 -1 4194304 97282 0 0 0 121524 62 0 0 25 0 1 0 2004809416 371392512 86551 996147200 134512640 135177480 4294955968 18446744073709551615 134565397 0 0 4096 3 0 0 0 17 1 0 0
/proc/20372/statm: 90672 86551 79 162 0 90507 0
Current children cumulated CPU time (s) 1290.99
Current children cumulated vsize (KiB) 410252

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 20455
/proc/meminfo: memFree=1328160/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=75.13
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 799 89685 0 1 0 0 7438 75 17 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
[pid=20372] ppid=20349 vsize=364992 CPUtime=1275.3
/proc/20372/stat : 20372 (eSAT_static) R 20349 20349 19480 0 -1 4194304 97868 0 0 0 127467 63 0 0 25 0 1 0 2004809416 373751808 87137 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20372/statm: 91248 87137 79 162 0 91083 0
Current children cumulated CPU time (s) 1350.43
Current children cumulated vsize (KiB) 412556

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20456
/proc/meminfo: memFree=1306712/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=75.13
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 799 89685 0 1 0 0 7438 75 17 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
[pid=20372] ppid=20349 vsize=369256 CPUtime=1334.74
/proc/20372/stat : 20372 (eSAT_static) R 20349 20349 19480 0 -1 4194304 98948 0 0 0 133410 64 0 0 25 0 1 0 2004809416 378118144 88217 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/20372/statm: 92314 88217 79 162 0 92149 0
Current children cumulated CPU time (s) 1409.87
Current children cumulated vsize (KiB) 416820

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20457
/proc/meminfo: memFree=1272792/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=75.13
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 799 89685 0 1 0 0 7438 75 17 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
[pid=20372] ppid=20349 vsize=372352 CPUtime=1394.17
/proc/20372/stat : 20372 (eSAT_static) R 20349 20349 19480 0 -1 4194304 99740 0 0 0 139352 65 0 0 25 0 1 0 2004809416 381288448 89009 996147200 134512640 135177480 4294955968 18446744073709551615 134565416 0 0 4096 3 0 0 0 17 1 0 0
/proc/20372/statm: 93088 89009 79 162 0 92923 0
Current children cumulated CPU time (s) 1469.3
Current children cumulated vsize (KiB) 419916

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 20457
/proc/meminfo: memFree=1271192/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=75.13
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 799 89685 0 1 0 0 7438 75 17 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
[pid=20372] ppid=20349 vsize=372352 CPUtime=1453.61
/proc/20372/stat : 20372 (eSAT_static) R 20349 20349 19480 0 -1 4194304 99740 0 0 0 145296 65 0 0 25 0 1 0 2004809416 381288448 89009 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20372/statm: 93088 89009 79 162 0 92923 0
Current children cumulated CPU time (s) 1528.74
Current children cumulated vsize (KiB) 419916

[startup+1602.3 s]
/proc/loadavg: 2.20 2.06 2.01 3/83 20457
/proc/meminfo: memFree=1271192/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=75.13
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 799 89685 0 1 0 0 7438 75 17 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
[pid=20372] ppid=20349 vsize=372352 CPUtime=1513.05
/proc/20372/stat : 20372 (eSAT_static) R 20349 20349 19480 0 -1 4194304 99740 0 0 0 151240 65 0 0 25 0 1 0 2004809416 381288448 89009 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/20372/statm: 93088 89009 79 162 0 92923 0
Current children cumulated CPU time (s) 1588.18
Current children cumulated vsize (KiB) 419916

[startup+1662.3 s]
/proc/loadavg: 2.19 2.09 2.02 3/83 20457
/proc/meminfo: memFree=1271192/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=75.13
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 799 89685 0 1 0 0 7438 75 17 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
[pid=20372] ppid=20349 vsize=372352 CPUtime=1572.49
/proc/20372/stat : 20372 (eSAT_static) R 20349 20349 19480 0 -1 4194304 99740 0 0 0 157184 65 0 0 25 0 1 0 2004809416 381288448 89009 996147200 134512640 135177480 4294955968 18446744073709551615 134565537 0 0 4096 3 0 0 0 17 1 0 0
/proc/20372/statm: 93088 89009 79 162 0 92923 0
Current children cumulated CPU time (s) 1647.62
Current children cumulated vsize (KiB) 419916

[startup+1722.3 s]
/proc/loadavg: 2.07 2.07 2.02 3/83 20457
/proc/meminfo: memFree=1271192/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=75.13
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 799 89685 0 1 0 0 7438 75 17 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
[pid=20372] ppid=20349 vsize=372352 CPUtime=1631.94
/proc/20372/stat : 20372 (eSAT_static) R 20349 20349 19480 0 -1 4194304 99741 0 0 0 163128 66 0 0 25 0 1 0 2004809416 381288448 89010 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/20372/statm: 93088 89010 79 162 0 92923 0
Current children cumulated CPU time (s) 1707.07
Current children cumulated vsize (KiB) 419916

[startup+1782.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/83 20457
/proc/meminfo: memFree=1270808/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=75.13
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 799 89685 0 1 0 0 7438 75 17 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
[pid=20372] ppid=20349 vsize=372352 CPUtime=1691.37
/proc/20372/stat : 20372 (eSAT_static) R 20349 20349 19480 0 -1 4194304 99747 0 0 0 169071 66 0 0 25 0 1 0 2004809416 381288448 89016 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20372/statm: 93088 89016 79 162 0 92923 0
Current children cumulated CPU time (s) 1766.5
Current children cumulated vsize (KiB) 419916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.2 s]
/proc/loadavg: 2.01 2.05 2.01 3/83 20457
/proc/meminfo: memFree=1270744/2055920 swapFree=4180472/4192956
[pid=20349] ppid=20347 vsize=47564 CPUtime=75.13
/proc/20349/stat : 20349 (galacE.sh) S 20347 20349 19480 0 -1 4194304 799 89685 0 1 0 0 7438 75 17 0 1 0 2004801826 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20349/statm: 11891 364 245 79 0 219 0
[pid=20372] ppid=20349 vsize=372352 CPUtime=1724.95
/proc/20372/stat : 20372 (eSAT_static) R 20349 20349 19480 0 -1 4194304 99748 0 0 0 172429 66 0 0 25 0 1 0 2004809416 381288448 89017 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20372/statm: 93088 89017 79 162 0 92923 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 419916

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20349 and gives
#  childrusage.ru_utime.tv_sec=74
#  childrusage.ru_utime.tv_usec=393690
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=762884
# CPU time returned by wait4() is 75.1566
# 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): 1816.22
CPU time (s): 1800.08
CPU user time (s): 1798.67
CPU system time (s): 1.41
CPU usage (%): 99.1116
Max. virtual memory (cumulated for all children) (KiB): 860296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.3937
system time used= 0.762884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90484
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= 3360
involuntary context switches= 4928

runsolver used 2.27665 second user time and 5.82211 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-05 13:44:24
IDJOB=1095724
IDBENCH=58922
IDSOLVER=351
FILE ID=node3/1095724-1215258263
PBS_JOBID= 7882048
Free space on /tmp= 66528 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-3-28-28-fcd/normalized-rand-3-28-28-93-632-fcd-25_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1095724-1215258263/watcher-1095724-1215258263 -o /tmp/evaluation-result-1095724-1215258263/solver-1095724-1215258263 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1095724-1215258263.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2cd9256ee73c86b71768f6ee48e77adb
RANDOM SEED=627739490

node3.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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1722128 kB
Buffers:         29232 kB
Cached:         225916 kB
SwapCached:       6720 kB
Active:         184920 kB
Inactive:        95876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722128 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            8928 kB
Writeback:           0 kB
Mapped:          32924 kB
Slab:            38364 kB
Committed_AS:  3464080 kB
PageTables:       1784 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= 66496 MiB
End job on node3 at 2008-07-05 14:14:42