Trace number 1085399

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.04 1812.51

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-9.xml
MD5SUMf9d1f2b59857321b1a820082b7eb128a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark429.282
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size121
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
6.04/6.17	c start processing
6.04/6.17	c start relation processing
6.54/6.64	c start cnf exporting
53.68/54.04	c parsing time : 6.055
53.68/54.04	c preprocessing time : 53.932
53.68/54.04	
53.68/54.04	c Nary constraints - conflicts : 0 supports : 0
53.68/54.05	c Binary constraints - conflicts : 845 supports :0
53.68/54.05	c max arity constraint : 2
53.68/54.05	c Max Tuples generated 14641
53.68/54.05	c relations : 310
53.68/54.05	c relations BDD: 0
53.68/54.05	c sampling 271/310
53.68/54.05	c vars : 10801 - clauses :  2293050
53.68/54.05	
53.68/54.07	 
53.68/54.07	c --- SAT Solver Stats ---
53.68/54.07	 
53.68/54.07	c eSAT 0.1 : minisat core with additionnal features
53.68/54.07	c ============================[ Problem Statistics ]=============================
53.68/54.07	c |                                                                             |
53.68/54.08	c |  Number of variables:  10800                                                |
53.68/54.08	c |  Number of clauses:    2293050                                              |
54.96/55.35	c |  Parsing time:         1.09         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-1085399-1215233506/watcher-1085399-1215233506 -o /tmp/evaluation-result-1085399-1215233506/solver-1085399-1215233506 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1085399-1215233506.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: 1.92 1.99 2.06 4/74 27963
/proc/meminfo: memFree=1286112/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=8652 CPUtime=0
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 636568391 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27963/statm: 2163 280 208 79 0 156 0
[pid=27964] ppid=27963 vsize=8688 CPUtime=0
/proc/27964/stat : 27964 (galacE.sh) R 27963 27963 27572 0 -1 4194368 67 485 0 0 0 0 0 0 16 0 1 0 636568391 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 228043450867 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/27964/statm: 2172 288 210 79 0 165 0

[startup+0.068892 s]
/proc/loadavg: 1.92 1.99 2.06 4/74 27963
/proc/meminfo: memFree=1286112/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=0.01
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 765 1857 0 0 0 0 0 1 19 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.102902 s]
/proc/loadavg: 1.92 1.99 2.06 4/74 27963
/proc/meminfo: memFree=1286112/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=0.01
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 765 1857 0 0 0 0 0 1 19 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301936 s]
/proc/loadavg: 1.92 1.99 2.06 4/74 27963
/proc/meminfo: memFree=1286112/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=0.01
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 765 1857 0 0 0 0 0 1 19 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.703016 s]
/proc/loadavg: 1.92 1.99 2.06 4/74 27963
/proc/meminfo: memFree=1286112/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=0.01
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 765 1857 0 0 0 0 0 1 19 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50117 s]
/proc/loadavg: 1.92 1.99 2.06 3/84 27985
/proc/meminfo: memFree=1241040/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=0.01
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 765 1857 0 0 0 0 0 1 19 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
[pid=27977] ppid=27963 vsize=812524 CPUtime=1.45
/proc/27977/stat : 27977 (java) S 27963 27963 27572 0 -1 0 15584 0 1 0 137 8 0 0 21 0 9 0 636568394 832024576 14801 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27977/statm: 203131 14801 2588 9 0 197164 0
[pid=27977/tid=27978] ppid=27963 vsize=812524 CPUtime=0.81
/proc/27977/task/27978/stat : 27978 (java) R 27963 27963 27572 0 -1 64 7530 0 1 0 77 4 0 0 25 0 9 0 636568395 832024576 14801 996147200 134512640 134550740 4294955600 18446744073709551615 102605727 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27979] ppid=27963 vsize=812524 CPUtime=0.42
/proc/27977/task/27979/stat : 27979 (java) S 27963 27963 27572 0 -1 64 6544 0 0 0 40 2 0 0 16 0 9 0 636568396 832024576 14801 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27980] ppid=27963 vsize=812524 CPUtime=0
/proc/27977/task/27980/stat : 27980 (java) S 27963 27963 27572 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636568396 832024576 14801 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27981] ppid=27963 vsize=812524 CPUtime=0
/proc/27977/task/27981/stat : 27981 (java) S 27963 27963 27572 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636568396 832024576 14801 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27982] ppid=27963 vsize=812524 CPUtime=0
/proc/27977/task/27982/stat : 27982 (java) S 27963 27963 27572 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636568398 832024576 14801 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27983] ppid=27963 vsize=812524 CPUtime=0.18
/proc/27977/task/27983/stat : 27983 (java) S 27963 27963 27572 0 -1 64 809 0 0 0 18 0 0 0 15 0 9 0 636568398 832024576 14801 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27984] ppid=27963 vsize=812524 CPUtime=0
/proc/27977/task/27984/stat : 27984 (java) S 27963 27963 27572 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636568399 832024576 14801 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27985] ppid=27963 vsize=812524 CPUtime=0
/proc/27977/task/27985/stat : 27985 (java) S 27963 27963 27572 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 636568399 832024576 14801 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860080

