Trace number 1068667

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 M? (TO) 1800 1809.42

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg8-11_ext.xml
MD5SUM2c3f4decc5e1db501f4c155332cf1913
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 variables88
Number of constraints19
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension19
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 ---
1.26/1.37	c start processing
1.26/1.37	c start relation processing
3.35/3.48	c start cnf exporting
97.80/99.15	c parsing time : 1.251
97.80/99.15	c preprocessing time : 99.033
97.80/99.15	
97.80/99.15	c Nary constraints - conflicts : 0 supports : 19
97.80/99.15	c Binary constraints - conflicts : 0 supports :0
97.80/99.15	c max arity constraint : 11
97.80/99.15	c Max Tuples generated 0
97.80/99.15	c relations : 2
97.80/99.15	c relations BDD: 2
97.80/99.15	c sampling 0/0
97.80/99.15	c vars : 807284 - clauses :  2919230
97.80/99.15	
97.86/99.21	 
97.86/99.21	c --- SAT Solver Stats ---
97.86/99.21	 

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-1068667-1215156051/watcher-1068667-1215156051 -o /tmp/evaluation-result-1068667-1215156051/solver-1068667-1215156051 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1068667-1215156051.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.33 2.17 2.11 3/83 17876
/proc/meminfo: memFree=1548992/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=8652 CPUtime=0
/proc/17876/stat : 17876 (galacM.sh) R 17874 17876 17045 0 -1 4194304 334 0 0 0 0 0 0 0 19 0 1 0 628822899 8859648 279 996147200 4194304 4520092 548682068832 18446744073709551615 228043844255 0 65538 4096 73728 0 0 0 17 0 0 0
/proc/17876/statm: 2163 279 207 79 0 156 0
[pid=17877] ppid=17876 vsize=8652 CPUtime=0
/proc/17877/stat : 17877 (galacM.sh) R 17876 17876 17045 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 628822900 8859648 279 996147200 4194304 4520092 548682068832 18446744073709551615 228043844255 0 65538 4096 73728 0 0 0 17 0 0 0
/proc/17877/statm: 2163 279 207 79 0 156 0

[startup+0.050548 s]
/proc/loadavg: 2.33 2.17 2.11 3/83 17876
/proc/meminfo: memFree=1548992/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=0.01
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.101555 s]
/proc/loadavg: 2.33 2.17 2.11 3/83 17876
/proc/meminfo: memFree=1548992/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=0.01
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301592 s]
/proc/loadavg: 2.33 2.17 2.11 3/83 17876
/proc/meminfo: memFree=1548992/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=0.01
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701673 s]
/proc/loadavg: 2.33 2.17 2.11 3/83 17876
/proc/meminfo: memFree=1548992/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=0.01
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50283 s]
/proc/loadavg: 2.33 2.17 2.11 3/93 17898
/proc/meminfo: memFree=1471088/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=0.01
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
[pid=17890] ppid=17876 vsize=812420 CPUtime=1.45
/proc/17890/stat : 17890 (java) S 17876 17876 17045 0 -1 0 24285 0 1 0 133 12 0 0 19 0 9 0 628822903 831918080 23711 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17890/statm: 203105 23711 1886 9 0 197138 0
[pid=17890/tid=17891] ppid=17876 vsize=812420 CPUtime=1.21
/proc/17890/task/17891/stat : 17891 (java) R 17876 17876 17045 0 -1 64 14469 0 1 0 114 7 0 0 25 0 9 0 628822904 831918080 23711 996147200 134512640 134550740 4294955616 18446744073709551615 4126796096 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17892] ppid=17876 vsize=812420 CPUtime=0.08
/proc/17890/task/17892/stat : 17892 (java) S 17876 17876 17045 0 -1 64 8346 0 0 0 5 3 0 0 16 0 9 0 628822905 831918080 23711 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17893] ppid=17876 vsize=812420 CPUtime=0
/proc/17890/task/17893/stat : 17893 (java) S 17876 17876 17045 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628822905 831918080 23711 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17894] ppid=17876 vsize=812420 CPUtime=0
/proc/17890/task/17894/stat : 17894 (java) S 17876 17876 17045 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 628822905 831918080 23711 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17895] ppid=17876 vsize=812420 CPUtime=0
/proc/17890/task/17895/stat : 17895 (java) S 17876 17876 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 628822907 831918080 23711 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17896] ppid=17876 vsize=812420 CPUtime=0.13
/proc/17890/task/17896/stat : 17896 (java) S 17876 17876 17045 0 -1 64 772 0 0 0 13 0 0 0 16 0 9 0 628822907 831918080 23711 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17897] ppid=17876 vsize=812420 CPUtime=0
/proc/17890/task/17897/stat : 17897 (java) S 17876 17876 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 628822907 831918080 23711 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17898] ppid=17876 vsize=812420 CPUtime=0
/proc/17890/task/17898/stat : 17898 (java) S 17876 17876 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628822907 831918080 23711 996147200 134512640 134550740 4294955616 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) 859976

