Trace number 1068276

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.04 1805.51

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg7-7_ext.xml
MD5SUMda5e47254c0112035451af23516fc7ae
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.74458
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints14
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension14
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 ---
0.01/0.85	c start processing
0.01/0.85	c start relation processing
1.55/1.69	c start cnf exporting
50.56/51.16	c parsing time : 0.731
50.56/51.16	c preprocessing time : 51.046
50.56/51.16	
50.56/51.16	c Nary constraints - conflicts : 0 supports : 14
50.56/51.16	c Binary constraints - conflicts : 0 supports :0
50.56/51.16	c max arity constraint : 7
50.56/51.16	c Max Tuples generated 0
50.56/51.16	c relations : 1
50.56/51.16	c relations BDD: 1
50.56/51.16	c sampling 0/0
50.56/51.16	c vars : 401031 - clauses :  1509634
50.56/51.16	
50.63/51.22	 
50.63/51.22	c --- SAT Solver Stats ---
50.63/51.22	 

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-1068276-1215153105/watcher-1068276-1215153105 -o /tmp/evaluation-result-1068276-1215153105/solver-1068276-1215153105 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1068276-1215153105.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.92 1.98 1.99 4/81 12675
/proc/meminfo: memFree=1546264/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=8652 CPUtime=0
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 256253189 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12675/statm: 2163 280 208 79 0 156 0
[pid=12676] ppid=12675 vsize=8688 CPUtime=0
/proc/12676/stat : 12676 (galacM.sh) R 12675 12675 9200 0 -1 4194368 47 243 0 0 0 0 0 0 17 0 1 0 256253189 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 214945032863 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/12676/statm: 2172 288 210 79 0 165 0
[pid=12678] ppid=12676 vsize=6864 CPUtime=0
/proc/12678/stat : 12678 (id) S 12676 12675 9200 0 -1 4194304 240 0 0 0 0 0 0 0 18 0 1 0 256253190 7028736 183 996147200 4194304 4211724 548682068832 18446744073709551615 214945220495 0 0 3674112 0 0 0 0 17 0 0 0
/proc/12678/statm: 1716 183 154 4 0 46 0

[startup+0.0562129 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 12675
/proc/meminfo: memFree=1546264/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=0.01
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102096 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 12675
/proc/meminfo: memFree=1546264/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=0.01
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301134 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 12675
/proc/meminfo: memFree=1546264/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=0.01
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701219 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 12675
/proc/meminfo: memFree=1546264/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=0.01
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50237 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 12697
/proc/meminfo: memFree=1470792/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=0.01
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
[pid=12689] ppid=12675 vsize=812420 CPUtime=1.44
/proc/12689/stat : 12689 (java) S 12675 12675 9200 0 -1 0 21032 0 1 0 133 11 0 0 18 0 9 0 256253192 831918080 20459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12689/statm: 203105 20459 1886 9 0 197138 0
[pid=12689/tid=12690] ppid=12675 vsize=812420 CPUtime=1.24
/proc/12689/task/12690/stat : 12690 (java) R 12675 12675 9200 0 -1 64 14473 0 1 0 116 8 0 0 25 0 9 0 256253193 831918080 20459 996147200 134512640 134550740 4294955616 18446744073709551615 4126791515 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12691] ppid=12675 vsize=812420 CPUtime=0.04
/proc/12689/task/12691/stat : 12691 (java) S 12675 12675 9200 0 -1 64 5091 0 0 0 2 2 0 0 16 0 9 0 256253195 831918080 20459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12692] ppid=12675 vsize=812420 CPUtime=0
/proc/12689/task/12692/stat : 12692 (java) S 12675 12675 9200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256253195 831918080 20459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12693] ppid=12675 vsize=812420 CPUtime=0
/proc/12689/task/12693/stat : 12693 (java) S 12675 12675 9200 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 256253195 831918080 20459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12694] ppid=12675 vsize=812420 CPUtime=0
/proc/12689/task/12694/stat : 12694 (java) S 12675 12675 9200 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 256253197 831918080 20459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12695] ppid=12675 vsize=812420 CPUtime=0.14
/proc/12689/task/12695/stat : 12695 (java) S 12675 12675 9200 0 -1 64 769 0 0 0 14 0 0 0 16 0 9 0 256253197 831918080 20459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12696] ppid=12675 vsize=812420 CPUtime=0
/proc/12689/task/12696/stat : 12696 (java) S 12675 12675 9200 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 256253197 831918080 20459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12697] ppid=12675 vsize=812420 CPUtime=0
/proc/12689/task/12697/stat : 12697 (java) S 12675 12675 9200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256253197 831918080 20459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 859984

