Trace number 1068851

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.1 1814.02

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg7-9_ext.xml
MD5SUMeb6a12039273c6f062389e17a5681a9f
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 variables63
Number of constraints16
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension16
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.45/1.51	c start processing
1.45/1.51	c start relation processing
3.53/3.67	c start cnf exporting
77.18/77.91	c parsing time : 1.383
77.18/77.91	c preprocessing time : 77.788
77.18/77.91	
77.18/77.91	c Nary constraints - conflicts : 0 supports : 16
77.18/77.91	c Binary constraints - conflicts : 0 supports :0
77.18/77.91	c max arity constraint : 9
77.18/77.91	c Max Tuples generated 0
77.18/77.91	c relations : 2
77.18/77.91	c relations BDD: 2
77.18/77.91	c sampling 0/0
77.18/77.91	c vars : 582018 - clauses :  2156377
77.18/77.91	
77.18/77.95	 
77.18/77.95	c --- SAT Solver Stats ---
77.18/77.95	 

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-1068851-1215157285/watcher-1068851-1215157285 -o /tmp/evaluation-result-1068851-1215157285/solver-1068851-1215157285 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1068851-1215157285.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/73 1139
/proc/meminfo: memFree=1332912/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=8652 CPUtime=0
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1994702342 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 2163 280 208 79 0 156 0
[pid=1140] ppid=1139 vsize=8688 CPUtime=0
/proc/1140/stat : 1140 (galacM.sh) S 1139 1139 29028 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1994702343 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 221780869202 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1140/statm: 2172 286 209 79 0 165 0
[pid=1141] ppid=1140 vsize=8728 CPUtime=0
/proc/1141/stat : 1141 (galacM.sh) R 1140 1139 29028 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1994702343 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 221780700455 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/1141/statm: 2182 290 209 79 0 175 0

[startup+0.108952 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1139
/proc/meminfo: memFree=1332912/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=0.01
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.201958 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1139
/proc/meminfo: memFree=1332912/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=0.01
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301966 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1139
/proc/meminfo: memFree=1332912/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=0.01
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701984 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1139
/proc/meminfo: memFree=1332912/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=0.01
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50204 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1161
/proc/meminfo: memFree=1253600/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=0.01
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
[pid=1153] ppid=1139 vsize=812628 CPUtime=1.44
/proc/1153/stat : 1153 (java) S 1139 1139 29028 0 -1 0 24022 0 1 0 132 12 0 0 18 0 9 0 1994702346 832131072 23448 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1153/statm: 203157 23448 1883 9 0 197138 0
[pid=1153/tid=1154] ppid=1139 vsize=812628 CPUtime=1.21
/proc/1153/task/1154/stat : 1154 (java) R 1139 1139 29028 0 -1 64 14459 0 1 0 114 7 0 0 25 0 9 0 1994702347 832131072 23448 996147200 134512640 134550740 4294955616 18446744073709551615 4125960198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1155] ppid=1139 vsize=812628 CPUtime=0.07
/proc/1153/task/1155/stat : 1155 (java) S 1139 1139 29028 0 -1 64 8106 0 0 0 4 3 0 0 16 0 9 0 1994702349 832131072 23448 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1156] ppid=1139 vsize=812628 CPUtime=0
/proc/1153/task/1156/stat : 1156 (java) S 1139 1139 29028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994702349 832131072 23448 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1157] ppid=1139 vsize=812628 CPUtime=0
/proc/1153/task/1157/stat : 1157 (java) S 1139 1139 29028 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1994702349 832131072 23448 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1158] ppid=1139 vsize=812628 CPUtime=0
/proc/1153/task/1158/stat : 1158 (java) S 1139 1139 29028 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994702351 832131072 23448 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1159] ppid=1139 vsize=812628 CPUtime=0.12
/proc/1153/task/1159/stat : 1159 (java) S 1139 1139 29028 0 -1 64 758 0 0 0 12 0 0 0 16 0 9 0 1994702351 832131072 23448 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1160] ppid=1139 vsize=812628 CPUtime=0
/proc/1153/task/1160/stat : 1160 (java) S 1139 1139 29028 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994702351 832131072 23448 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1161] ppid=1139 vsize=812628 CPUtime=0
/proc/1153/task/1161/stat : 1161 (java) S 1139 1139 29028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994702351 832131072 23448 996147200 134512640 134550740 4294955616 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) 860196

