Trace number 1095241

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 1804.81

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-40_ext.xml
MD5SUMa668bab265f4288e5a7e785c274b88f1
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.00/0.03	c --- Preproc Stats ---
5.41/5.58	c start processing
5.41/5.58	c start relation processing
19.97/20.27	c start cnf exporting
78.59/79.47	c parsing time : 5.447
78.59/79.47	c preprocessing time : 79.335
78.59/79.47	
78.59/79.47	c Nary constraints - conflicts : 0 supports : 93
78.59/79.47	c Binary constraints - conflicts : 0 supports :0
78.59/79.47	c max arity constraint : 3
78.59/79.47	c Max Tuples generated 0
78.59/79.47	c relations : 93
78.59/79.47	c relations BDD: 93
78.59/79.47	c sampling 0/0
78.59/79.47	c vars : 598015 - clauses :  1873903
78.59/79.47	
78.65/79.56	 
78.65/79.56	c --- SAT Solver Stats ---
78.65/79.56	 
78.65/79.56	c eSAT 0.1 : minisat core with additionnal features
78.65/79.56	c ============================[ Problem Statistics ]=============================
78.65/79.56	c |                                                                             |
78.65/79.56	c |  Number of variables:  598014                                               |
78.65/79.56	c |  Number of clauses:    1873903                                              |
80.83/81.78	c |  Parsing time:         1.90         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-1095241-1215253239/watcher-1095241-1215253239 -o /tmp/evaluation-result-1095241-1215253239/solver-1095241-1215253239 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1095241-1215253239.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/80 32570
/proc/meminfo: memFree=861400/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=5316 CPUtime=0
/proc/32570/stat : 32570 (galacE.sh) R 32568 32570 28988 0 -1 4194304 229 0 0 0 0 0 0 0 20 0 1 0 2004299121 5443584 193 996147200 4194304 4520092 548682068832 18446744073709551615 244668495241 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32570/statm: 1329 193 146 79 0 121 0

[startup+0.055671 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 32570
/proc/meminfo: memFree=861400/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=0.01
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.102634 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 32570
/proc/meminfo: memFree=861400/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=0.01
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301651 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 32570
/proc/meminfo: memFree=861400/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=0.01
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701702 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 32570
/proc/meminfo: memFree=861400/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=0.01
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50278 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32592
/proc/meminfo: memFree=790408/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=0.01
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
[pid=32584] ppid=32570 vsize=812416 CPUtime=1.43
/proc/32584/stat : 32584 (java) S 32570 32570 28988 0 -1 0 22160 0 1 0 130 13 0 0 18 0 9 0 2004299125 831913984 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32584/statm: 203104 21583 1885 9 0 197138 0
[pid=32584/tid=32585] ppid=32570 vsize=812416 CPUtime=1.2
/proc/32584/task/32585/stat : 32585 (java) R 32570 32570 28988 0 -1 64 14454 0 1 0 111 9 0 0 25 0 9 0 2004299126 831913984 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4126632092 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32586] ppid=32570 vsize=812416 CPUtime=0.09
/proc/32584/task/32586/stat : 32586 (java) S 32570 32570 28988 0 -1 64 6246 0 0 0 6 3 0 0 16 0 9 0 2004299128 831913984 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32587] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32587/stat : 32587 (java) S 32570 32570 28988 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004299128 831913984 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32588] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32588/stat : 32588 (java) S 32570 32570 28988 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004299128 831913984 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32589] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32589/stat : 32589 (java) S 32570 32570 28988 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2004299130 831913984 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32590] ppid=32570 vsize=812416 CPUtime=0.12
/proc/32584/task/32590/stat : 32590 (java) S 32570 32570 28988 0 -1 64 754 0 0 0 12 0 0 0 16 0 9 0 2004299130 831913984 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32591] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32591/stat : 32591 (java) S 32570 32570 28988 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004299131 831913984 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32592] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32592/stat : 32592 (java) S 32570 32570 28988 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004299131 831913984 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 859984

