Trace number 1081806

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? (MO) 1436.19 1447.11

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-48.xml
MD5SUM2954e4929c1ef5c3af61301ca56f5bd2
Bench Category2-ARY-INT (binary constraints in intension)
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 variables2304
Number of constraints54191
Maximum constraint arity2
Maximum domain size48
Number of constraints which are defined in extension0
Number of constraints which are defined in intension54191
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
30.96/31.38	c start processing
30.96/31.38	c start relation processing
30.96/31.39	c start cnf exporting
132.94/134.34	c parsing time : 31.246
132.94/134.34	c preprocessing time : 134.206
132.94/134.35	
132.94/134.35	c Nary constraints - conflicts : 0 supports : 0
132.94/134.35	c Binary constraints - conflicts : 54144 supports :47
132.94/134.35	c max arity constraint : 2
132.94/134.35	c Max Tuples generated 2304
132.94/134.35	c relations : 4
132.94/134.35	c relations BDD: 0
132.94/134.35	c sampling 0/0
132.94/134.35	c vars : 110593 - clauses :  5209058
132.94/134.35	
132.94/134.38	 
132.94/134.38	c --- SAT Solver Stats ---
132.94/134.38	 
132.94/134.38	c eSAT 0.1 : minisat core with additionnal features
132.94/134.39	c ============================[ Problem Statistics ]=============================
132.94/134.39	c |                                                                             |
132.94/134.39	c |  Number of variables:  110592                                               |
132.94/134.39	c |  Number of clauses:    5209058                                              |
135.38/136.81	c |  Parsing time:         2.02         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-1081806-1215219224/watcher-1081806-1215219224 -o /tmp/evaluation-result-1081806-1215219224/solver-1081806-1215219224 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1081806-1215219224.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.01 2.02 4/81 13567
/proc/meminfo: memFree=1725320/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=5224 CPUtime=0
/proc/13567/stat : 13567 (galacE.sh) R 13565 13567 11861 0 -1 4194304 60 0 0 0 0 0 0 0 20 0 1 0 2000895898 5349376 45 996147200 4194304 4520092 548682068832 18446744073709551615 210821454848 0 0 4096 0 0 0 0 17 1 0 0
/proc/13567/statm: 1306 45 34 79 0 104 0

[startup+0.078314 s]
/proc/loadavg: 2.00 2.01 2.02 4/81 13567
/proc/meminfo: memFree=1725320/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=0.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.102324 s]
/proc/loadavg: 2.00 2.01 2.02 4/81 13567
/proc/meminfo: memFree=1725320/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=0.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.302341 s]
/proc/loadavg: 2.00 2.01 2.02 4/81 13567
/proc/meminfo: memFree=1725320/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=0.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.702388 s]
/proc/loadavg: 2.00 2.01 2.02 4/81 13567
/proc/meminfo: memFree=1725320/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=0.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50149 s]
/proc/loadavg: 2.00 2.01 2.02 3/91 13589
/proc/meminfo: memFree=1683064/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=0.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
[pid=13581] ppid=13567 vsize=812760 CPUtime=1.44
/proc/13581/stat : 13581 (java) S 13567 13567 11861 0 -1 0 13766 0 1 0 136 8 0 0 18 0 9 0 2000895902 832266240 12988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13581/statm: 203190 12988 2584 9 0 197171 0
[pid=13581/tid=13582] ppid=13567 vsize=812760 CPUtime=0.99
/proc/13581/task/13582/stat : 13582 (java) R 13567 13567 11861 0 -1 64 7651 0 1 0 95 4 0 0 25 0 9 0 2000895903 832266240 12988 996147200 134512640 134550740 4294955600 18446744073709551615 4126414914 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13583] ppid=13567 vsize=812760 CPUtime=0.11
/proc/13581/task/13583/stat : 13583 (java) S 13567 13567 11861 0 -1 64 4518 0 0 0 10 1 0 0 16 0 9 0 2000895905 832266240 12988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13584] ppid=13567 vsize=812760 CPUtime=0
/proc/13581/task/13584/stat : 13584 (java) S 13567 13567 11861 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000895905 832266240 12988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13585] ppid=13567 vsize=812760 CPUtime=0
/proc/13581/task/13585/stat : 13585 (java) S 13567 13567 11861 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000895905 832266240 12988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13586] ppid=13567 vsize=812760 CPUtime=0
/proc/13581/task/13586/stat : 13586 (java) S 13567 13567 11861 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000895907 832266240 12988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13587] ppid=13567 vsize=812760 CPUtime=0.3
/proc/13581/task/13587/stat : 13587 (java) S 13567 13567 11861 0 -1 64 897 0 0 0 30 0 0 0 15 0 9 0 2000895907 832266240 12988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13588] ppid=13567 vsize=812760 CPUtime=0
/proc/13581/task/13588/stat : 13588 (java) S 13567 13567 11861 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000895907 832266240 12988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13589] ppid=13567 vsize=812760 CPUtime=0
/proc/13581/task/13589/stat : 13589 (java) S 13567 13567 11861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000895907 832266240 12988 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) 860332