[startup+3.10168 s]
/proc/loadavg: 1.92 1.98 1.99 4/91 12697
/proc/meminfo: memFree=1460040/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=0.01
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
[pid=12689] ppid=12675 vsize=812552 CPUtime=3.03
/proc/12689/stat : 12689 (java) S 12675 12675 9200 0 -1 0 26428 0 1 0 287 16 0 0 18 0 9 0 256253192 832053248 25848 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12689/statm: 203138 25848 1908 9 0 197171 0
[pid=12689/tid=12690] ppid=12675 vsize=812552 CPUtime=2.58
/proc/12689/task/12690/stat : 12690 (java) R 12675 12675 9200 0 -1 64 14523 0 1 0 250 8 0 0 25 0 9 0 256253193 832053248 25848 996147200 134512640 134550740 4294955616 18446744073709551615 102064730 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12691] ppid=12675 vsize=812552 CPUtime=0.21
/proc/12689/task/12691/stat : 12691 (java) S 12675 12675 9200 0 -1 64 10386 0 0 0 16 5 0 0 16 0 9 0 256253195 832053248 25848 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12692] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12692/stat : 12692 (java) S 12675 12675 9200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256253195 832053248 25848 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12693] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12693/stat : 12693 (java) S 12675 12675 9200 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 256253195 832053248 25848 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12694] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12694/stat : 12694 (java) S 12675 12675 9200 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 256253197 832053248 25848 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12695] ppid=12675 vsize=812552 CPUtime=0.2
/proc/12689/task/12695/stat : 12695 (java) S 12675 12675 9200 0 -1 64 820 0 0 0 20 0 0 0 15 0 9 0 256253197 832053248 25848 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12696] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12696/stat : 12696 (java) S 12675 12675 9200 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 256253197 832053248 25848 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12697] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12697/stat : 12697 (java) S 12675 12675 9200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256253197 832053248 25848 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860116

[startup+6.3023 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 12697
/proc/meminfo: memFree=1446984/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=0.01
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
[pid=12689] ppid=12675 vsize=812552 CPUtime=6.19
/proc/12689/stat : 12689 (java) S 12675 12675 9200 0 -1 0 26437 0 1 0 603 16 0 0 18 0 9 0 256253192 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12689/statm: 203138 25850 1908 9 0 197171 0
[pid=12689/tid=12690] ppid=12675 vsize=812552 CPUtime=5.74
/proc/12689/task/12690/stat : 12690 (java) R 12675 12675 9200 0 -1 64 14530 0 1 0 565 9 0 0 25 0 9 0 256253193 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 102064743 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12691] ppid=12675 vsize=812552 CPUtime=0.21
/proc/12689/task/12691/stat : 12691 (java) S 12675 12675 9200 0 -1 64 10386 0 0 0 16 5 0 0 16 0 9 0 256253195 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12692] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12692/stat : 12692 (java) S 12675 12675 9200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256253195 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12693] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12693/stat : 12693 (java) S 12675 12675 9200 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 256253195 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12694] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12694/stat : 12694 (java) S 12675 12675 9200 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 256253197 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12695] ppid=12675 vsize=812552 CPUtime=0.2
/proc/12689/task/12695/stat : 12695 (java) S 12675 12675 9200 0 -1 64 822 0 0 0 20 0 0 0 16 0 9 0 256253197 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12696] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12696/stat : 12696 (java) S 12675 12675 9200 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 256253197 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12697] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12697/stat : 12697 (java) S 12675 12675 9200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256253197 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860116