[startup+3.10215 s]
/proc/loadavg: 2.33 2.17 2.11 3/93 17898
/proc/meminfo: memFree=1460592/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=0.01
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
[pid=17890] ppid=17876 vsize=812420 CPUtime=3.04
/proc/17890/stat : 17890 (java) S 17876 17876 17045 0 -1 0 24303 0 1 0 291 13 0 0 19 0 9 0 628822903 831918080 23727 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17890/statm: 203105 23727 1887 9 0 197138 0
[pid=17890/tid=17891] ppid=17876 vsize=812420 CPUtime=2.77
/proc/17890/task/17891/stat : 17891 (java) R 17876 17876 17045 0 -1 64 14473 0 1 0 270 7 0 0 25 0 9 0 628822904 831918080 23727 996147200 134512640 134550740 4294955616 18446744073709551615 4126808813 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17892] ppid=17876 vsize=812420 CPUtime=0.08
/proc/17890/task/17892/stat : 17892 (java) S 17876 17876 17045 0 -1 64 8346 0 0 0 5 3 0 0 17 0 9 0 628822905 831918080 23727 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17893] ppid=17876 vsize=812420 CPUtime=0
/proc/17890/task/17893/stat : 17893 (java) S 17876 17876 17045 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628822905 831918080 23727 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17894] ppid=17876 vsize=812420 CPUtime=0
/proc/17890/task/17894/stat : 17894 (java) S 17876 17876 17045 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 628822905 831918080 23727 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17895] ppid=17876 vsize=812420 CPUtime=0
/proc/17890/task/17895/stat : 17895 (java) S 17876 17876 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 628822907 831918080 23727 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17896] ppid=17876 vsize=812420 CPUtime=0.15
/proc/17890/task/17896/stat : 17896 (java) S 17876 17876 17045 0 -1 64 786 0 0 0 15 0 0 0 15 0 9 0 628822907 831918080 23727 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17897] ppid=17876 vsize=812420 CPUtime=0
/proc/17890/task/17897/stat : 17897 (java) S 17876 17876 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 628822907 831918080 23727 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17898] ppid=17876 vsize=812420 CPUtime=0
/proc/17890/task/17898/stat : 17898 (java) S 17876 17876 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628822907 831918080 23727 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 859976