[startup+3.10168 s]
/proc/loadavg: 2.00 2.01 2.02 3/91 13589
/proc/meminfo: memFree=1682296/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=0.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
[pid=13581] ppid=13567 vsize=812896 CPUtime=3.02
/proc/13581/stat : 13581 (java) S 13567 13567 11861 0 -1 0 15920 0 1 0 294 8 0 0 18 0 9 0 2000895902 832405504 15134 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13581/statm: 203224 15134 2585 9 0 197205 0
[pid=13581/tid=13582] ppid=13567 vsize=812896 CPUtime=2.51
/proc/13581/task/13582/stat : 13582 (java) R 13567 13567 11861 0 -1 64 9741 0 1 0 246 5 0 0 25 0 9 0 2000895903 832405504 15134 996147200 134512640 134550740 4294955600 18446744073709551615 4126095719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13583] ppid=13567 vsize=812896 CPUtime=0.16
/proc/13581/task/13583/stat : 13583 (java) S 13567 13567 11861 0 -1 64 4575 0 0 0 15 1 0 0 17 0 9 0 2000895905 832405504 15134 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13584] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13584/stat : 13584 (java) S 13567 13567 11861 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000895905 832405504 15134 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13585] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13585/stat : 13585 (java) S 13567 13567 11861 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000895905 832405504 15134 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13586] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13586/stat : 13586 (java) S 13567 13567 11861 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000895907 832405504 15134 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13587] ppid=13567 vsize=812896 CPUtime=0.31
/proc/13581/task/13587/stat : 13587 (java) S 13567 13567 11861 0 -1 64 904 0 0 0 31 0 0 0 16 0 9 0 2000895907 832405504 15134 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13588] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13588/stat : 13588 (java) S 13567 13567 11861 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000895907 832405504 15134 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13589] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13589/stat : 13589 (java) S 13567 13567 11861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000895907 832405504 15134 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) 860468

[startup+6.30206 s]
/proc/loadavg: 2.00 2.01 2.02 3/91 13589
/proc/meminfo: memFree=1653504/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=0.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
[pid=13581] ppid=13567 vsize=812896 CPUtime=6.19
/proc/13581/stat : 13581 (java) S 13567 13567 11861 0 -1 0 20997 0 1 0 606 13 0 0 18 0 9 0 2000895902 832405504 20209 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13581/statm: 203224 20209 2589 9 0 197205 0
[pid=13581/tid=13582] ppid=13567 vsize=812896 CPUtime=5.67
/proc/13581/task/13582/stat : 13582 (java) R 13567 13567 11861 0 -1 64 14606 0 1 0 558 9 0 0 25 0 9 0 2000895903 832405504 20209 996147200 134512640 134550740 4294955600 18446744073709551615 4125952184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13583] ppid=13567 vsize=812896 CPUtime=0.18
/proc/13581/task/13583/stat : 13583 (java) S 13567 13567 11861 0 -1 64 4786 0 0 0 16 2 0 0 16 0 9 0 2000895905 832405504 20209 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13584] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13584/stat : 13584 (java) S 13567 13567 11861 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000895905 832405504 20209 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13585] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13585/stat : 13585 (java) S 13567 13567 11861 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000895905 832405504 20209 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13586] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13586/stat : 13586 (java) S 13567 13567 11861 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000895907 832405504 20209 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13587] ppid=13567 vsize=812896 CPUtime=0.31
/proc/13581/task/13587/stat : 13587 (java) S 13567 13567 11861 0 -1 64 905 0 0 0 31 0 0 0 15 0 9 0 2000895907 832405504 20209 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13588] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13588/stat : 13588 (java) S 13567 13567 11861 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000895907 832405504 20209 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13589] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13589/stat : 13589 (java) S 13567 13567 11861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000895907 832405504 20209 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) 860468