[startup+3.10195 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32592
/proc/meminfo: memFree=776328/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=0.01
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
[pid=32584] ppid=32570 vsize=812416 CPUtime=3.02
/proc/32584/stat : 32584 (java) S 32570 32570 28988 0 -1 0 25810 0 1 0 286 16 0 0 18 0 9 0 2004299125 831913984 25227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32584/statm: 203104 25227 1885 9 0 197138 0
[pid=32584/tid=32585] ppid=32570 vsize=812416 CPUtime=2.61
/proc/32584/task/32585/stat : 32585 (java) R 32570 32570 28988 0 -1 64 14460 0 1 0 252 9 0 0 25 0 9 0 2004299126 831913984 25227 996147200 134512640 134550740 4294955600 18446744073709551615 4126738767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32586] ppid=32570 vsize=812416 CPUtime=0.25
/proc/32584/task/32586/stat : 32586 (java) S 32570 32570 28988 0 -1 64 9886 0 0 0 20 5 0 0 16 0 9 0 2004299128 831913984 25227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32587] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32587/stat : 32587 (java) S 32570 32570 28988 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004299128 831913984 25227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32588] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32588/stat : 32588 (java) S 32570 32570 28988 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004299128 831913984 25227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32589] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32589/stat : 32589 (java) S 32570 32570 28988 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2004299130 831913984 25227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32590] ppid=32570 vsize=812416 CPUtime=0.13
/proc/32584/task/32590/stat : 32590 (java) S 32570 32570 28988 0 -1 64 758 0 0 0 13 0 0 0 16 0 9 0 2004299130 831913984 25227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32591] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32591/stat : 32591 (java) S 32570 32570 28988 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004299131 831913984 25227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32592] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32592/stat : 32592 (java) S 32570 32570 28988 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004299131 831913984 25227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 859984

[startup+6.30228 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32592
/proc/meminfo: memFree=747464/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=0.01
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
[pid=32584] ppid=32570 vsize=812416 CPUtime=6.19
/proc/32584/stat : 32584 (java) S 32570 32570 28988 0 -1 0 33149 0 1 0 598 21 0 0 18 0 9 0 2004299125 831913984 32555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32584/statm: 203104 32555 1893 9 0 197138 0
[pid=32584/tid=32585] ppid=32570 vsize=812416 CPUtime=5.37
/proc/32584/task/32585/stat : 32585 (java) R 32570 32570 28988 0 -1 64 14483 0 1 0 528 9 0 0 25 0 9 0 2004299126 831913984 32555 996147200 134512640 134550740 4294955600 18446744073709551615 4126878839 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32586] ppid=32570 vsize=812416 CPUtime=0.57
/proc/32584/task/32586/stat : 32586 (java) S 32570 32570 28988 0 -1 64 17155 0 0 0 48 9 0 0 17 0 9 0 2004299128 831913984 32555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32587] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32587/stat : 32587 (java) S 32570 32570 28988 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004299128 831913984 32555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32588] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32588/stat : 32588 (java) S 32570 32570 28988 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004299128 831913984 32555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32589] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32589/stat : 32589 (java) S 32570 32570 28988 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2004299130 831913984 32555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32590] ppid=32570 vsize=812416 CPUtime=0.2
/proc/32584/task/32590/stat : 32590 (java) S 32570 32570 28988 0 -1 64 805 0 0 0 20 0 0 0 15 0 9 0 2004299130 831913984 32555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32591] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32591/stat : 32591 (java) S 32570 32570 28988 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004299131 831913984 32555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32592] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32592/stat : 32592 (java) S 32570 32570 28988 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004299131 831913984 32555 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) 859984

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32592
/proc/meminfo: memFree=657352/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=0.01
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
[pid=32584] ppid=32570 vsize=812416 CPUtime=12.53
/proc/32584/stat : 32584 (java) S 32570 32570 28988 0 -1 0 53108 0 1 0 1221 32 0 0 18 0 9 0 2004299125 831913984 52512 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32584/statm: 203104 52512 1893 9 0 197138 0
[pid=32584/tid=32585] ppid=32570 vsize=812416 CPUtime=10.67
/proc/32584/task/32585/stat : 32585 (java) R 32570 32570 28988 0 -1 64 14485 0 1 0 1057 10 0 0 25 0 9 0 2004299126 831913984 52512 996147200 134512640 134550740 4294955600 18446744073709551615 4126933869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32586] ppid=32570 vsize=812416 CPUtime=1.62
/proc/32584/task/32586/stat : 32586 (java) S 32570 32570 28988 0 -1 64 37112 0 0 0 142 20 0 0 16 0 9 0 2004299128 831913984 52512 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32587] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32587/stat : 32587 (java) S 32570 32570 28988 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004299128 831913984 52512 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32588] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32588/stat : 32588 (java) S 32570 32570 28988 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004299128 831913984 52512 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32589] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32589/stat : 32589 (java) S 32570 32570 28988 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2004299130 831913984 52512 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32590] ppid=32570 vsize=812416 CPUtime=0.2
/proc/32584/task/32590/stat : 32590 (java) S 32570 32570 28988 0 -1 64 805 0 0 0 20 0 0 0 15 0 9 0 2004299130 831913984 52512 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32591] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32591/stat : 32591 (java) S 32570 32570 28988 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004299131 831913984 52512 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32592] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32592/stat : 32592 (java) S 32570 32570 28988 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004299131 831913984 52512 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 859984

