Trace number 1059173

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.08 1813.22

General information on the benchmark

Namecsp/rand-3-28-28/
normalized-rand-3-28-28-93-632-40_ext.xml
MD5SUMd48b5095d6129801f7cbc447d2113f9e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
5.16/5.22	c start processing
5.16/5.22	c start relation processing
18.37/18.43	c start cnf exporting
71.83/71.95	c parsing time : 5.106
71.83/71.95	c preprocessing time : 71.838
71.83/71.95	
71.83/71.95	c Nary constraints - conflicts : 0 supports : 93
71.83/71.95	c Binary constraints - conflicts : 0 supports :0
71.83/71.95	c max arity constraint : 3
71.83/71.95	c Max Tuples generated 0
71.83/71.95	c relations : 93
71.83/71.95	c relations BDD: 93
71.83/71.95	c sampling 0/0
71.83/71.95	c vars : 598074 - clauses :  1874092
71.83/71.95	
71.92/72.02	 
71.92/72.02	c --- SAT Solver Stats ---
71.92/72.02	 

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-1059173-1215121651/watcher-1059173-1215121651 -o /tmp/evaluation-result-1059173-1215121651/solver-1059173-1215121651 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1059173-1215121651.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 1.98 1.99 4/73 17000
/proc/meminfo: memFree=1684888/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=8652 CPUtime=0
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 635085272 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 2163 280 208 79 0 156 0
[pid=17001] ppid=17000 vsize=8688 CPUtime=0
/proc/17001/stat : 17001 (galacM.sh) R 17000 17000 15908 0 -1 4194368 47 243 0 0 0 0 0 0 16 0 1 0 635085273 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 243665529503 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/17001/statm: 2172 288 210 79 0 165 0

[startup+0.0409981 s]
/proc/loadavg: 1.98 1.98 1.99 4/73 17000
/proc/meminfo: memFree=1684888/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=0.01
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.102001 s]
/proc/loadavg: 1.98 1.98 1.99 4/73 17000
/proc/meminfo: memFree=1684888/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=0.01
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.302018 s]
/proc/loadavg: 1.98 1.98 1.99 4/73 17000
/proc/meminfo: memFree=1684888/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=0.01
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.70105 s]
/proc/loadavg: 1.98 1.98 1.99 4/73 17000
/proc/meminfo: memFree=1684888/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=0.01
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50114 s]
/proc/loadavg: 2.06 2.00 2.00 3/83 17022
/proc/meminfo: memFree=1613832/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=0.01
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
[pid=17014] ppid=17000 vsize=812628 CPUtime=1.46
/proc/17014/stat : 17014 (java) S 17000 17000 15908 0 -1 0 22157 0 1 0 134 12 0 0 18 0 9 0 635085276 832131072 21580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17014/statm: 203157 21580 1882 9 0 197138 0
[pid=17014/tid=17015] ppid=17000 vsize=812628 CPUtime=1.24
/proc/17014/task/17015/stat : 17015 (java) R 17000 17000 15908 0 -1 64 14458 0 1 0 116 8 0 0 25 0 9 0 635085277 832131072 21580 996147200 134512640 134550740 4294955616 18446744073709551615 4126632829 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17016] ppid=17000 vsize=812628 CPUtime=0.08
/proc/17014/task/17016/stat : 17016 (java) S 17000 17000 15908 0 -1 64 6247 0 0 0 6 2 0 0 16 0 9 0 635085278 832131072 21580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17017] ppid=17000 vsize=812628 CPUtime=0
/proc/17014/task/17017/stat : 17017 (java) S 17000 17000 15908 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 635085278 832131072 21580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17018] ppid=17000 vsize=812628 CPUtime=0
/proc/17014/task/17018/stat : 17018 (java) S 17000 17000 15908 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 635085278 832131072 21580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17019] ppid=17000 vsize=812628 CPUtime=0
/proc/17014/task/17019/stat : 17019 (java) S 17000 17000 15908 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 635085280 832131072 21580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17020] ppid=17000 vsize=812628 CPUtime=0.11
/proc/17014/task/17020/stat : 17020 (java) S 17000 17000 15908 0 -1 64 748 0 0 0 11 0 0 0 16 0 9 0 635085280 832131072 21580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17021] ppid=17000 vsize=812628 CPUtime=0
/proc/17014/task/17021/stat : 17021 (java) S 17000 17000 15908 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 635085280 832131072 21580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17022] ppid=17000 vsize=812628 CPUtime=0
/proc/17014/task/17022/stat : 17022 (java) S 17000 17000 15908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635085280 832131072 21580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 860188