[startup+3.10214 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1161
/proc/meminfo: memFree=1245344/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=0.01
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
[pid=1153] ppid=1139 vsize=812628 CPUtime=3.03
/proc/1153/stat : 1153 (java) S 1139 1139 29028 0 -1 0 24062 0 1 0 291 12 0 0 18 0 9 0 1994702346 832131072 23486 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1153/statm: 203157 23486 1888 9 0 197138 0
[pid=1153/tid=1154] ppid=1139 vsize=812628 CPUtime=2.77
/proc/1153/task/1154/stat : 1154 (java) R 1139 1139 29028 0 -1 64 14476 0 1 0 269 8 0 0 25 0 9 0 1994702347 832131072 23486 996147200 134512640 134550740 4294955616 18446744073709551615 4126786910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1155] ppid=1139 vsize=812628 CPUtime=0.07
/proc/1153/task/1155/stat : 1155 (java) S 1139 1139 29028 0 -1 64 8106 0 0 0 4 3 0 0 17 0 9 0 1994702349 832131072 23486 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1156] ppid=1139 vsize=812628 CPUtime=0
/proc/1153/task/1156/stat : 1156 (java) S 1139 1139 29028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994702349 832131072 23486 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1157] ppid=1139 vsize=812628 CPUtime=0
/proc/1153/task/1157/stat : 1157 (java) S 1139 1139 29028 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1994702349 832131072 23486 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1158] ppid=1139 vsize=812628 CPUtime=0
/proc/1153/task/1158/stat : 1158 (java) S 1139 1139 29028 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994702351 832131072 23486 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1159] ppid=1139 vsize=812628 CPUtime=0.16
/proc/1153/task/1159/stat : 1159 (java) S 1139 1139 29028 0 -1 64 781 0 0 0 16 0 0 0 15 0 9 0 1994702351 832131072 23486 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1160] ppid=1139 vsize=812628 CPUtime=0
/proc/1153/task/1160/stat : 1160 (java) S 1139 1139 29028 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994702351 832131072 23486 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1161] ppid=1139 vsize=812628 CPUtime=0
/proc/1153/task/1161/stat : 1161 (java) S 1139 1139 29028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994702351 832131072 23486 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860196

[startup+6.30234 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1161
/proc/meminfo: memFree=1207776/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=0.01
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
[pid=1153] ppid=1139 vsize=812760 CPUtime=6.2
/proc/1153/stat : 1153 (java) S 1139 1139 29028 0 -1 0 33227 0 1 0 602 18 0 0 18 0 9 0 1994702346 832266240 32643 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1153/statm: 203190 32643 1909 9 0 197171 0
[pid=1153/tid=1154] ppid=1139 vsize=812760 CPUtime=5.44
/proc/1153/task/1154/stat : 1154 (java) R 1139 1139 29028 0 -1 64 14526 0 1 0 535 9 0 0 25 0 9 0 1994702347 832266240 32643 996147200 134512640 134550740 4294955616 18446744073709551615 4126882791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1155] ppid=1139 vsize=812760 CPUtime=0.5
/proc/1153/task/1155/stat : 1155 (java) S 1139 1139 29028 0 -1 64 17177 0 0 0 43 7 0 0 16 0 9 0 1994702349 832266240 32643 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1156] ppid=1139 vsize=812760 CPUtime=0
/proc/1153/task/1156/stat : 1156 (java) S 1139 1139 29028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994702349 832266240 32643 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1157] ppid=1139 vsize=812760 CPUtime=0
/proc/1153/task/1157/stat : 1157 (java) S 1139 1139 29028 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1994702349 832266240 32643 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1158] ppid=1139 vsize=812760 CPUtime=0
/proc/1153/task/1158/stat : 1158 (java) S 1139 1139 29028 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994702351 832266240 32643 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1159] ppid=1139 vsize=812760 CPUtime=0.23
/proc/1153/task/1159/stat : 1159 (java) S 1139 1139 29028 0 -1 64 825 0 0 0 23 0 0 0 15 0 9 0 1994702351 832266240 32643 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1160] ppid=1139 vsize=812760 CPUtime=0
/proc/1153/task/1160/stat : 1160 (java) S 1139 1139 29028 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994702351 832266240 32643 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1161] ppid=1139 vsize=812760 CPUtime=0
/proc/1153/task/1161/stat : 1161 (java) S 1139 1139 29028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994702351 832266240 32643 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860328