[startup+12.7015 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 12697
/proc/meminfo: memFree=1443216/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=0.01
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
[pid=12689] ppid=12675 vsize=812552 CPUtime=12.53
/proc/12689/stat : 12689 (java) S 12675 12675 9200 0 -1 0 26449 0 1 0 1235 18 0 0 18 0 9 0 256253192 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12689/statm: 203138 25850 1908 9 0 197171 0
[pid=12689/tid=12690] ppid=12675 vsize=812552 CPUtime=12.07
/proc/12689/task/12690/stat : 12690 (java) R 12675 12675 9200 0 -1 64 14542 0 1 0 1197 10 0 0 25 0 9 0 256253193 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4126592504 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12691] ppid=12675 vsize=812552 CPUtime=0.22
/proc/12689/task/12691/stat : 12691 (java) S 12675 12675 9200 0 -1 64 10386 0 0 0 17 5 0 0 16 0 9 0 256253195 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12692] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12692/stat : 12692 (java) S 12675 12675 9200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256253195 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12693] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12693/stat : 12693 (java) S 12675 12675 9200 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 256253195 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12694] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12694/stat : 12694 (java) S 12675 12675 9200 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 256253197 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12695] ppid=12675 vsize=812552 CPUtime=0.2
/proc/12689/task/12695/stat : 12695 (java) S 12675 12675 9200 0 -1 64 822 0 0 0 20 0 0 0 16 0 9 0 256253197 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12696] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12696/stat : 12696 (java) S 12675 12675 9200 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 256253197 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12697] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12697/stat : 12697 (java) S 12675 12675 9200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256253197 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860116

[startup+25.503 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 12697
/proc/meminfo: memFree=1434832/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=0.01
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
[pid=12689] ppid=12675 vsize=812552 CPUtime=25.2
/proc/12689/stat : 12689 (java) S 12675 12675 9200 0 -1 0 26473 0 1 0 2497 23 0 0 18 0 9 0 256253192 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12689/statm: 203138 25850 1908 9 0 197171 0
[pid=12689/tid=12690] ppid=12675 vsize=812552 CPUtime=24.72
/proc/12689/task/12690/stat : 12690 (java) R 12675 12675 9200 0 -1 64 14566 0 1 0 2457 15 0 0 25 0 9 0 256253193 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 103567716 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12691] ppid=12675 vsize=812552 CPUtime=0.24
/proc/12689/task/12691/stat : 12691 (java) S 12675 12675 9200 0 -1 64 10386 0 0 0 18 6 0 0 16 0 9 0 256253195 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12692] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12692/stat : 12692 (java) S 12675 12675 9200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256253195 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12693] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12693/stat : 12693 (java) S 12675 12675 9200 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 256253195 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12694] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12694/stat : 12694 (java) S 12675 12675 9200 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 256253197 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12695] ppid=12675 vsize=812552 CPUtime=0.2
/proc/12689/task/12695/stat : 12695 (java) S 12675 12675 9200 0 -1 64 822 0 0 0 20 0 0 0 16 0 9 0 256253197 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12696] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12696/stat : 12696 (java) S 12675 12675 9200 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 256253197 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12689/tid=12697] ppid=12675 vsize=812552 CPUtime=0
/proc/12689/task/12697/stat : 12697 (java) S 12675 12675 9200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256253197 832053248 25850 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21

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

/proc/12698/statm: 30297 28846 57 152 0 30142 0
Current children cumulated CPU time (s) 1181.27
Current children cumulated vsize (KiB) 168752