[startup+25.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32592
/proc/meminfo: memFree=515912/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=0.01
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
[pid=32584] ppid=32570 vsize=812416 CPUtime=25.2
/proc/32584/stat : 32584 (java) S 32570 32570 28988 0 -1 0 87856 0 1 0 2465 55 0 0 18 0 9 0 2004299125 831913984 87246 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32584/statm: 203104 87246 1912 9 0 197138 0
[pid=32584/tid=32585] ppid=32570 vsize=812416 CPUtime=21.51
/proc/32584/task/32585/stat : 32585 (java) R 32570 32570 28988 0 -1 64 14537 0 1 0 2138 13 0 0 25 0 9 0 2004299126 831913984 87246 996147200 134512640 134550740 4294955600 18446744073709551615 4126996650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32586] ppid=32570 vsize=812416 CPUtime=3.41
/proc/32584/task/32586/stat : 32586 (java) S 32570 32570 28988 0 -1 64 71770 0 0 0 300 41 0 0 16 0 9 0 2004299128 831913984 87246 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32587] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32587/stat : 32587 (java) S 32570 32570 28988 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 2004299128 831913984 87246 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32588] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32588/stat : 32588 (java) S 32570 32570 28988 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004299128 831913984 87246 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32589] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32589/stat : 32589 (java) S 32570 32570 28988 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2004299130 831913984 87246 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32590] ppid=32570 vsize=812416 CPUtime=0.26
/proc/32584/task/32590/stat : 32590 (java) S 32570 32570 28988 0 -1 64 843 0 0 0 26 0 0 0 15 0 9 0 2004299130 831913984 87246 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32591] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32591/stat : 32591 (java) S 32570 32570 28988 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004299131 831913984 87246 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32584/tid=32592] ppid=32570 vsize=812416 CPUtime=0
/proc/32584/task/32592/stat : 32592 (java) S 32570 32570 28988 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004299131 831913984 87246 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 859984