[startup+3.1013 s]
/proc/loadavg: 2.06 2.00 2.00 3/83 17022
/proc/meminfo: memFree=1599944/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=0.01
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
[pid=17014] ppid=17000 vsize=812628 CPUtime=3.06
/proc/17014/stat : 17014 (java) S 17000 17000 15908 0 -1 0 25818 0 1 0 292 14 0 0 18 0 9 0 635085276 832131072 25235 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17014/statm: 203157 25235 1882 9 0 197138 0
[pid=17014/tid=17015] ppid=17000 vsize=812628 CPUtime=2.68
/proc/17014/task/17015/stat : 17015 (java) R 17000 17000 15908 0 -1 64 14464 0 1 0 260 8 0 0 25 0 9 0 635085277 832131072 25235 996147200 134512640 134550740 4294955616 18446744073709551615 4126739565 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17016] ppid=17000 vsize=812628 CPUtime=0.23
/proc/17014/task/17016/stat : 17016 (java) S 17000 17000 15908 0 -1 64 9898 0 0 0 19 4 0 0 16 0 9 0 635085278 832131072 25235 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17017] ppid=17000 vsize=812628 CPUtime=0
/proc/17014/task/17017/stat : 17017 (java) S 17000 17000 15908 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 635085278 832131072 25235 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17018] ppid=17000 vsize=812628 CPUtime=0
/proc/17014/task/17018/stat : 17018 (java) S 17000 17000 15908 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 635085278 832131072 25235 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17019] ppid=17000 vsize=812628 CPUtime=0
/proc/17014/task/17019/stat : 17019 (java) S 17000 17000 15908 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 635085280 832131072 25235 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17020] ppid=17000 vsize=812628 CPUtime=0.12
/proc/17014/task/17020/stat : 17020 (java) S 17000 17000 15908 0 -1 64 752 0 0 0 12 0 0 0 16 0 9 0 635085280 832131072 25235 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17021] ppid=17000 vsize=812628 CPUtime=0
/proc/17014/task/17021/stat : 17021 (java) S 17000 17000 15908 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 635085280 832131072 25235 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17022] ppid=17000 vsize=812628 CPUtime=0
/proc/17014/task/17022/stat : 17022 (java) S 17000 17000 15908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635085280 832131072 25235 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 860188

[startup+6.30263 s]
/proc/loadavg: 2.06 2.00 2.00 3/83 17022
/proc/meminfo: memFree=1570504/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=0.01
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
[pid=17014] ppid=17000 vsize=812752 CPUtime=6.26
/proc/17014/stat : 17014 (java) S 17000 17000 15908 0 -1 0 33109 0 1 0 608 18 0 0 18 0 9 0 635085276 832258048 32515 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17014/statm: 203188 32515 1890 9 0 197169 0
[pid=17014/tid=17015] ppid=17000 vsize=812752 CPUtime=5.53
/proc/17014/task/17015/stat : 17015 (java) R 17000 17000 15908 0 -1 64 14501 0 1 0 544 9 0 0 25 0 9 0 635085277 832258048 32515 996147200 134512640 134550740 4294955616 18446744073709551615 4126909096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17016] ppid=17000 vsize=812752 CPUtime=0.52
/proc/17014/task/17016/stat : 17016 (java) S 17000 17000 15908 0 -1 64 17102 0 0 0 45 7 0 0 16 0 9 0 635085278 832258048 32515 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17017] ppid=17000 vsize=812752 CPUtime=0
/proc/17014/task/17017/stat : 17017 (java) S 17000 17000 15908 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 635085278 832258048 32515 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17018] ppid=17000 vsize=812752 CPUtime=0
/proc/17014/task/17018/stat : 17018 (java) S 17000 17000 15908 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 635085278 832258048 32515 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17019] ppid=17000 vsize=812752 CPUtime=0
/proc/17014/task/17019/stat : 17019 (java) S 17000 17000 15908 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 635085280 832258048 32515 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17020] ppid=17000 vsize=812752 CPUtime=0.18
/proc/17014/task/17020/stat : 17020 (java) S 17000 17000 15908 0 -1 64 802 0 0 0 18 0 0 0 16 0 9 0 635085280 832258048 32515 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17021] ppid=17000 vsize=812752 CPUtime=0
/proc/17014/task/17021/stat : 17021 (java) S 17000 17000 15908 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 635085280 832258048 32515 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17022] ppid=17000 vsize=812752 CPUtime=0
/proc/17014/task/17022/stat : 17022 (java) S 17000 17000 15908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635085280 832258048 32515 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 860312