[startup+3.10149 s]
/proc/loadavg: 1.92 1.99 2.06 4/84 27985
/proc/meminfo: memFree=1231760/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=0.01
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 765 1857 0 0 0 0 0 1 19 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
[pid=27977] ppid=27963 vsize=812620 CPUtime=3.05
/proc/27977/stat : 27977 (java) S 27963 27963 27572 0 -1 0 18684 0 1 0 295 10 0 0 21 0 9 0 636568394 832122880 17889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27977/statm: 203155 17889 2588 9 0 197188 0
[pid=27977/tid=27978] ppid=27963 vsize=812620 CPUtime=1.36
/proc/27977/task/27978/stat : 27978 (java) R 27963 27963 27572 0 -1 64 7542 0 1 0 132 4 0 0 25 0 9 0 636568395 832122880 17889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27979] ppid=27963 vsize=812620 CPUtime=1.41
/proc/27977/task/27979/stat : 27979 (java) R 27963 27963 27572 0 -1 64 9596 0 0 0 137 4 0 0 16 0 9 0 636568396 832122880 17889 996147200 134512640 134550740 4294955600 18446744073709551615 102477909 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27980] ppid=27963 vsize=812620 CPUtime=0
/proc/27977/task/27980/stat : 27980 (java) S 27963 27963 27572 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636568396 832122880 17889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27981] ppid=27963 vsize=812620 CPUtime=0
/proc/27977/task/27981/stat : 27981 (java) S 27963 27963 27572 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636568396 832122880 17889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27982] ppid=27963 vsize=812620 CPUtime=0
/proc/27977/task/27982/stat : 27982 (java) S 27963 27963 27572 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636568398 832122880 17889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27983] ppid=27963 vsize=812620 CPUtime=0.24
/proc/27977/task/27983/stat : 27983 (java) S 27963 27963 27572 0 -1 64 845 0 0 0 24 0 0 0 15 0 9 0 636568398 832122880 17889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27984] ppid=27963 vsize=812620 CPUtime=0
/proc/27977/task/27984/stat : 27984 (java) S 27963 27963 27572 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636568399 832122880 17889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27985] ppid=27963 vsize=812620 CPUtime=0
/proc/27977/task/27985/stat : 27985 (java) S 27963 27963 27572 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 636568399 832122880 17889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 860176

[startup+6.30212 s]
/proc/loadavg: 1.93 1.99 2.06 3/84 27985
/proc/meminfo: memFree=1213620/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=0.01
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 765 1857 0 0 0 0 0 1 19 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
[pid=27977] ppid=27963 vsize=812700 CPUtime=6.23
/proc/27977/stat : 27977 (java) S 27963 27963 27572 0 -1 0 21880 0 1 0 612 11 0 0 21 0 9 0 636568394 832204800 20813 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27977/statm: 203175 20813 2588 9 0 197208 0
[pid=27977/tid=27978] ppid=27963 vsize=812700 CPUtime=1.86
/proc/27977/task/27978/stat : 27978 (java) R 27963 27963 27572 0 -1 64 7561 0 1 0 182 4 0 0 17 0 9 0 636568395 832204800 20813 996147200 134512640 134550740 4294955600 18446744073709551615 4127295282 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27979] ppid=27963 vsize=812700 CPUtime=4.02
/proc/27977/task/27979/stat : 27979 (java) R 27963 27963 27572 0 -1 64 12730 0 0 0 397 5 0 0 25 0 9 0 636568396 832204800 20813 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27980] ppid=27963 vsize=812700 CPUtime=0
/proc/27977/task/27980/stat : 27980 (java) S 27963 27963 27572 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636568396 832204800 20813 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27981] ppid=27963 vsize=812700 CPUtime=0
/proc/27977/task/27981/stat : 27981 (java) S 27963 27963 27572 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636568396 832204800 20813 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27982] ppid=27963 vsize=812700 CPUtime=0
/proc/27977/task/27982/stat : 27982 (java) S 27963 27963 27572 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636568398 832204800 20813 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27983] ppid=27963 vsize=812700 CPUtime=0.31
/proc/27977/task/27983/stat : 27983 (java) S 27963 27963 27572 0 -1 64 888 0 0 0 31 0 0 0 15 0 9 0 636568398 832204800 20813 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27984] ppid=27963 vsize=812700 CPUtime=0
/proc/27977/task/27984/stat : 27984 (java) S 27963 27963 27572 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636568399 832204800 20813 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27985] ppid=27963 vsize=812700 CPUtime=0
/proc/27977/task/27985/stat : 27985 (java) S 27963 27963 27572 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 636568399 832204800 20813 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 860256