[startup+12.7028 s]
/proc/loadavg: 2.00 2.01 2.02 3/91 13589
/proc/meminfo: memFree=1650176/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=0.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
[pid=13581] ppid=13567 vsize=812896 CPUtime=12.53
/proc/13581/stat : 13581 (java) S 13567 13567 11861 0 -1 0 22114 0 1 0 1239 14 0 0 18 0 9 0 2000895902 832405504 21323 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13581/statm: 203224 21323 2589 9 0 197205 0
[pid=13581/tid=13582] ppid=13567 vsize=812896 CPUtime=11.95
/proc/13581/task/13582/stat : 13582 (java) R 13567 13567 11861 0 -1 64 14609 0 1 0 1186 9 0 0 25 0 9 0 2000895903 832405504 21323 996147200 134512640 134550740 4294955600 18446744073709551615 4126414864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13583] ppid=13567 vsize=812896 CPUtime=0.22
/proc/13581/task/13583/stat : 13583 (java) S 13567 13567 11861 0 -1 64 5900 0 0 0 20 2 0 0 16 0 9 0 2000895905 832405504 21323 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13584] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13584/stat : 13584 (java) S 13567 13567 11861 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000895905 832405504 21323 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13585] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13585/stat : 13585 (java) S 13567 13567 11861 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000895905 832405504 21323 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13586] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13586/stat : 13586 (java) S 13567 13567 11861 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000895907 832405504 21323 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13587] ppid=13567 vsize=812896 CPUtime=0.31
/proc/13581/task/13587/stat : 13587 (java) S 13567 13567 11861 0 -1 64 905 0 0 0 31 0 0 0 16 0 9 0 2000895907 832405504 21323 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13588] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13588/stat : 13588 (java) S 13567 13567 11861 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000895907 832405504 21323 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13589] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13589/stat : 13589 (java) S 13567 13567 11861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000895907 832405504 21323 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) 860468

[startup+25.5024 s]
/proc/loadavg: 2.00 2.01 2.02 3/91 13589
/proc/meminfo: memFree=1642944/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=0.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
[pid=13581] ppid=13567 vsize=812896 CPUtime=25.2
/proc/13581/stat : 13581 (java) S 13567 13567 11861 0 -1 0 23004 0 1 0 2506 14 0 0 18 0 9 0 2000895902 832405504 22208 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13581/statm: 203224 22208 2589 9 0 197205 0
[pid=13581/tid=13582] ppid=13567 vsize=812896 CPUtime=24.54
/proc/13581/task/13582/stat : 13582 (java) R 13567 13567 11861 0 -1 64 14614 0 1 0 2444 10 0 0 25 0 9 0 2000895903 832405504 22208 996147200 134512640 134550740 4294955600 18446744073709551615 4127097540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13583] ppid=13567 vsize=812896 CPUtime=0.32
/proc/13581/task/13583/stat : 13583 (java) S 13567 13567 11861 0 -1 64 6783 0 0 0 29 3 0 0 16 0 9 0 2000895905 832405504 22208 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13584] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13584/stat : 13584 (java) S 13567 13567 11861 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000895905 832405504 22208 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13585] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13585/stat : 13585 (java) S 13567 13567 11861 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000895905 832405504 22208 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13586] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13586/stat : 13586 (java) S 13567 13567 11861 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000895907 832405504 22208 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13587] ppid=13567 vsize=812896 CPUtime=0.32
/proc/13581/task/13587/stat : 13587 (java) S 13567 13567 11861 0 -1 64 907 0 0 0 32 0 0 0 17 0 9 0 2000895907 832405504 22208 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13588] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13588/stat : 13588 (java) S 13567 13567 11861 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000895907 832405504 22208 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13581/tid=13589] ppid=13567 vsize=812896 CPUtime=0
/proc/13581/task/13589/stat : 13589 (java) S 13567 13567 11861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000895907 832405504 22208 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) 860468

[startup+51.1024 s]
/proc/loadavg: 2.00 2.00 2.02 3/91 13589
/proc/meminfo: memFree=1617728/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=0.01

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