[startup+12.7027 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1161
/proc/meminfo: memFree=1204064/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=0.01
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
[pid=1153] ppid=1139 vsize=812760 CPUtime=12.55
/proc/1153/stat : 1153 (java) S 1139 1139 29028 0 -1 0 33240 0 1 0 1235 20 0 0 18 0 9 0 1994702346 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1153/statm: 203190 32645 1909 9 0 197171 0
[pid=1153/tid=1154] ppid=1139 vsize=812760 CPUtime=11.78
/proc/1153/task/1154/stat : 1154 (java) R 1139 1139 29028 0 -1 64 14537 0 1 0 1167 11 0 0 25 0 9 0 1994702347 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4126942942 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1155] ppid=1139 vsize=812760 CPUtime=0.5
/proc/1153/task/1155/stat : 1155 (java) S 1139 1139 29028 0 -1 64 17177 0 0 0 43 7 0 0 16 0 9 0 1994702349 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1156] ppid=1139 vsize=812760 CPUtime=0
/proc/1153/task/1156/stat : 1156 (java) S 1139 1139 29028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994702349 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1157] ppid=1139 vsize=812760 CPUtime=0
/proc/1153/task/1157/stat : 1157 (java) S 1139 1139 29028 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1994702349 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1158] ppid=1139 vsize=812760 CPUtime=0
/proc/1153/task/1158/stat : 1158 (java) S 1139 1139 29028 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994702351 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1159] ppid=1139 vsize=812760 CPUtime=0.23
/proc/1153/task/1159/stat : 1159 (java) S 1139 1139 29028 0 -1 64 827 0 0 0 23 0 0 0 16 0 9 0 1994702351 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1160] ppid=1139 vsize=812760 CPUtime=0
/proc/1153/task/1160/stat : 1160 (java) S 1139 1139 29028 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994702351 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1161] ppid=1139 vsize=812760 CPUtime=0
/proc/1153/task/1161/stat : 1161 (java) S 1139 1139 29028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994702351 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 860328

[startup+25.5016 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1161
/proc/meminfo: memFree=1196384/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=0.01
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
[pid=1153] ppid=1139 vsize=812760 CPUtime=25.22
/proc/1153/stat : 1153 (java) S 1139 1139 29028 0 -1 0 33263 0 1 0 2498 24 0 0 18 0 9 0 1994702346 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1153/statm: 203190 32645 1909 9 0 197171 0
[pid=1153/tid=1154] ppid=1139 vsize=812760 CPUtime=24.45
/proc/1153/task/1154/stat : 1154 (java) R 1139 1139 29028 0 -1 64 14560 0 1 0 2430 15 0 0 25 0 9 0 1994702347 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4126928304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1155] ppid=1139 vsize=812760 CPUtime=0.51
/proc/1153/task/1155/stat : 1155 (java) S 1139 1139 29028 0 -1 64 17177 0 0 0 44 7 0 0 16 0 9 0 1994702349 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1156] ppid=1139 vsize=812760 CPUtime=0
/proc/1153/task/1156/stat : 1156 (java) S 1139 1139 29028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994702349 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1157] ppid=1139 vsize=812760 CPUtime=0
/proc/1153/task/1157/stat : 1157 (java) S 1139 1139 29028 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1994702349 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1158] ppid=1139 vsize=812760 CPUtime=0
/proc/1153/task/1158/stat : 1158 (java) S 1139 1139 29028 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994702351 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1159] ppid=1139 vsize=812760 CPUtime=0.23
/proc/1153/task/1159/stat : 1159 (java) S 1139 1139 29028 0 -1 64 827 0 0 0 23 0 0 0 16 0 9 0 1994702351 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1160] ppid=1139 vsize=812760 CPUtime=0
/proc/1153/task/1160/stat : 1160 (java) S 1139 1139 29028 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994702351 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1153/tid=1161] ppid=1139 vsize=812760 CPUtime=0
/proc/1153/task/1161/stat : 1161 (java) S 1139 1139 29028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994702351 832266240 32645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23

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