[startup+12.7014 s]
/proc/loadavg: 1.93 1.99 2.06 3/84 27985
/proc/meminfo: memFree=1176536/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=0.01
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 765 1857 0 0 0 0 0 1 19 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
[pid=27977] ppid=27963 vsize=812700 CPUtime=12.59
/proc/27977/stat : 27977 (java) S 27963 27963 27572 0 -1 0 29342 0 1 0 1240 19 0 0 21 0 9 0 636568394 832204800 28261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27977/statm: 203175 28261 2593 9 0 197208 0
[pid=27977/tid=27978] ppid=27963 vsize=812700 CPUtime=8.12
/proc/27977/task/27978/stat : 27978 (java) R 27963 27963 27572 0 -1 64 14645 0 1 0 801 11 0 0 25 0 9 0 636568395 832204800 28261 996147200 134512640 134550740 4294955600 18446744073709551615 103206960 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27979] ppid=27963 vsize=812700 CPUtime=4.06
/proc/27977/task/27979/stat : 27979 (java) S 27963 27963 27572 0 -1 64 13076 0 0 0 401 5 0 0 16 0 9 0 636568396 832204800 28261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27980] ppid=27963 vsize=812700 CPUtime=0
/proc/27977/task/27980/stat : 27980 (java) S 27963 27963 27572 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636568396 832204800 28261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27981] ppid=27963 vsize=812700 CPUtime=0
/proc/27977/task/27981/stat : 27981 (java) S 27963 27963 27572 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636568396 832204800 28261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27982] ppid=27963 vsize=812700 CPUtime=0
/proc/27977/task/27982/stat : 27982 (java) S 27963 27963 27572 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636568398 832204800 28261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27983] ppid=27963 vsize=812700 CPUtime=0.37
/proc/27977/task/27983/stat : 27983 (java) S 27963 27963 27572 0 -1 64 920 0 0 0 37 0 0 0 15 0 9 0 636568398 832204800 28261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27984] ppid=27963 vsize=812700 CPUtime=0
/proc/27977/task/27984/stat : 27984 (java) S 27963 27963 27572 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636568399 832204800 28261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27985] ppid=27963 vsize=812700 CPUtime=0
/proc/27977/task/27985/stat : 27985 (java) S 27963 27963 27572 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 636568399 832204800 28261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860256

[startup+25.5029 s]
/proc/loadavg: 2.09 2.02 2.07 3/84 27985
/proc/meminfo: memFree=1166296/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=0.01
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 765 1857 0 0 0 0 0 1 19 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
[pid=27977] ppid=27963 vsize=812700 CPUtime=25.33
/proc/27977/stat : 27977 (java) S 27963 27963 27572 0 -1 0 29542 0 1 0 2508 25 0 0 21 0 9 0 636568394 832204800 28436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27977/statm: 203175 28436 2593 9 0 197208 0
[pid=27977/tid=27978] ppid=27963 vsize=812700 CPUtime=20.82
/proc/27977/task/27978/stat : 27978 (java) R 27963 27963 27572 0 -1 64 14670 0 1 0 2065 17 0 0 25 0 9 0 636568395 832204800 28436 996147200 134512640 134550740 4294955600 18446744073709551615 4127358824 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27979] ppid=27963 vsize=812700 CPUtime=4.1
/proc/27977/task/27979/stat : 27979 (java) S 27963 27963 27572 0 -1 64 13246 0 0 0 404 6 0 0 16 0 9 0 636568396 832204800 28436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27980] ppid=27963 vsize=812700 CPUtime=0
/proc/27977/task/27980/stat : 27980 (java) S 27963 27963 27572 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636568396 832204800 28436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27981] ppid=27963 vsize=812700 CPUtime=0
/proc/27977/task/27981/stat : 27981 (java) S 27963 27963 27572 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636568396 832204800 28436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27982] ppid=27963 vsize=812700 CPUtime=0
/proc/27977/task/27982/stat : 27982 (java) S 27963 27963 27572 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636568398 832204800 28436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27983] ppid=27963 vsize=812700 CPUtime=0.38
/proc/27977/task/27983/stat : 27983 (java) S 27963 27963 27572 0 -1 64 925 0 0 0 38 0 0 0 16 0 9 0 636568398 832204800 28436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27984] ppid=27963 vsize=812700 CPUtime=0
/proc/27977/task/27984/stat : 27984 (java) S 27963 27963 27572 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636568399 832204800 28436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27977/tid=27985] ppid=27963 vsize=812700 CPUtime=0
/proc/27977/task/27985/stat : 27985 (java) S 27963 27963 27572 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 636568399 832204800 28436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 860256