/proc/13590/statm: 139481 138636 78 162 0 139316 0
Current children cumulated CPU time (s) 814.41
Current children cumulated vsize (KiB) 605496

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13596
/proc/meminfo: memFree=1058496/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=133.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 799 25993 0 1 0 0 13237 64 17 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
[pid=13590] ppid=13567 vsize=557924 CPUtime=740.84
/proc/13590/stat : 13590 (eSAT_static) R 13567 13567 11861 0 -1 4194304 138680 0 0 0 74003 81 0 0 25 0 1 0 2000909337 571314176 138636 996147200 134512640 135177480 4294955968 18446744073709551615 134546779 0 0 4096 3 0 0 0 17 1 0 0
/proc/13590/statm: 139481 138636 78 162 0 139316 0
Current children cumulated CPU time (s) 873.85
Current children cumulated vsize (KiB) 605496

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13596
/proc/meminfo: memFree=1057152/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=133.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 799 25993 0 1 0 0 13237 64 17 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
[pid=13590] ppid=13567 vsize=557924 CPUtime=800.28
/proc/13590/stat : 13590 (eSAT_static) R 13567 13567 11861 0 -1 4194304 138680 0 0 0 79947 81 0 0 25 0 1 0 2000909337 571314176 138636 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/13590/statm: 139481 138636 78 162 0 139316 0
Current children cumulated CPU time (s) 933.29
Current children cumulated vsize (KiB) 605496

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13596
/proc/meminfo: memFree=956800/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=133.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 799 25993 0 1 0 0 13237 64 17 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
[pid=13590] ppid=13567 vsize=656512 CPUtime=859.71
/proc/13590/stat : 13590 (eSAT_static) R 13567 13567 11861 0 -1 4194304 163430 0 0 0 85878 93 0 0 25 0 1 0 2000909337 672268288 163386 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/13590/statm: 164128 163386 78 162 0 163963 0
Current children cumulated CPU time (s) 992.72
Current children cumulated vsize (KiB) 704084

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13634
/proc/meminfo: memFree=892224/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=133.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 799 25993 0 1 0 0 13237 64 17 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
[pid=13590] ppid=13567 vsize=715732 CPUtime=919.16
/proc/13590/stat : 13590 (eSAT_static) R 13567 13567 11861 0 -1 4194304 178123 0 0 0 91813 103 0 0 25 0 1 0 2000909337 732909568 178079 996147200 134512640 135177480 4294955968 18446744073709551615 134664034 0 0 4096 3 0 0 0 17 1 0 0
/proc/13590/statm: 178933 178079 78 162 0 178768 0
Current children cumulated CPU time (s) 1052.17
Current children cumulated vsize (KiB) 763304

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13634
/proc/meminfo: memFree=831240/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=133.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 799 25993 0 1 0 0 13237 64 17 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
[pid=13590] ppid=13567 vsize=715732 CPUtime=978.6
/proc/13590/stat : 13590 (eSAT_static) R 13567 13567 11861 0 -1 4194304 178123 0 0 0 97757 103 0 0 25 0 1 0 2000909337 732909568 178079 996147200 134512640 135177480 4294955968 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0
/proc/13590/statm: 178933 178079 78 162 0 178768 0
Current children cumulated CPU time (s) 1111.61
Current children cumulated vsize (KiB) 763304

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13674
/proc/meminfo: memFree=895800/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=133.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 799 25993 0 1 0 0 13237 64 17 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
[pid=13590] ppid=13567 vsize=715732 CPUtime=1038.48
/proc/13590/stat : 13590 (eSAT_static) R 13567 13567 11861 0 -1 4194304 178123 0 0 0 103744 104 0 0 25 0 1 0 2000909337 732909568 178079 996147200 134512640 135177480 4294955968 18446744073709551615 134548193 0 0 4096 3 0 0 0 17 0 0 0
/proc/13590/statm: 178933 178079 78 162 0 178768 0
Current children cumulated CPU time (s) 1171.49
Current children cumulated vsize (KiB) 763304

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13674
/proc/meminfo: memFree=876472/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=133.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 799 25993 0 1 0 0 13237 64 17 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
[pid=13590] ppid=13567 vsize=735180 CPUtime=1098.46
/proc/13590/stat : 13590 (eSAT_static) R 13567 13567 11861 0 -1 4194304 182967 0 0 0 109739 107 0 0 25 0 1 0 2000909337 752824320 182923 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 0 0 0
/proc/13590/statm: 183795 182923 78 162 0 183630 0
Current children cumulated CPU time (s) 1231.47
Current children cumulated vsize (KiB) 782752

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13674
/proc/meminfo: memFree=876344/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=133.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 799 25993 0 1 0 0 13237 64 17 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
[pid=13590] ppid=13567 vsize=735180 CPUtime=1158.44
/proc/13590/stat : 13590 (eSAT_static) R 13567 13567 11861 0 -1 4194304 182967 0 0 0 115737 107 0 0 25 0 1 0 2000909337 752824320 182923 996147200 134512640 135177480 4294955968 18446744073709551615 134564482 0 0 4096 3 0 0 0 17 0 0 0
/proc/13590/statm: 183795 182923 78 162 0 183630 0
Current children cumulated CPU time (s) 1291.45
Current children cumulated vsize (KiB) 782752

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13674
/proc/meminfo: memFree=876344/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=133.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 799 25993 0 1 0 0 13237 64 17 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
[pid=13590] ppid=13567 vsize=735180 CPUtime=1218.4
/proc/13590/stat : 13590 (eSAT_static) R 13567 13567 11861 0 -1 4194304 182967 0 0 0 121733 107 0 0 25 0 1 0 2000909337 752824320 182923 996147200 134512640 135177480 4294955968 18446744073709551615 134664034 0 0 4096 3 0 0 0 17 0 0 0
/proc/13590/statm: 183795 182923 78 162 0 183630 0
Current children cumulated CPU time (s) 1351.41
Current children cumulated vsize (KiB) 782752

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13674
/proc/meminfo: memFree=780856/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=133.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 799 25993 0 1 0 0 13237 64 17 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
[pid=13590] ppid=13567 vsize=831044 CPUtime=1278.39
/proc/13590/stat : 13590 (eSAT_static) R 13567 13567 11861 0 -1 4194304 206969 0 0 0 127721 118 0 0 25 0 1 0 2000909337 850989056 206925 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/13590/statm: 207761 206925 78 162 0 207596 0
Current children cumulated CPU time (s) 1411.4
Current children cumulated vsize (KiB) 878616



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1447.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13674
/proc/meminfo: memFree=736696/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=133.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 799 25993 0 1 0 0 13237 64 17 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
[pid=13590] ppid=13567 vsize=874176 CPUtime=1303.18
/proc/13590/stat : 13590 (eSAT_static) R 13567 13567 11861 0 -1 4194304 217804 0 0 0 130195 123 0 0 25 0 1 0 2000909337 895156224 217760 996147200 134512640 135177480 4294955968 18446744073709551615 134547896 0 0 4096 3 0 0 0 17 0 0 0
/proc/13590/statm: 218544 217760 78 162 0 218379 0
Current children cumulated CPU time (s) 1436.19
Current children cumulated vsize (KiB) 921748

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

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