[startup+12.7023 s]
/proc/loadavg: 2.13 2.02 2.01 3/83 17022
/proc/meminfo: memFree=1480784/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=0.01
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
[pid=17014] ppid=17000 vsize=812752 CPUtime=12.65
/proc/17014/stat : 17014 (java) S 17000 17000 15908 0 -1 0 55704 0 1 0 1236 29 0 0 18 0 9 0 635085276 832258048 55107 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17014/statm: 203188 55108 1890 9 0 197169 0
[pid=17014/tid=17015] ppid=17000 vsize=812752 CPUtime=10.82
/proc/17014/task/17015/stat : 17015 (java) R 17000 17000 15908 0 -1 64 14504 0 1 0 1073 9 0 0 25 0 9 0 635085277 832258048 55109 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17016] ppid=17000 vsize=812752 CPUtime=1.62
/proc/17014/task/17016/stat : 17016 (java) R 17000 17000 15908 0 -1 64 39697 0 0 0 144 18 0 0 17 0 9 0 635085278 832258048 55110 996147200 134512640 134550740 4294955616 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17017] ppid=17000 vsize=812752 CPUtime=0
/proc/17014/task/17017/stat : 17017 (java) S 17000 17000 15908 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 635085278 832258048 55111 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17018] ppid=17000 vsize=812752 CPUtime=0
/proc/17014/task/17018/stat : 17018 (java) S 17000 17000 15908 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 635085278 832258048 55112 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17019] ppid=17000 vsize=812752 CPUtime=0
/proc/17014/task/17019/stat : 17019 (java) S 17000 17000 15908 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 635085280 832258048 55113 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17020] ppid=17000 vsize=812752 CPUtime=0.18
/proc/17014/task/17020/stat : 17020 (java) S 17000 17000 15908 0 -1 64 802 0 0 0 18 0 0 0 16 0 9 0 635085280 832258048 55114 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17021] ppid=17000 vsize=812752 CPUtime=0
/proc/17014/task/17021/stat : 17021 (java) S 17000 17000 15908 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 635085280 832258048 55115 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17022] ppid=17000 vsize=812752 CPUtime=0
/proc/17014/task/17022/stat : 17022 (java) S 17000 17000 15908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635085280 832258048 55116 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 860312

[startup+25.5026 s]
/proc/loadavg: 2.11 2.02 2.00 3/83 17022
/proc/meminfo: memFree=1337680/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=0.01
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
[pid=17014] ppid=17000 vsize=812752 CPUtime=25.45
/proc/17014/stat : 17014 (java) S 17000 17000 15908 0 -1 0 87879 0 1 0 2496 49 0 0 18 0 9 0 635085276 832258048 87265 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17014/statm: 203188 87265 1909 9 0 197169 0
[pid=17014/tid=17015] ppid=17000 vsize=812752 CPUtime=22.08
/proc/17014/task/17015/stat : 17015 (java) R 17000 17000 15908 0 -1 64 14559 0 1 0 2197 11 0 0 25 0 9 0 635085277 832258048 87265 996147200 134512640 134550740 4294955616 18446744073709551615 4159582337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17016] ppid=17000 vsize=812752 CPUtime=3.1
/proc/17014/task/17016/stat : 17016 (java) S 17000 17000 15908 0 -1 64 71778 0 0 0 275 35 0 0 16 0 9 0 635085278 832258048 87265 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17017] ppid=17000 vsize=812752 CPUtime=0
/proc/17014/task/17017/stat : 17017 (java) S 17000 17000 15908 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 635085278 832258048 87265 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17018] ppid=17000 vsize=812752 CPUtime=0
/proc/17014/task/17018/stat : 17018 (java) S 17000 17000 15908 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 635085278 832258048 87265 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17019] ppid=17000 vsize=812752 CPUtime=0
/proc/17014/task/17019/stat : 17019 (java) S 17000 17000 15908 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 635085280 832258048 87265 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17020] ppid=17000 vsize=812752 CPUtime=0.23
/proc/17014/task/17020/stat : 17020 (java) S 17000 17000 15908 0 -1 64 838 0 0 0 23 0 0 0 15 0 9 0 635085280 832258048 87265 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17021] ppid=17000 vsize=812752 CPUtime=0
/proc/17014/task/17021/stat : 17021 (java) S 17000 17000 15908 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 635085280 832258048 87265 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17014/tid=17022] ppid=17000 vsize=812752 CPUtime=0
/proc/17014/task/17022/stat : 17022 (java) S 17000 17000 15908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635085280 832258048 87265 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 860312