[startup+51.103 s]

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

/proc/27986/statm: 67066 65635 79 162 0 66901 0
Current children cumulated CPU time (s) 1174.73
Current children cumulated vsize (KiB) 315820

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 28032
/proc/meminfo: memFree=1338248/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=53.75
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 799 31463 0 1 0 0 5337 38 17 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
[pid=27986] ppid=27963 vsize=268264 CPUtime=1180.52
/proc/27986/stat : 27986 (eSAT_static) R 27963 27963 27572 0 -1 4194304 81353 0 0 0 118000 52 0 0 25 0 1 0 636573799 274702336 65638 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 67066 65638 79 162 0 66901 0
Current children cumulated CPU time (s) 1234.27
Current children cumulated vsize (KiB) 315820

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 28032
/proc/meminfo: memFree=1310472/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=53.75
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 799 31463 0 1 0 0 5337 38 17 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
[pid=27986] ppid=27963 vsize=296252 CPUtime=1240.05
/proc/27986/stat : 27986 (eSAT_static) R 27963 27963 27572 0 -1 4194304 88273 0 0 0 123948 57 0 0 25 0 1 0 636573799 303362048 72558 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 74063 72558 79 162 0 73898 0
Current children cumulated CPU time (s) 1293.8
Current children cumulated vsize (KiB) 343808

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28032
/proc/meminfo: memFree=1309384/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=53.75
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 799 31463 0 1 0 0 5337 38 17 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
[pid=27986] ppid=27963 vsize=297392 CPUtime=1299.59
/proc/27986/stat : 27986 (eSAT_static) R 27963 27963 27572 0 -1 4194304 88551 0 0 0 129901 58 0 0 25 0 1 0 636573799 304529408 72836 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 74348 72836 79 162 0 74183 0
Current children cumulated CPU time (s) 1353.34
Current children cumulated vsize (KiB) 344948

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28032
/proc/meminfo: memFree=1308168/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=53.75
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 799 31463 0 1 0 0 5337 38 17 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
[pid=27986] ppid=27963 vsize=298580 CPUtime=1359.12
/proc/27986/stat : 27986 (eSAT_static) R 27963 27963 27572 0 -1 4194304 88851 0 0 0 135854 58 0 0 25 0 1 0 636573799 305745920 73136 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 74645 73136 79 162 0 74480 0
Current children cumulated CPU time (s) 1412.87
Current children cumulated vsize (KiB) 346136

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28032
/proc/meminfo: memFree=1266568/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=53.75
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 799 31463 0 1 0 0 5337 38 17 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
[pid=27986] ppid=27963 vsize=340772 CPUtime=1418.65
/proc/27986/stat : 27986 (eSAT_static) R 27963 27963 27572 0 -1 4194304 99387 0 0 0 141798 67 0 0 25 0 1 0 636573799 348950528 83672 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 85193 83672 79 162 0 85028 0
Current children cumulated CPU time (s) 1472.4
Current children cumulated vsize (KiB) 388328

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28032
/proc/meminfo: memFree=1262536/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=53.75
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 799 31463 0 1 0 0 5337 38 17 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
[pid=27986] ppid=27963 vsize=344128 CPUtime=1478.19
/proc/27986/stat : 27986 (eSAT_static) R 27963 27963 27572 0 -1 4194304 100219 0 0 0 147751 68 0 0 25 0 1 0 636573799 352387072 84504 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 86032 84504 79 162 0 85867 0
Current children cumulated CPU time (s) 1531.94
Current children cumulated vsize (KiB) 391684

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28032
/proc/meminfo: memFree=1262472/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=53.75
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 799 31463 0 1 0 0 5337 38 17 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
[pid=27986] ppid=27963 vsize=344128 CPUtime=1537.72
/proc/27986/stat : 27986 (eSAT_static) R 27963 27963 27572 0 -1 4194304 100224 0 0 0 153704 68 0 0 25 0 1 0 636573799 352387072 84509 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 86032 84509 79 162 0 85867 0
Current children cumulated CPU time (s) 1591.47
Current children cumulated vsize (KiB) 391684

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28032
/proc/meminfo: memFree=1257928/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=53.75
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 799 31463 0 1 0 0 5337 38 17 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
[pid=27986] ppid=27963 vsize=348784 CPUtime=1597.25
/proc/27986/stat : 27986 (eSAT_static) R 27963 27963 27572 0 -1 4194304 101405 0 0 0 159656 69 0 0 25 0 1 0 636573799 357154816 85690 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 87196 85690 79 162 0 87031 0
Current children cumulated CPU time (s) 1651
Current children cumulated vsize (KiB) 396340

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28032
/proc/meminfo: memFree=1233096/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=53.75
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 799 31463 0 1 0 0 5337 38 17 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
[pid=27986] ppid=27963 vsize=373420 CPUtime=1656.79
/proc/27986/stat : 27986 (eSAT_static) R 27963 27963 27572 0 -1 4194304 107528 0 0 0 165604 75 0 0 25 0 1 0 636573799 382382080 91813 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 93355 91813 79 162 0 93190 0
Current children cumulated CPU time (s) 1710.54
Current children cumulated vsize (KiB) 420976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28032
/proc/meminfo: memFree=1233096/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=53.75
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 799 31463 0 1 0 0 5337 38 17 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
[pid=27986] ppid=27963 vsize=373420 CPUtime=1716.33
/proc/27986/stat : 27986 (eSAT_static) R 27963 27963 27572 0 -1 4194304 107533 0 0 0 171558 75 0 0 25 0 1 0 636573799 382382080 91818 996147200 134512640 135177480 4294955968 18446744073709551615 134565239 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 93355 91818 79 162 0 93190 0
Current children cumulated CPU time (s) 1770.08
Current children cumulated vsize (KiB) 420976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28032
/proc/meminfo: memFree=1233032/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=53.75
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 799 31463 0 1 0 0 5337 38 17 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
[pid=27986] ppid=27963 vsize=373420 CPUtime=1746.29
/proc/27986/stat : 27986 (eSAT_static) R 27963 27963 27572 0 -1 4194304 107537 0 0 0 174554 75 0 0 25 0 1 0 636573799 382382080 91822 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 93355 91822 79 162 0 93190 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 420976

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

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