[startup+1447.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13674
/proc/meminfo: memFree=736696/2055920 swapFree=4180424/4192956
[pid=13567] ppid=13565 vsize=47572 CPUtime=133.01
/proc/13567/stat : 13567 (galacE.sh) S 13565 13567 11861 0 -1 4194304 799 25993 0 1 0 0 13237 64 17 0 1 0 2000895898 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13567/statm: 11893 364 245 79 0 219 0
[pid=13590] ppid=13567 vsize=874176 CPUtime=1303.18
/proc/13590/stat : 13590 (eSAT_static) R 13567 13567 11861 0 -1 4194304 217804 0 0 0 130195 123 0 0 25 0 1 0 2000909337 895156224 217760 996147200 134512640 135177480 4294955968 18446744073709551615 134547896 0 0 4096 3 0 0 0 17 0 0 0
/proc/13590/statm: 218544 217760 78 162 0 218379 0
Current children cumulated CPU time (s) 1436.19
Current children cumulated vsize (KiB) 921748

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13567 and gives
#  childrusage.ru_utime.tv_sec=132
#  childrusage.ru_utime.tv_usec=383874
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=653900
# CPU time returned by wait4() is 133.038
# while last known CPU time is 1436.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1447.11
CPU time (s): 1436.19
CPU user time (s): 1434.32
CPU system time (s): 1.87
CPU usage (%): 99.2452
Max. virtual memory (cumulated for all children) (KiB): 921748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 132.384
system time used= 0.6539
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26792
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= 5958
involuntary context switches= 9251

runsolver used 1.59176 second user time and 4.93225 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-05 02:53:44
IDJOB=1081806
IDBENCH=57142
IDSOLVER=351
FILE ID=node33/1081806-1215219224
PBS_JOBID= 7881745
Free space on /tmp= 66456 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2954e4929c1ef5c3af61301ca56f5bd2
RANDOM SEED=629708956

node33.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.231
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.231
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:       1725800 kB
Buffers:         35376 kB
Cached:         161636 kB
SwapCached:       6444 kB
Active:         218080 kB
Inactive:        53352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725800 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            9816 kB
Writeback:           0 kB
Mapped:          90544 kB
Slab:            43816 kB
Committed_AS:  3665940 kB
PageTables:       2000 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= 66376 MiB
End job on node33 at 2008-07-05 03:17:53