[startup+51.1022 s]

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

/proc/17023/statm: 56406 53807 57 152 0 56251 0
Current children cumulated CPU time (s) 1114.13
Current children cumulated vsize (KiB) 273184

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1424912/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=71.96
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 798 89680 0 1 0 0 7121 75 17 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
[pid=17023] ppid=17000 vsize=233636 CPUtime=1101.71
/proc/17023/stat : 17023 (minisat) R 17000 17000 15908 0 -1 4194304 55843 0 0 0 110120 51 0 0 25 0 1 0 635092475 239243264 55824 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/17023/statm: 58409 55824 57 152 0 58254 0
Current children cumulated CPU time (s) 1173.67
Current children cumulated vsize (KiB) 281196

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1416848/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=71.96
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 798 89680 0 1 0 0 7121 75 17 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
[pid=17023] ppid=17000 vsize=241556 CPUtime=1161.25
/proc/17023/stat : 17023 (minisat) R 17000 17000 15908 0 -1 4194304 57831 0 0 0 116072 53 0 0 25 0 1 0 635092475 247353344 57812 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/17023/statm: 60389 57812 57 152 0 60234 0
Current children cumulated CPU time (s) 1233.21
Current children cumulated vsize (KiB) 289116

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1411536/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=71.96
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 798 89680 0 1 0 0 7121 75 17 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
[pid=17023] ppid=17000 vsize=246880 CPUtime=1220.79
/proc/17023/stat : 17023 (minisat) R 17000 17000 15908 0 -1 4194304 59160 0 0 0 122025 54 0 0 25 0 1 0 635092475 252805120 59141 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/17023/statm: 61720 59141 57 152 0 61565 0
Current children cumulated CPU time (s) 1292.75
Current children cumulated vsize (KiB) 294440

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1406480/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=71.96
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 798 89680 0 1 0 0 7121 75 17 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
[pid=17023] ppid=17000 vsize=251800 CPUtime=1280.33
/proc/17023/stat : 17023 (minisat) R 17000 17000 15908 0 -1 4194304 60423 0 0 0 127977 56 0 0 25 0 1 0 635092475 257843200 60404 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/17023/statm: 62950 60404 57 152 0 62795 0
Current children cumulated CPU time (s) 1352.29
Current children cumulated vsize (KiB) 299360

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1401360/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=71.96
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 798 89680 0 1 0 0 7121 75 17 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
[pid=17023] ppid=17000 vsize=256972 CPUtime=1339.87
/proc/17023/stat : 17023 (minisat) R 17000 17000 15908 0 -1 4194304 61673 0 0 0 133930 57 0 0 25 0 1 0 635092475 263139328 61654 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/17023/statm: 64243 61654 57 152 0 64088 0
Current children cumulated CPU time (s) 1411.83
Current children cumulated vsize (KiB) 304532

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1394960/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=71.96
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 798 89680 0 1 0 0 7121 75 17 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
[pid=17023] ppid=17000 vsize=263352 CPUtime=1399.41
/proc/17023/stat : 17023 (minisat) R 17000 17000 15908 0 -1 4194304 63267 0 0 0 139882 59 0 0 25 0 1 0 635092475 269672448 63248 996147200 134512640 135136200 4294955968 18446744073709551615 134519993 0 0 4096 3 0 0 0 17 0 0 0
/proc/17023/statm: 65838 63248 57 152 0 65683 0
Current children cumulated CPU time (s) 1471.37
Current children cumulated vsize (KiB) 310912

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1390224/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=71.96
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 798 89680 0 1 0 0 7121 75 17 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
[pid=17023] ppid=17000 vsize=267988 CPUtime=1458.94
/proc/17023/stat : 17023 (minisat) R 17000 17000 15908 0 -1 4194304 64436 0 0 0 145834 60 0 0 25 0 1 0 635092475 274419712 64417 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/17023/statm: 66997 64417 57 152 0 66842 0
Current children cumulated CPU time (s) 1530.9
Current children cumulated vsize (KiB) 315548

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/75 17031
/proc/meminfo: memFree=1382608/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=71.96
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 798 89680 0 1 0 0 7121 75 17 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
[pid=17023] ppid=17000 vsize=275576 CPUtime=1518.48
/proc/17023/stat : 17023 (minisat) R 17000 17000 15908 0 -1 4194304 66331 0 0 0 151786 62 0 0 25 0 1 0 635092475 282189824 66312 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/17023/statm: 68894 66312 57 152 0 68739 0
Current children cumulated CPU time (s) 1590.44
Current children cumulated vsize (KiB) 323136

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/75 17031
/proc/meminfo: memFree=1377424/2055920 swapFree=4176956/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=71.96
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 798 89680 0 1 0 0 7121 75 17 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
[pid=17023] ppid=17000 vsize=280488 CPUtime=1578.03
/proc/17023/stat : 17023 (minisat) R 17000 17000 15908 0 -1 4194304 67566 0 0 0 157739 64 0 0 25 0 1 0 635092475 287219712 67547 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/17023/statm: 70122 67547 57 152 0 69967 0
Current children cumulated CPU time (s) 1649.99
Current children cumulated vsize (KiB) 328048

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 17142
/proc/meminfo: memFree=1375312/2055920 swapFree=4176960/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=71.96
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 798 89680 0 1 0 0 7121 75 17 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
[pid=17023] ppid=17000 vsize=285388 CPUtime=1637.65
/proc/17023/stat : 17023 (minisat) R 17000 17000 15908 0 -1 4194304 68791 0 0 0 163699 66 0 0 25 0 1 0 635092475 292237312 68772 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/17023/statm: 71347 68772 57 152 0 71192 0
Current children cumulated CPU time (s) 1709.61
Current children cumulated vsize (KiB) 332948

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/87 17145
/proc/meminfo: memFree=1304440/2055920 swapFree=4176960/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=71.96
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 798 89680 0 1 0 0 7121 75 17 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
[pid=17023] ppid=17000 vsize=292576 CPUtime=1697.35
/proc/17023/stat : 17023 (minisat) R 17000 17000 15908 0 -1 4194304 70597 0 0 0 169667 68 0 0 25 0 1 0 635092475 299597824 70578 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/17023/statm: 73144 70578 57 152 0 72989 0
Current children cumulated CPU time (s) 1769.31
Current children cumulated vsize (KiB) 340136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.2 s]
/proc/loadavg: 2.02 2.02 2.00 3/87 17145
/proc/meminfo: memFree=1302072/2055920 swapFree=4176960/4192956
[pid=17000] ppid=16998 vsize=47560 CPUtime=71.96
/proc/17000/stat : 17000 (galacM.sh) S 16998 17000 15908 0 -1 4194304 798 89680 0 1 0 0 7121 75 17 0 1 0 635085272 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17000/statm: 11890 363 244 79 0 219 0
[pid=17023] ppid=17000 vsize=294696 CPUtime=1728.12
/proc/17023/stat : 17023 (minisat) R 17000 17000 15908 0 -1 4194304 71142 0 0 0 172743 69 0 0 25 0 1 0 635092475 301768704 71123 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/17023/statm: 73674 71123 57 152 0 73519 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 342256

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 17000 and gives
#  childrusage.ru_utime.tv_sec=71
#  childrusage.ru_utime.tv_usec=215173
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=759884
# CPU time returned by wait4() is 71.9751
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.22
CPU time (s): 1800.08
CPU user time (s): 1798.64
CPU system time (s): 1.44
CPU usage (%): 99.2756
Max. virtual memory (cumulated for all children) (KiB): 860312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.2152
system time used= 0.759884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90478
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= 3423
involuntary context switches= 2079

runsolver used 1.78573 second user time and 4.98124 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-03 23:47:31
IDJOB=1059173
IDBENCH=54215
IDSOLVER=350
FILE ID=node84/1059173-1215121651
PBS_JOBID= 7877040
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d48b5095d6129801f7cbc447d2113f9e
RANDOM SEED=1692804818

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1685240 kB
Buffers:         19784 kB
Cached:         262444 kB
SwapCached:      10240 kB
Active:         175592 kB
Inactive:       160152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1685240 kB
SwapTotal:     4192956 kB
SwapFree:      4176956 kB
Dirty:            8868 kB
Writeback:           0 kB
Mapped:          60336 kB
Slab:            19924 kB
Committed_AS:  1200104 kB
PageTables:       2144 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= 66484 MiB
End job on node84 at 2008-07-04 00:17:47