[startup+6.30178 s]
/proc/loadavg: 2.30 2.16 2.11 3/93 17898
/proc/meminfo: memFree=1419632/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=0.01
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
[pid=17890] ppid=17876 vsize=812552 CPUtime=6.21
/proc/17890/stat : 17890 (java) S 17876 17876 17045 0 -1 0 34301 0 1 0 603 18 0 0 19 0 9 0 628822903 832053248 33716 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17890/statm: 203138 33716 1908 9 0 197171 0
[pid=17890/tid=17891] ppid=17876 vsize=812552 CPUtime=5.43
/proc/17890/task/17891/stat : 17891 (java) R 17876 17876 17045 0 -1 64 14523 0 1 0 535 8 0 0 25 0 9 0 628822904 832053248 33716 996147200 134512640 134550740 4294955616 18446744073709551615 4126918778 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17892] ppid=17876 vsize=812552 CPUtime=0.54
/proc/17890/task/17892/stat : 17892 (java) S 17876 17876 17045 0 -1 64 18248 0 0 0 46 8 0 0 16 0 9 0 628822905 832053248 33716 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17893] ppid=17876 vsize=812552 CPUtime=0
/proc/17890/task/17893/stat : 17893 (java) S 17876 17876 17045 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628822905 832053248 33716 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17894] ppid=17876 vsize=812552 CPUtime=0
/proc/17890/task/17894/stat : 17894 (java) S 17876 17876 17045 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 628822905 832053248 33716 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17895] ppid=17876 vsize=812552 CPUtime=0
/proc/17890/task/17895/stat : 17895 (java) S 17876 17876 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 628822907 832053248 33716 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17896] ppid=17876 vsize=812552 CPUtime=0.21
/proc/17890/task/17896/stat : 17896 (java) S 17876 17876 17045 0 -1 64 832 0 0 0 21 0 0 0 15 0 9 0 628822907 832053248 33716 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17897] ppid=17876 vsize=812552 CPUtime=0
/proc/17890/task/17897/stat : 17897 (java) S 17876 17876 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 628822907 832053248 33716 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17898] ppid=17876 vsize=812552 CPUtime=0
/proc/17890/task/17898/stat : 17898 (java) S 17876 17876 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628822907 832053248 33716 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 860108

[startup+12.702 s]
/proc/loadavg: 2.28 2.16 2.11 3/93 17898
/proc/meminfo: memFree=1415736/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=0.01
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
[pid=17890] ppid=17876 vsize=812552 CPUtime=12.59
/proc/17890/stat : 17890 (java) S 17876 17876 17045 0 -1 0 34316 0 1 0 1237 22 0 0 19 0 9 0 628822903 832053248 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17890/statm: 203138 33719 1908 9 0 197171 0
[pid=17890/tid=17891] ppid=17876 vsize=812552 CPUtime=11.79
/proc/17890/task/17891/stat : 17891 (java) R 17876 17876 17045 0 -1 64 14535 0 1 0 1167 12 0 0 25 0 9 0 628822904 832053248 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4126673232 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17892] ppid=17876 vsize=812552 CPUtime=0.55
/proc/17890/task/17892/stat : 17892 (java) S 17876 17876 17045 0 -1 64 18248 0 0 0 47 8 0 0 16 0 9 0 628822905 832053248 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17893] ppid=17876 vsize=812552 CPUtime=0
/proc/17890/task/17893/stat : 17893 (java) S 17876 17876 17045 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628822905 832053248 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17894] ppid=17876 vsize=812552 CPUtime=0
/proc/17890/task/17894/stat : 17894 (java) S 17876 17876 17045 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 628822905 832053248 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17895] ppid=17876 vsize=812552 CPUtime=0
/proc/17890/task/17895/stat : 17895 (java) S 17876 17876 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 628822907 832053248 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17896] ppid=17876 vsize=812552 CPUtime=0.21
/proc/17890/task/17896/stat : 17896 (java) S 17876 17876 17045 0 -1 64 835 0 0 0 21 0 0 0 15 0 9 0 628822907 832053248 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17897] ppid=17876 vsize=812552 CPUtime=0
/proc/17890/task/17897/stat : 17897 (java) S 17876 17876 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 628822907 832053248 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17898] ppid=17876 vsize=812552 CPUtime=0
/proc/17890/task/17898/stat : 17898 (java) S 17876 17876 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628822907 832053248 33719 996147200 134512640 134550740 4294955616 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) 860108