/proc/1162/statm: 38834 36345 57 152 0 38679 0
Current children cumulated CPU time (s) 1172.03
Current children cumulated vsize (KiB) 202904

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 1170
/proc/meminfo: memFree=1137424/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=77.22
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 800 35066 0 1 0 0 7676 46 17 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
[pid=1162] ppid=1139 vsize=160344 CPUtime=1154.29
/proc/1162/stat : 1162 (minisat) R 1139 1139 29028 0 -1 4194304 37614 0 0 0 115399 30 0 0 25 0 1 0 1994710138 164192256 37595 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 1 0 0
/proc/1162/statm: 40086 37595 57 152 0 39931 0
Current children cumulated CPU time (s) 1231.51
Current children cumulated vsize (KiB) 207912

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 1170
/proc/meminfo: memFree=1136464/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=77.22
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 800 35066 0 1 0 0 7676 46 17 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
[pid=1162] ppid=1139 vsize=161268 CPUtime=1213.76
/proc/1162/stat : 1162 (minisat) R 1139 1139 29028 0 -1 4194304 37844 0 0 0 121346 30 0 0 25 0 1 0 1994710138 165138432 37825 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1162/statm: 40317 37825 57 152 0 40162 0
Current children cumulated CPU time (s) 1290.98
Current children cumulated vsize (KiB) 208836

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 1170
/proc/meminfo: memFree=1135952/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=77.22
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 800 35066 0 1 0 0 7676 46 17 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
[pid=1162] ppid=1139 vsize=161796 CPUtime=1273.23
/proc/1162/stat : 1162 (minisat) R 1139 1139 29028 0 -1 4194304 37982 0 0 0 127293 30 0 0 25 0 1 0 1994710138 165679104 37963 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 1 0 0
/proc/1162/statm: 40449 37963 57 152 0 40294 0
Current children cumulated CPU time (s) 1350.45
Current children cumulated vsize (KiB) 209364

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 1171
/proc/meminfo: memFree=1135048/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=77.22
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 800 35066 0 1 0 0 7676 46 17 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
[pid=1162] ppid=1139 vsize=162720 CPUtime=1332.71
/proc/1162/stat : 1162 (minisat) R 1139 1139 29028 0 -1 4194304 38202 0 0 0 133240 31 0 0 25 0 1 0 1994710138 166625280 38183 996147200 134512640 135136200 4294955968 18446744073709551615 134529847 0 0 4096 3 0 0 0 17 1 0 0
/proc/1162/statm: 40680 38183 57 152 0 40525 0
Current children cumulated CPU time (s) 1409.93
Current children cumulated vsize (KiB) 210288

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 1171
/proc/meminfo: memFree=1134600/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=77.22
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 800 35066 0 1 0 0 7676 46 17 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
[pid=1162] ppid=1139 vsize=163116 CPUtime=1392.18
/proc/1162/stat : 1162 (minisat) R 1139 1139 29028 0 -1 4194304 38297 0 0 0 139187 31 0 0 25 0 1 0 1994710138 167030784 38278 996147200 134512640 135136200 4294955968 18446744073709551615 134529862 0 0 4096 3 0 0 0 17 1 0 0
/proc/1162/statm: 40779 38278 57 152 0 40624 0
Current children cumulated CPU time (s) 1469.4
Current children cumulated vsize (KiB) 210684

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 1171
/proc/meminfo: memFree=1134152/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=77.22
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 800 35066 0 1 0 0 7676 46 17 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
[pid=1162] ppid=1139 vsize=163380 CPUtime=1451.65
/proc/1162/stat : 1162 (minisat) R 1139 1139 29028 0 -1 4194304 38413 0 0 0 145134 31 0 0 25 0 1 0 1994710138 167301120 38394 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1162/statm: 40845 38394 57 152 0 40690 0
Current children cumulated CPU time (s) 1528.87
Current children cumulated vsize (KiB) 210948

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1199
/proc/meminfo: memFree=1296936/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=77.22
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 800 35066 0 1 0 0 7676 46 17 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
[pid=1162] ppid=1139 vsize=163644 CPUtime=1511.24
/proc/1162/stat : 1162 (minisat) R 1139 1139 29028 0 -1 4194304 38471 0 0 0 151092 32 0 0 25 0 1 0 1994710138 167571456 38452 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/1162/statm: 40911 38452 57 152 0 40756 0
Current children cumulated CPU time (s) 1588.46
Current children cumulated vsize (KiB) 211212

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1199
/proc/meminfo: memFree=1295272/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=77.22
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 800 35066 0 1 0 0 7676 46 17 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
[pid=1162] ppid=1139 vsize=163908 CPUtime=1571.21
/proc/1162/stat : 1162 (minisat) R 1139 1139 29028 0 -1 4194304 38537 0 0 0 157089 32 0 0 25 0 1 0 1994710138 167841792 38518 996147200 134512640 135136200 4294955968 18446744073709551615 134529545 0 0 4096 3 0 0 0 17 0 0 0
/proc/1162/statm: 40977 38518 57 152 0 40822 0
Current children cumulated CPU time (s) 1648.43
Current children cumulated vsize (KiB) 211476

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1199
/proc/meminfo: memFree=1294888/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=77.22
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 800 35066 0 1 0 0 7676 46 17 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
[pid=1162] ppid=1139 vsize=164172 CPUtime=1631.2
/proc/1162/stat : 1162 (minisat) R 1139 1139 29028 0 -1 4194304 38614 0 0 0 163087 33 0 0 25 0 1 0 1994710138 168112128 38595 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/1162/statm: 41043 38595 57 152 0 40888 0
Current children cumulated CPU time (s) 1708.42
Current children cumulated vsize (KiB) 211740

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1199
/proc/meminfo: memFree=1294248/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=77.22
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 800 35066 0 1 0 0 7676 46 17 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
[pid=1162] ppid=1139 vsize=164568 CPUtime=1691.18
/proc/1162/stat : 1162 (minisat) R 1139 1139 29028 0 -1 4194304 38707 0 0 0 169085 33 0 0 25 0 1 0 1994710138 168517632 38688 996147200 134512640 135136200 4294955968 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/1162/statm: 41142 38688 57 152 0 40987 0
Current children cumulated CPU time (s) 1768.4
Current children cumulated vsize (KiB) 212136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1199
/proc/meminfo: memFree=1294120/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=77.22
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 800 35066 0 1 0 0 7676 46 17 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
[pid=1162] ppid=1139 vsize=164700 CPUtime=1722.88
/proc/1162/stat : 1162 (minisat) R 1139 1139 29028 0 -1 4194304 38748 0 0 0 172255 33 0 0 25 0 1 0 1994710138 168652800 38729 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/1162/statm: 41175 38729 57 152 0 41020 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 212268

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

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