[startup+1242.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 12751
/proc/meminfo: memFree=1319224/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=50.65
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 799 28391 0 1 0 0 5029 36 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
[pid=12698] ppid=12675 vsize=122904 CPUtime=1190.59
/proc/12698/stat : 12698 (minisat) R 12675 12675 9200 0 -1 4194304 29328 0 0 0 119036 23 0 0 25 0 1 0 256258312 125853696 29309 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/12698/statm: 30726 29309 57 152 0 30571 0
Current children cumulated CPU time (s) 1241.24
Current children cumulated vsize (KiB) 170468

[startup+1302.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 12752
/proc/meminfo: memFree=1028280/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=50.65
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 799 28391 0 1 0 0 5029 36 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
[pid=12698] ppid=12675 vsize=123964 CPUtime=1250.16
/proc/12698/stat : 12698 (minisat) R 12675 12675 9200 0 -1 4194304 29582 0 0 0 124993 23 0 0 25 0 1 0 256258312 126939136 29563 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/12698/statm: 30991 29563 57 152 0 30836 0
Current children cumulated CPU time (s) 1300.81
Current children cumulated vsize (KiB) 171528

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 12752
/proc/meminfo: memFree=1028408/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=50.65
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 799 28391 0 1 0 0 5029 36 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
[pid=12698] ppid=12675 vsize=124492 CPUtime=1309.69
/proc/12698/stat : 12698 (minisat) R 12675 12675 9200 0 -1 4194304 29711 0 0 0 130945 24 0 0 25 0 1 0 256258312 127479808 29692 996147200 134512640 135136200 4294955968 18446744073709551615 134529325 0 0 4096 3 0 0 0 17 0 0 0
/proc/12698/statm: 31123 29692 57 152 0 30968 0
Current children cumulated CPU time (s) 1360.34
Current children cumulated vsize (KiB) 172056

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 12752
/proc/meminfo: memFree=1027832/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=50.65
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 799 28391 0 1 0 0 5029 36 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
[pid=12698] ppid=12675 vsize=125272 CPUtime=1369.21
/proc/12698/stat : 12698 (minisat) R 12675 12675 9200 0 -1 4194304 29865 0 0 0 136897 24 0 0 25 0 1 0 256258312 128278528 29846 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/12698/statm: 31318 29846 57 152 0 31163 0
Current children cumulated CPU time (s) 1419.86
Current children cumulated vsize (KiB) 172836

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 12752
/proc/meminfo: memFree=1027192/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=50.65
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 799 28391 0 1 0 0 5029 36 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
[pid=12698] ppid=12675 vsize=125800 CPUtime=1428.74
/proc/12698/stat : 12698 (minisat) R 12675 12675 9200 0 -1 4194304 30008 0 0 0 142849 25 0 0 25 0 1 0 256258312 128819200 29989 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/12698/statm: 31450 29989 57 152 0 31295 0
Current children cumulated CPU time (s) 1479.39
Current children cumulated vsize (KiB) 173364

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 12752
/proc/meminfo: memFree=1026104/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=50.65
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 799 28391 0 1 0 0 5029 36 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
[pid=12698] ppid=12675 vsize=126856 CPUtime=1488.27
/proc/12698/stat : 12698 (minisat) R 12675 12675 9200 0 -1 4194304 30290 0 0 0 148801 26 0 0 25 0 1 0 256258312 129900544 30271 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/12698/statm: 31714 30271 57 152 0 31559 0
Current children cumulated CPU time (s) 1538.92
Current children cumulated vsize (KiB) 174420

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 12752
/proc/meminfo: memFree=1025144/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=50.65
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 799 28391 0 1 0 0 5029 36 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
[pid=12698] ppid=12675 vsize=127780 CPUtime=1547.8
/proc/12698/stat : 12698 (minisat) R 12675 12675 9200 0 -1 4194304 30526 0 0 0 154754 26 0 0 25 0 1 0 256258312 130846720 30507 996147200 134512640 135136200 4294955968 18446744073709551615 134525805 0 0 4096 3 0 0 0 17 0 0 0
/proc/12698/statm: 31945 30507 57 152 0 31790 0
Current children cumulated CPU time (s) 1598.45
Current children cumulated vsize (KiB) 175344

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 12752
/proc/meminfo: memFree=1023928/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=50.65
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 799 28391 0 1 0 0 5029 36 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
[pid=12698] ppid=12675 vsize=128968 CPUtime=1607.32
/proc/12698/stat : 12698 (minisat) R 12675 12675 9200 0 -1 4194304 30822 0 0 0 160705 27 0 0 25 0 1 0 256258312 132063232 30803 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/12698/statm: 32242 30803 57 152 0 32087 0
Current children cumulated CPU time (s) 1657.97
Current children cumulated vsize (KiB) 176532

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 12752
/proc/meminfo: memFree=1022456/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=50.65
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 799 28391 0 1 0 0 5029 36 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
[pid=12698] ppid=12675 vsize=130288 CPUtime=1666.85
/proc/12698/stat : 12698 (minisat) R 12675 12675 9200 0 -1 4194304 31150 0 0 0 166658 27 0 0 25 0 1 0 256258312 133414912 31131 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/12698/statm: 32572 31131 57 152 0 32417 0
Current children cumulated CPU time (s) 1717.5
Current children cumulated vsize (KiB) 177852

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 12758
/proc/meminfo: memFree=1021432/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=50.65
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 799 28391 0 1 0 0 5029 36 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
[pid=12698] ppid=12675 vsize=131212 CPUtime=1726.36
/proc/12698/stat : 12698 (minisat) R 12675 12675 9200 0 -1 4194304 31374 0 0 0 172608 28 0 0 25 0 1 0 256258312 134361088 31355 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/12698/statm: 32803 31355 57 152 0 32648 0
Current children cumulated CPU time (s) 1777.01
Current children cumulated vsize (KiB) 178776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 12758
/proc/meminfo: memFree=1020856/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=50.65
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 799 28391 0 1 0 0 5029 36 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
[pid=12698] ppid=12675 vsize=131872 CPUtime=1749.39
/proc/12698/stat : 12698 (minisat) R 12675 12675 9200 0 -1 4194304 31531 0 0 0 174910 29 0 0 25 0 1 0 256258312 135036928 31512 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/12698/statm: 32968 31512 57 152 0 32813 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 179436

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

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

[startup+1805.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 12758
/proc/meminfo: memFree=1020856/2055920 swapFree=4180776/4192956
[pid=12675] ppid=12673 vsize=47564 CPUtime=50.65
/proc/12675/stat : 12675 (galacM.sh) S 12673 12675 9200 0 -1 4194304 799 28391 0 1 0 0 5029 36 17 0 1 0 256253189 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12675/statm: 11891 364 245 79 0 219 0
[pid=12698] ppid=12675 vsize=131872 CPUtime=1749.39
/proc/12698/stat : 12698 (minisat) R 12675 12675 9200 0 -1 4194304 31531 0 0 0 174910 29 0 0 25 0 1 0 256258312 135036928 31512 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/12698/statm: 32968 31512 57 152 0 32813 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 179436

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12675 and gives
#  childrusage.ru_utime.tv_sec=50
#  childrusage.ru_utime.tv_usec=303352
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=368943
# CPU time returned by wait4() is 50.6723
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.51
CPU time (s): 1800.04
CPU user time (s): 1799.39
CPU system time (s): 0.65
CPU usage (%): 99.6968
Max. virtual memory (cumulated for all children) (KiB): 860116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.3034
system time used= 0.368943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29190
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= 2727
involuntary context switches= 4821

runsolver used 1.68674 second user time and 4.96724 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-04 08:31:45
IDJOB=1068276
IDBENCH=55507
IDSOLVER=350
FILE ID=node85/1068276-1215153105
PBS_JOBID= 7877304
Free space on /tmp= 126860 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da5e47254c0112035451af23516fc7ae
RANDOM SEED=738539079

node85.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.272
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.272
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:       1546744 kB
Buffers:         50992 kB
Cached:         295348 kB
SwapCached:       6988 kB
Active:         222356 kB
Inactive:       239312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1546744 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            3512 kB
Writeback:           0 kB
Mapped:         128520 kB
Slab:            32864 kB
Committed_AS:  1378320 kB
PageTables:       1764 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= 126772 MiB
End job on node85 at 2008-07-04 09:01:52