[startup+25.5016 s]
/proc/loadavg: 2.21 2.15 2.11 3/93 17898
/proc/meminfo: memFree=1407736/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=0.01
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
[pid=17890] ppid=17876 vsize=812552 CPUtime=25.32
/proc/17890/stat : 17890 (java) S 17876 17876 17045 0 -1 0 34340 0 1 0 2506 26 0 0 19 0 9 0 628822903 832053248 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17890/statm: 203138 33719 1908 9 0 197171 0
[pid=17890/tid=17891] ppid=17876 vsize=812552 CPUtime=24.5
/proc/17890/task/17891/stat : 17891 (java) R 17876 17876 17045 0 -1 64 14559 0 1 0 2434 16 0 0 25 0 9 0 628822904 832053248 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4126921643 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17892] ppid=17876 vsize=812552 CPUtime=0.57
/proc/17890/task/17892/stat : 17892 (java) S 17876 17876 17045 0 -1 64 18248 0 0 0 49 8 0 0 16 0 9 0 628822905 832053248 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17893] ppid=17876 vsize=812552 CPUtime=0
/proc/17890/task/17893/stat : 17893 (java) S 17876 17876 17045 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628822905 832053248 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17894] ppid=17876 vsize=812552 CPUtime=0
/proc/17890/task/17894/stat : 17894 (java) S 17876 17876 17045 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 628822905 832053248 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17895] ppid=17876 vsize=812552 CPUtime=0
/proc/17890/task/17895/stat : 17895 (java) S 17876 17876 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 628822907 832053248 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17896] ppid=17876 vsize=812552 CPUtime=0.21
/proc/17890/task/17896/stat : 17896 (java) S 17876 17876 17045 0 -1 64 835 0 0 0 21 0 0 0 16 0 9 0 628822907 832053248 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17897] ppid=17876 vsize=812552 CPUtime=0
/proc/17890/task/17897/stat : 17897 (java) S 17876 17876 17045 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 628822907 832053248 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17890/tid=17898] ppid=17876 vsize=812552 CPUtime=0
/proc/17890/task/17898/stat : 17898 (java) S 17876 17876 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628822907 832053248 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 860108

[startup+51.1016 s]

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

/proc/17899/statm: 52920 48004 57 152 0 52765 0
Current children cumulated CPU time (s) 1116.45
Current children cumulated vsize (KiB) 259236

[startup+1182.3 s]
/proc/loadavg: 2.26 2.10 2.07 3/85 17899
/proc/meminfo: memFree=1124664/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=97.88
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 799 36187 0 1 0 0 9731 57 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
[pid=17899] ppid=17876 vsize=212076 CPUtime=1078.3
/proc/17899/stat : 17899 (minisat) R 17876 17876 17045 0 -1 4194304 48145 0 0 0 107789 41 0 0 25 0 1 0 628832821 217165824 48126 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/17899/statm: 53019 48126 57 152 0 52864 0
Current children cumulated CPU time (s) 1176.18
Current children cumulated vsize (KiB) 259632

[startup+1242.3 s]
/proc/loadavg: 2.10 2.08 2.07 3/85 17899
/proc/meminfo: memFree=1119928/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=97.88
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 799 36187 0 1 0 0 9731 57 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
[pid=17899] ppid=17876 vsize=212472 CPUtime=1138.03
/proc/17899/stat : 17899 (minisat) R 17876 17876 17045 0 -1 4194304 48243 0 0 0 113762 41 0 0 25 0 1 0 628832821 217571328 48224 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/17899/statm: 53118 48224 57 152 0 52963 0
Current children cumulated CPU time (s) 1235.91
Current children cumulated vsize (KiB) 260028