[startup+1814.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1199
/proc/meminfo: memFree=1294120/2055920 swapFree=4180452/4192956
[pid=1139] ppid=1137 vsize=47568 CPUtime=77.22
/proc/1139/stat : 1139 (galacM.sh) S 1137 1139 29028 0 -1 4194304 800 35066 0 1 0 0 7676 46 17 0 1 0 1994702342 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1139/statm: 11892 365 246 79 0 219 0
[pid=1162] ppid=1139 vsize=164700 CPUtime=1722.88
/proc/1162/stat : 1162 (minisat) R 1139 1139 29028 0 -1 4194304 38748 0 0 0 172255 33 0 0 25 0 1 0 1994710138 168652800 38729 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/1162/statm: 41175 38729 57 152 0 41020 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 212268

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1139 and gives
#  childrusage.ru_utime.tv_sec=76
#  childrusage.ru_utime.tv_usec=771328
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=471928
# CPU time returned by wait4() is 77.2433
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.02
CPU time (s): 1800.1
CPU user time (s): 1799.31
CPU system time (s): 0.79
CPU usage (%): 99.2327
Max. virtual memory (cumulated for all children) (KiB): 860328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.7713
system time used= 0.471928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35866
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= 3524
involuntary context switches= 5017

runsolver used 2.09768 second user time and 5.34919 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-04 09:41:25
IDJOB=1068851
IDBENCH=55548
IDSOLVER=350
FILE ID=node29/1068851-1215157285
PBS_JOBID= 7877320
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eb6a12039273c6f062389e17a5681a9f
RANDOM SEED=1342492889

node29.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.220
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.220
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:       1333392 kB
Buffers:         70292 kB
Cached:         317304 kB
SwapCached:       6872 kB
Active:         466124 kB
Inactive:       196956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1333392 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            4244 kB
Writeback:           0 kB
Mapped:         281704 kB
Slab:            43660 kB
Committed_AS:  3755404 kB
PageTables:       2852 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= 66512 MiB
End job on node29 at 2008-07-04 10:11:42