[startup+1812.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28032
/proc/meminfo: memFree=1233032/2055920 swapFree=4166000/4192956
[pid=27963] ppid=27961 vsize=47556 CPUtime=53.75
/proc/27963/stat : 27963 (galacE.sh) S 27961 27963 27572 0 -1 4194304 799 31463 0 1 0 0 5337 38 17 0 1 0 636568391 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27963/statm: 11889 364 245 79 0 219 0
[pid=27986] ppid=27963 vsize=373420 CPUtime=1746.29
/proc/27986/stat : 27986 (eSAT_static) R 27963 27963 27572 0 -1 4194304 107537 0 0 0 174554 75 0 0 25 0 1 0 636573799 382382080 91822 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 93355 91822 79 162 0 93190 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 420976

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27963 and gives
#  childrusage.ru_utime.tv_sec=53
#  childrusage.ru_utime.tv_usec=376885
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=398939
# CPU time returned by wait4() is 53.7758
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.51
CPU time (s): 1800.04
CPU user time (s): 1798.91
CPU system time (s): 1.13
CPU usage (%): 99.3118
Max. virtual memory (cumulated for all children) (KiB): 860484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.3769
system time used= 0.398939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32262
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= 3431
involuntary context switches= 4161

runsolver used 1.59376 second user time and 5.06523 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-05 06:51:46
IDJOB=1085399
IDBENCH=57628
IDSOLVER=351
FILE ID=node77/1085399-1215233506
PBS_JOBID= 7881920
Free space on /tmp= 66464 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-9.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085399-1215233506/watcher-1085399-1215233506 -o /tmp/evaluation-result-1085399-1215233506/solver-1085399-1215233506 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1085399-1215233506.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f9d1f2b59857321b1a820082b7eb128a
RANDOM SEED=859089664

node77.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.274
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.274
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1286592 kB
Buffers:         73104 kB
Cached:         306672 kB
SwapCached:      20880 kB
Active:         596492 kB
Inactive:       105904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1286592 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            3188 kB
Writeback:           0 kB
Mapped:         329064 kB
Slab:            51564 kB
Committed_AS:  1457816 kB
PageTables:       2484 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= 66480 MiB
End job on node77 at 2008-07-05 07:22:00