[startup+1302.3 s]
/proc/loadavg: 2.03 2.06 2.06 3/85 17899
/proc/meminfo: memFree=1114680/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=97.88
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 799 36187 0 1 0 0 9731 57 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
[pid=17899] ppid=17876 vsize=213080 CPUtime=1197.78
/proc/17899/stat : 17899 (minisat) R 17876 17876 17045 0 -1 4194304 48358 0 0 0 119736 42 0 0 25 0 1 0 628832821 218193920 48339 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/17899/statm: 53270 48339 57 152 0 53115 0
Current children cumulated CPU time (s) 1295.66
Current children cumulated vsize (KiB) 260636

[startup+1362.3 s]
/proc/loadavg: 2.01 2.05 2.06 3/85 17899
/proc/meminfo: memFree=1104504/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=97.88
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 799 36187 0 1 0 0 9731 57 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
[pid=17899] ppid=17876 vsize=214016 CPUtime=1257.53
/proc/17899/stat : 17899 (minisat) R 17876 17876 17045 0 -1 4194304 48612 0 0 0 125711 42 0 0 25 0 1 0 628832821 219152384 48593 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/17899/statm: 53504 48593 57 152 0 53349 0
Current children cumulated CPU time (s) 1355.41
Current children cumulated vsize (KiB) 261572

[startup+1422.31 s]
/proc/loadavg: 2.00 2.04 2.05 3/85 17899
/proc/meminfo: memFree=1097080/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=97.88
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 799 36187 0 1 0 0 9731 57 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
[pid=17899] ppid=17876 vsize=214812 CPUtime=1317.25
/proc/17899/stat : 17899 (minisat) R 17876 17876 17045 0 -1 4194304 48795 0 0 0 131683 42 0 0 25 0 1 0 628832821 219967488 48776 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/17899/statm: 53703 48776 57 152 0 53548 0
Current children cumulated CPU time (s) 1415.13
Current children cumulated vsize (KiB) 262368

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/85 17899
/proc/meminfo: memFree=1091256/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=97.88
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 799 36187 0 1 0 0 9731 57 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
[pid=17899] ppid=17876 vsize=215868 CPUtime=1376.99
/proc/17899/stat : 17899 (minisat) R 17876 17876 17045 0 -1 4194304 49057 0 0 0 137656 43 0 0 25 0 1 0 628832821 221048832 49038 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/17899/statm: 53967 49038 57 152 0 53812 0
Current children cumulated CPU time (s) 1474.87
Current children cumulated vsize (KiB) 263424

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/85 17899
/proc/meminfo: memFree=1088888/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=97.88
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 799 36187 0 1 0 0 9731 57 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
[pid=17899] ppid=17876 vsize=217092 CPUtime=1436.73
/proc/17899/stat : 17899 (minisat) R 17876 17876 17045 0 -1 4194304 49387 0 0 0 143629 44 0 0 25 0 1 0 628832821 222302208 49368 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/17899/statm: 54273 49368 57 152 0 54118 0
Current children cumulated CPU time (s) 1534.61
Current children cumulated vsize (KiB) 264648

[startup+1602.3 s]
/proc/loadavg: 2.22 2.08 2.05 3/85 17899
/proc/meminfo: memFree=1059320/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=97.88
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 799 36187 0 1 0 0 9731 57 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
[pid=17899] ppid=17876 vsize=217884 CPUtime=1496.47
/proc/17899/stat : 17899 (minisat) R 17876 17876 17045 0 -1 4194304 49578 0 0 0 149603 44 0 0 25 0 1 0 628832821 223113216 49559 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/17899/statm: 54471 49559 57 152 0 54316 0
Current children cumulated CPU time (s) 1594.35
Current children cumulated vsize (KiB) 265440

[startup+1662.3 s]
/proc/loadavg: 2.08 2.06 2.05 2/73 17902
/proc/meminfo: memFree=1615456/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=97.88
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 799 36187 0 1 0 0 9731 57 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
[pid=17899] ppid=17876 vsize=218544 CPUtime=1556.19
/proc/17899/stat : 17899 (minisat) R 17876 17876 17045 0 -1 4194304 49750 0 0 0 155575 44 0 0 25 0 1 0 628832821 223789056 49731 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/17899/statm: 54636 49731 57 152 0 54481 0
Current children cumulated CPU time (s) 1654.07
Current children cumulated vsize (KiB) 266100