[startup+51.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32592
/proc/meminfo: memFree=501320/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=0.01

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

/proc/32593/statm: 90602 86363 79 162 0 90437 0
Current children cumulated CPU time (s) 1117.74
Current children cumulated vsize (KiB) 409976

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 32625
/proc/meminfo: memFree=1282576/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=78.72
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 800 89661 0 1 0 0 7786 86 17 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
[pid=32593] ppid=32570 vsize=362408 CPUtime=1099
/proc/32593/stat : 32593 (eSAT_static) R 32570 32570 28988 0 -1 4194304 97247 0 0 0 109834 66 0 0 25 0 1 0 2004307078 371105792 86474 996147200 134512640 135177480 4294955968 18446744073709551615 134571711 0 0 4096 3 0 0 0 17 0 0 0
/proc/32593/statm: 90602 86474 79 162 0 90437 0
Current children cumulated CPU time (s) 1177.72
Current children cumulated vsize (KiB) 409976

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 32625
/proc/meminfo: memFree=1279248/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=78.72
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 800 89661 0 1 0 0 7786 86 17 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
[pid=32593] ppid=32570 vsize=365676 CPUtime=1158.98
/proc/32593/stat : 32593 (eSAT_static) R 32570 32570 28988 0 -1 4194304 98075 0 0 0 115830 68 0 0 25 0 1 0 2004307078 374452224 87302 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32593/statm: 91419 87302 79 162 0 91254 0
Current children cumulated CPU time (s) 1237.7
Current children cumulated vsize (KiB) 413244

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 32625
/proc/meminfo: memFree=1275344/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=78.72
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 800 89661 0 1 0 0 7786 86 17 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
[pid=32593] ppid=32570 vsize=369476 CPUtime=1218.96
/proc/32593/stat : 32593 (eSAT_static) R 32570 32570 28988 0 -1 4194304 99024 0 0 0 121827 69 0 0 25 0 1 0 2004307078 378343424 88251 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/32593/statm: 92369 88251 79 162 0 92204 0
Current children cumulated CPU time (s) 1297.68
Current children cumulated vsize (KiB) 417044

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 32625
/proc/meminfo: memFree=1275344/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=78.72
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 800 89661 0 1 0 0 7786 86 17 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
[pid=32593] ppid=32570 vsize=369476 CPUtime=1278.93
/proc/32593/stat : 32593 (eSAT_static) R 32570 32570 28988 0 -1 4194304 99025 0 0 0 127824 69 0 0 25 0 1 0 2004307078 378343424 88252 996147200 134512640 135177480 4294955968 18446744073709551615 134564670 0 0 4096 3 0 0 0 17 0 0 0
/proc/32593/statm: 92369 88252 79 162 0 92204 0
Current children cumulated CPU time (s) 1357.65
Current children cumulated vsize (KiB) 417044

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 32625
/proc/meminfo: memFree=1275344/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=78.72
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 800 89661 0 1 0 0 7786 86 17 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
[pid=32593] ppid=32570 vsize=369476 CPUtime=1338.92
/proc/32593/stat : 32593 (eSAT_static) R 32570 32570 28988 0 -1 4194304 99025 0 0 0 133823 69 0 0 25 0 1 0 2004307078 378343424 88252 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32593/statm: 92369 88252 79 162 0 92204 0
Current children cumulated CPU time (s) 1417.64
Current children cumulated vsize (KiB) 417044

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 32625
/proc/meminfo: memFree=1275280/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=78.72
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 800 89661 0 1 0 0 7786 86 17 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
[pid=32593] ppid=32570 vsize=369476 CPUtime=1398.89
/proc/32593/stat : 32593 (eSAT_static) R 32570 32570 28988 0 -1 4194304 99025 0 0 0 139820 69 0 0 25 0 1 0 2004307078 378343424 88252 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32593/statm: 92369 88252 79 162 0 92204 0
Current children cumulated CPU time (s) 1477.61
Current children cumulated vsize (KiB) 417044

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 32625
/proc/meminfo: memFree=1275280/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=78.72
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 800 89661 0 1 0 0 7786 86 17 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
[pid=32593] ppid=32570 vsize=369476 CPUtime=1458.87
/proc/32593/stat : 32593 (eSAT_static) R 32570 32570 28988 0 -1 4194304 99025 0 0 0 145818 69 0 0 25 0 1 0 2004307078 378343424 88252 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/32593/statm: 92369 88252 79 162 0 92204 0
Current children cumulated CPU time (s) 1537.59
Current children cumulated vsize (KiB) 417044

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 32625
/proc/meminfo: memFree=1274448/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=78.72
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 800 89661 0 1 0 0 7786 86 17 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
[pid=32593] ppid=32570 vsize=370400 CPUtime=1518.85
/proc/32593/stat : 32593 (eSAT_static) R 32570 32570 28988 0 -1 4194304 99257 0 0 0 151815 70 0 0 25 0 1 0 2004307078 379289600 88484 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/32593/statm: 92600 88484 79 162 0 92435 0
Current children cumulated CPU time (s) 1597.57
Current children cumulated vsize (KiB) 417968

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 32625
/proc/meminfo: memFree=1269712/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=78.72
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 800 89661 0 1 0 0 7786 86 17 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
[pid=32593] ppid=32570 vsize=375092 CPUtime=1578.83
/proc/32593/stat : 32593 (eSAT_static) R 32570 32570 28988 0 -1 4194304 100434 0 0 0 157812 71 0 0 25 0 1 0 2004307078 384094208 89661 996147200 134512640 135177480 4294955968 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 0 0 0
/proc/32593/statm: 93773 89661 79 162 0 93608 0
Current children cumulated CPU time (s) 1657.55
Current children cumulated vsize (KiB) 422660

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 32625
/proc/meminfo: memFree=1266768/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=78.72
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 800 89661 0 1 0 0 7786 86 17 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
[pid=32593] ppid=32570 vsize=377912 CPUtime=1638.8
/proc/32593/stat : 32593 (eSAT_static) R 32570 32570 28988 0 -1 4194304 101152 0 0 0 163809 71 0 0 25 0 1 0 2004307078 386981888 90379 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 0 0 0
/proc/32593/statm: 94478 90379 79 162 0 94313 0
Current children cumulated CPU time (s) 1717.52
Current children cumulated vsize (KiB) 425480

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/74 32625
/proc/meminfo: memFree=1266640/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=78.72
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 800 89661 0 1 0 0 7786 86 17 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
[pid=32593] ppid=32570 vsize=377912 CPUtime=1698.78
/proc/32593/stat : 32593 (eSAT_static) R 32570 32570 28988 0 -1 4194304 101153 0 0 0 169806 72 0 0 25 0 1 0 2004307078 386981888 90380 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32593/statm: 94478 90380 79 162 0 94313 0
Current children cumulated CPU time (s) 1777.5
Current children cumulated vsize (KiB) 425480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.8 s]
/proc/loadavg: 2.06 2.01 2.00 3/74 32625
/proc/meminfo: memFree=1266640/2055920 swapFree=4180056/4192956
[pid=32570] ppid=32568 vsize=47568 CPUtime=78.72
/proc/32570/stat : 32570 (galacE.sh) S 32568 32570 28988 0 -1 4194304 800 89661 0 1 0 0 7786 86 17 0 1 0 2004299121 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32570/statm: 11892 365 246 79 0 219 0
[pid=32593] ppid=32570 vsize=377912 CPUtime=1721.28
/proc/32593/stat : 32593 (eSAT_static) R 32570 32570 28988 0 -1 4194304 101153 0 0 0 172056 72 0 0 25 0 1 0 2004307078 386981888 90380 996147200 134512640 135177480 4294955968 18446744073709551615 134571246 0 0 4096 3 0 0 0 17 0 0 0
/proc/32593/statm: 94478 90380 79 162 0 94313 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 425480

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 32570 and gives
#  childrusage.ru_utime.tv_sec=77
#  childrusage.ru_utime.tv_usec=869162
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=873867
# CPU time returned by wait4() is 78.743
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.81
CPU time (s): 1800
CPU user time (s): 1798.42
CPU system time (s): 1.58
CPU usage (%): 99.7333
Max. virtual memory (cumulated for all children) (KiB): 859984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.8692
system time used= 0.873867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90461
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= 3609
involuntary context switches= 5423

runsolver used 2.14567 second user time and 4.84426 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-05 12:20:40
IDJOB=1095241
IDBENCH=58889
IDSOLVER=351
FILE ID=node7/1095241-1215253239
PBS_JOBID= 7881912
Free space on /tmp= 66444 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a668bab265f4288e5a7e785c274b88f1
RANDOM SEED=928667256

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        861880 kB
Buffers:         62588 kB
Cached:         314364 kB
SwapCached:       7384 kB
Active:        1000516 kB
Inactive:       133924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        861880 kB
SwapTotal:     4192956 kB
SwapFree:      4180056 kB
Dirty:            8912 kB
Writeback:           0 kB
Mapped:         770644 kB
Slab:            43332 kB
Committed_AS:  4304948 kB
PageTables:       3308 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= 66476 MiB
End job on node7 at 2008-07-05 12:50:46