[startup+1722.3 s]
/proc/loadavg: 2.34 2.15 2.08 3/85 17984
/proc/meminfo: memFree=1250376/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=97.88
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 799 36187 0 1 0 0 9731 57 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
[pid=17899] ppid=17876 vsize=218808 CPUtime=1615.82
/proc/17899/stat : 17899 (minisat) R 17876 17876 17045 0 -1 4194304 49808 0 0 0 161536 46 0 0 25 0 1 0 628832821 224059392 49789 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/17899/statm: 54702 49789 57 152 0 54547 0
Current children cumulated CPU time (s) 1713.7
Current children cumulated vsize (KiB) 266364

[startup+1782.3 s]
/proc/loadavg: 2.12 2.12 2.07 3/85 17984
/proc/meminfo: memFree=1249928/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=97.88
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 799 36187 0 1 0 0 9731 57 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
[pid=17899] ppid=17876 vsize=219072 CPUtime=1675.26
/proc/17899/stat : 17899 (minisat) R 17876 17876 17045 0 -1 4194304 49878 0 0 0 167480 46 0 0 25 0 1 0 628832821 224329728 49859 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/17899/statm: 54768 49859 57 152 0 54613 0
Current children cumulated CPU time (s) 1773.14
Current children cumulated vsize (KiB) 266628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.4 s]
/proc/loadavg: 2.08 2.11 2.07 3/85 17984
/proc/meminfo: memFree=1242824/2055920 swapFree=4166000/4192956
[pid=17876] ppid=17874 vsize=47556 CPUtime=97.88
/proc/17876/stat : 17876 (galacM.sh) S 17874 17876 17045 0 -1 4194304 799 36187 0 1 0 0 9731 57 17 0 1 0 628822899 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17876/statm: 11889 364 245 79 0 219 0
[pid=17899] ppid=17876 vsize=219468 CPUtime=1702.12
/proc/17899/stat : 17899 (minisat) R 17876 17876 17045 0 -1 4194304 49979 0 0 0 170165 47 0 0 25 0 1 0 628832821 224735232 49960 996147200 134512640 135136200 4294955968 18446744073709551615 134519993 0 0 4096 3 0 0 0 17 1 0 0
/proc/17899/statm: 54867 49960 57 152 0 54712 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 267024

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 17876 and gives
#  childrusage.ru_utime.tv_sec=97
#  childrusage.ru_utime.tv_usec=322204
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=583911
# CPU time returned by wait4() is 97.9061
# 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): 1809.42
CPU time (s): 1800
CPU user time (s): 1798.96
CPU system time (s): 1.04
CPU usage (%): 99.4795
Max. virtual memory (cumulated for all children) (KiB): 860108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.3222
system time used= 0.583911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36986
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= 4232
involuntary context switches= 6487

runsolver used 2.14267 second user time and 5.21021 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-04 09:20:51
IDJOB=1068667
IDBENCH=55537
IDSOLVER=350
FILE ID=node77/1068667-1215156051
PBS_JOBID= 7877417
Free space on /tmp= 66548 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg8-11_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068667-1215156051/watcher-1068667-1215156051 -o /tmp/evaluation-result-1068667-1215156051/solver-1068667-1215156051 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1068667-1215156051.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2c3f4decc5e1db501f4c155332cf1913
RANDOM SEED=130342531

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:       1549728 kB
Buffers:          9488 kB
Cached:          91820 kB
SwapCached:      20616 kB
Active:         398772 kB
Inactive:        51260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1549728 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            4444 kB
Writeback:           0 kB
Mapped:         365980 kB
Slab:            40552 kB
Committed_AS:  1570924 kB
PageTables:       2604 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= 66488 MiB
End job on node77 at 2008-07-04 09:51:02