Trace number 1060393

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? (MO) 1057.9 1058.91

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-70.xml
MD5SUM42673f380bfac3cdabf246f9ec4e88d8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.275957
Satisfiable
(Un)Satisfiability was proved
Number of variables139
Number of constraints4830
Maximum constraint arity3
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4830
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.66/1.72	c start processing
1.66/1.72	c start relation processing
1.86/1.92	c start cnf exporting
59.15/59.80	c parsing time : 1.605
59.15/59.80	c preprocessing time : 59.68
59.15/59.80	
59.15/59.80	c Nary constraints - conflicts : 0 supports : 69
59.15/59.80	c Binary constraints - conflicts : 4761 supports :0
59.15/59.80	c max arity constraint : 3
59.15/59.80	c Max Tuples generated 338100
59.15/59.80	c relations : 3
59.15/59.80	c relations BDD: 1
59.15/59.80	c sampling 1/1
59.15/59.80	c vars : 352523 - clauses :  1936900
59.15/59.80	
59.15/59.82	 
59.15/59.82	c --- SAT Solver Stats ---
59.15/59.82	 

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-1060393-1215126419/watcher-1060393-1215126419 -o /tmp/evaluation-result-1060393-1215126419/solver-1060393-1215126419 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1060393-1215126419.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.41 2.13 2.03 4/82 20462
/proc/meminfo: memFree=1444680/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=8652 CPUtime=0
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 624889193 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20462/statm: 2163 280 208 79 0 156 0
[pid=20463] ppid=20462 vsize=8688 CPUtime=0
/proc/20463/stat : 20463 (galacM.sh) R 20462 20462 19835 0 -1 4194368 47 243 0 0 0 0 0 0 16 0 1 0 624889194 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 270187162271 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/20463/statm: 2172 288 210 79 0 165 0
[pid=20465] ppid=20463 vsize=8728 CPUtime=0
/proc/20465/stat : 20465 (galacM.sh) R 20463 20462 19835 0 -1 4194368 25 0 0 0 0 0 0 0 16 0 1 0 624889194 8937472 292 996147200 4194304 4520092 548682068832 18446744073709551615 270187162919 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/20465/statm: 1716 183 154 4 0 46 0

[startup+0.0763321 s]
/proc/loadavg: 2.41 2.13 2.03 4/82 20462
/proc/meminfo: memFree=1444680/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=0.02
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 765 1697 0 0 0 1 0 1 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47568

[startup+0.101331 s]
/proc/loadavg: 2.41 2.13 2.03 4/82 20462
/proc/meminfo: memFree=1444680/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=0.02
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 765 1697 0 0 0 1 0 1 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47568

[startup+0.301355 s]
/proc/loadavg: 2.41 2.13 2.03 4/82 20462
/proc/meminfo: memFree=1444680/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=0.02
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 765 1697 0 0 0 1 0 1 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47568

[startup+0.701401 s]
/proc/loadavg: 2.41 2.13 2.03 4/82 20462
/proc/meminfo: memFree=1444680/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=0.02
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 765 1697 0 0 0 1 0 1 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47568

[startup+1.50249 s]
/proc/loadavg: 2.41 2.13 2.03 3/92 20484
/proc/meminfo: memFree=1403304/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=0.02
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 765 1697 0 0 0 1 0 1 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
[pid=20476] ppid=20462 vsize=812684 CPUtime=1.44
/proc/20476/stat : 20476 (java) S 20462 20462 19835 0 -1 0 14095 0 1 0 135 9 0 0 18 0 9 0 624889196 832188416 13318 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20476/statm: 203171 13318 2585 9 0 197205 0
[pid=20476/tid=20477] ppid=20462 vsize=812684 CPUtime=1.06
/proc/20476/task/20477/stat : 20477 (java) R 20462 20462 19835 0 -1 64 7986 0 1 0 101 5 0 0 25 0 9 0 624889197 832188416 13318 996147200 134512640 134550740 4294955616 18446744073709551615 102887692 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20478] ppid=20462 vsize=812684 CPUtime=0.08
/proc/20476/task/20478/stat : 20478 (java) S 20462 20462 19835 0 -1 64 4500 0 0 0 7 1 0 0 16 0 9 0 624889199 832188416 13318 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20479] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20479/stat : 20479 (java) S 20462 20462 19835 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 624889199 832188416 13318 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20480] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20480/stat : 20480 (java) S 20462 20462 19835 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 624889199 832188416 13318 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20481] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20481/stat : 20481 (java) S 20462 20462 19835 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 624889201 832188416 13318 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20482] ppid=20462 vsize=812684 CPUtime=0.27
/proc/20476/task/20482/stat : 20482 (java) S 20462 20462 19835 0 -1 64 910 0 0 0 26 1 0 0 15 0 9 0 624889201 832188416 13318 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20483] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20483/stat : 20483 (java) S 20462 20462 19835 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 624889201 832188416 13318 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20484] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20484/stat : 20484 (java) S 20462 20462 19835 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 624889201 832188416 13318 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860252

[startup+3.10268 s]
/proc/loadavg: 2.37 2.13 2.03 3/92 20484
/proc/meminfo: memFree=1392296/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=0.02
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 765 1697 0 0 0 1 0 1 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
[pid=20476] ppid=20462 vsize=812684 CPUtime=3.03
/proc/20476/stat : 20476 (java) S 20462 20462 19835 0 -1 0 22215 0 1 0 290 13 0 0 18 0 9 0 624889196 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20476/statm: 203171 21435 2591 9 0 197205 0
[pid=20476/tid=20477] ppid=20462 vsize=812684 CPUtime=2.54
/proc/20476/task/20477/stat : 20477 (java) R 20462 20462 19835 0 -1 64 14599 0 1 0 245 9 0 0 25 0 9 0 624889197 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4127400259 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20478] ppid=20462 vsize=812684 CPUtime=0.12
/proc/20476/task/20478/stat : 20478 (java) S 20462 20462 19835 0 -1 64 5958 0 0 0 11 1 0 0 16 0 9 0 624889199 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20479] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20479/stat : 20479 (java) S 20462 20462 19835 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 624889199 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20480] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20480/stat : 20480 (java) S 20462 20462 19835 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 624889199 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20481] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20481/stat : 20481 (java) S 20462 20462 19835 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 624889201 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20482] ppid=20462 vsize=812684 CPUtime=0.34
/proc/20476/task/20482/stat : 20482 (java) S 20462 20462 19835 0 -1 64 959 0 0 0 33 1 0 0 15 0 9 0 624889201 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20483] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20483/stat : 20483 (java) S 20462 20462 19835 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 624889201 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20484] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20484/stat : 20484 (java) S 20462 20462 19835 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 624889201 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860252

[startup+6.30104 s]
/proc/loadavg: 2.37 2.13 2.03 3/92 20484
/proc/meminfo: memFree=1364904/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=0.02
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 765 1697 0 0 0 1 0 1 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
[pid=20476] ppid=20462 vsize=812684 CPUtime=6.2
/proc/20476/stat : 20476 (java) S 20462 20462 19835 0 -1 0 22223 0 1 0 605 15 0 0 18 0 9 0 624889196 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20476/statm: 203171 21435 2591 9 0 197205 0
[pid=20476/tid=20477] ppid=20462 vsize=812684 CPUtime=5.69
/proc/20476/task/20477/stat : 20477 (java) R 20462 20462 19835 0 -1 64 14607 0 1 0 559 10 0 0 25 0 9 0 624889197 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4127379339 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20478] ppid=20462 vsize=812684 CPUtime=0.13
/proc/20476/task/20478/stat : 20478 (java) S 20462 20462 19835 0 -1 64 5958 0 0 0 11 2 0 0 16 0 9 0 624889199 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20479] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20479/stat : 20479 (java) S 20462 20462 19835 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 624889199 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20480] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20480/stat : 20480 (java) S 20462 20462 19835 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 624889199 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20481] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20481/stat : 20481 (java) S 20462 20462 19835 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 624889201 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20482] ppid=20462 vsize=812684 CPUtime=0.34
/proc/20476/task/20482/stat : 20482 (java) S 20462 20462 19835 0 -1 64 959 0 0 0 33 1 0 0 15 0 9 0 624889201 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20483] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20483/stat : 20483 (java) S 20462 20462 19835 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 624889201 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20484] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20484/stat : 20484 (java) S 20462 20462 19835 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 624889201 832188416 21435 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 860252

[startup+12.7028 s]
/proc/loadavg: 2.39 2.14 2.04 3/92 20484
/proc/meminfo: memFree=1360504/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=0.02
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 765 1697 0 0 0 1 0 1 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
[pid=20476] ppid=20462 vsize=812684 CPUtime=12.53
/proc/20476/stat : 20476 (java) S 20462 20462 19835 0 -1 0 22237 0 1 0 1236 17 0 0 18 0 9 0 624889196 832188416 21438 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20476/statm: 203171 21438 2591 9 0 197205 0
[pid=20476/tid=20477] ppid=20462 vsize=812684 CPUtime=12.02
/proc/20476/task/20477/stat : 20477 (java) R 20462 20462 19835 0 -1 64 14618 0 1 0 1190 12 0 0 25 0 9 0 624889197 832188416 21438 996147200 134512640 134550740 4294955616 18446744073709551615 4127388362 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20478] ppid=20462 vsize=812684 CPUtime=0.14
/proc/20476/task/20478/stat : 20478 (java) S 20462 20462 19835 0 -1 64 5958 0 0 0 12 2 0 0 16 0 9 0 624889199 832188416 21438 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20479] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20479/stat : 20479 (java) S 20462 20462 19835 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 624889199 832188416 21438 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20480] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20480/stat : 20480 (java) S 20462 20462 19835 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 624889199 832188416 21438 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20481] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20481/stat : 20481 (java) S 20462 20462 19835 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 624889201 832188416 21438 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20482] ppid=20462 vsize=812684 CPUtime=0.35
/proc/20476/task/20482/stat : 20482 (java) S 20462 20462 19835 0 -1 64 962 0 0 0 34 1 0 0 15 0 9 0 624889201 832188416 21438 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20483] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20483/stat : 20483 (java) S 20462 20462 19835 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 624889201 832188416 21438 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20484] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20484/stat : 20484 (java) S 20462 20462 19835 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 624889201 832188416 21438 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860252

[startup+25.5013 s]
/proc/loadavg: 2.33 2.13 2.04 3/92 20484
/proc/meminfo: memFree=1353272/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=0.02
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 765 1697 0 0 0 1 0 1 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
[pid=20476] ppid=20462 vsize=812684 CPUtime=25.2
/proc/20476/stat : 20476 (java) S 20462 20462 19835 0 -1 0 22263 0 1 0 2499 21 0 0 18 0 9 0 624889196 832188416 21441 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20476/statm: 203171 21441 2591 9 0 197205 0
[pid=20476/tid=20477] ppid=20462 vsize=812684 CPUtime=24.68
/proc/20476/task/20477/stat : 20477 (java) R 20462 20462 19835 0 -1 64 14641 0 1 0 2451 17 0 0 25 0 9 0 624889197 832188416 21441 996147200 134512640 134550740 4294955616 18446744073709551615 4127330202 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20478] ppid=20462 vsize=812684 CPUtime=0.14
/proc/20476/task/20478/stat : 20478 (java) S 20462 20462 19835 0 -1 64 5958 0 0 0 12 2 0 0 16 0 9 0 624889199 832188416 21441 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20479] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20479/stat : 20479 (java) S 20462 20462 19835 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 624889199 832188416 21441 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20480] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20480/stat : 20480 (java) S 20462 20462 19835 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 624889199 832188416 21441 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20481] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20481/stat : 20481 (java) S 20462 20462 19835 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 624889201 832188416 21441 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20482] ppid=20462 vsize=812684 CPUtime=0.35
/proc/20476/task/20482/stat : 20482 (java) S 20462 20462 19835 0 -1 64 965 0 0 0 34 1 0 0 16 0 9 0 624889201 832188416 21441 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20483] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20483/stat : 20483 (java) S 20462 20462 19835 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 624889201 832188416 21441 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20476/tid=20484] ppid=20462 vsize=812684 CPUtime=0
/proc/20476/task/20484/stat : 20484 (java) S 20462 20462 19835 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 624889201 832188416 21441 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22

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

/proc/20485/statm: 96174 93748 57 152 0 96019 0
Current children cumulated CPU time (s) 401.48
Current children cumulated vsize (KiB) 432264

[startup+462.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 20526
/proc/meminfo: memFree=1008360/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=59.16
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 799 24033 0 1 0 1 5880 35 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
[pid=20485] ppid=20462 vsize=425860 CPUtime=402.31
/proc/20485/stat : 20485 (minisat) R 20462 20462 19835 0 -1 4194304 104037 0 0 0 40161 70 0 0 25 0 1 0 624895176 436080640 104018 996147200 134512640 135136200 4294955968 18446744073709551615 134529604 0 0 4096 3 0 0 0 17 1 0 0
/proc/20485/statm: 106465 104018 57 152 0 106310 0
Current children cumulated CPU time (s) 461.47
Current children cumulated vsize (KiB) 473428

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 20526
/proc/meminfo: memFree=975464/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=59.16
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 799 24033 0 1 0 1 5880 35 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
[pid=20485] ppid=20462 vsize=459364 CPUtime=462.29
/proc/20485/stat : 20485 (minisat) R 20462 20462 19835 0 -1 4194304 112401 0 0 0 46151 78 0 0 25 0 1 0 624895176 470388736 112382 996147200 134512640 135136200 4294955968 18446744073709551615 134525805 0 0 4096 3 0 0 0 17 1 0 0
/proc/20485/statm: 114841 112382 57 152 0 114686 0
Current children cumulated CPU time (s) 521.45
Current children cumulated vsize (KiB) 506932

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 20526
/proc/meminfo: memFree=933096/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=59.16
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 799 24033 0 1 0 1 5880 35 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
[pid=20485] ppid=20462 vsize=500900 CPUtime=522.27
/proc/20485/stat : 20485 (minisat) R 20462 20462 19835 0 -1 4194304 122814 0 0 0 52143 84 0 0 25 0 1 0 624895176 512921600 122795 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/20485/statm: 125225 122795 57 152 0 125070 0
Current children cumulated CPU time (s) 581.43
Current children cumulated vsize (KiB) 548468

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 20526
/proc/meminfo: memFree=885736/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=59.16
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 799 24033 0 1 0 1 5880 35 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
[pid=20485] ppid=20462 vsize=547660 CPUtime=582.25
/proc/20485/stat : 20485 (minisat) R 20462 20462 19835 0 -1 4194304 134504 0 0 0 58134 91 0 0 25 0 1 0 624895176 560803840 134485 996147200 134512640 135136200 4294955968 18446744073709551615 134525989 0 0 4096 3 0 0 0 17 1 0 0
/proc/20485/statm: 136915 134485 57 152 0 136760 0
Current children cumulated CPU time (s) 641.41
Current children cumulated vsize (KiB) 595228

[startup+702.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 20526
/proc/meminfo: memFree=849512/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=59.16
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 799 24033 0 1 0 1 5880 35 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
[pid=20485] ppid=20462 vsize=584336 CPUtime=642.24
/proc/20485/stat : 20485 (minisat) R 20462 20462 19835 0 -1 4194304 143621 0 0 0 64125 99 0 0 25 0 1 0 624895176 598360064 143602 996147200 134512640 135136200 4294955968 18446744073709551615 134529862 0 0 4096 3 0 0 0 17 1 0 0
/proc/20485/statm: 146084 143602 57 152 0 145929 0
Current children cumulated CPU time (s) 701.4
Current children cumulated vsize (KiB) 631904

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20526
/proc/meminfo: memFree=797224/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=59.16
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 799 24033 0 1 0 1 5880 35 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
[pid=20485] ppid=20462 vsize=635944 CPUtime=702.23
/proc/20485/stat : 20485 (minisat) R 20462 20462 19835 0 -1 4194304 156541 0 0 0 70116 107 0 0 25 0 1 0 624895176 651206656 156522 996147200 134512640 135136200 4294955968 18446744073709551615 134529511 0 0 4096 3 0 0 0 17 1 0 0
/proc/20485/statm: 158986 156522 57 152 0 158831 0
Current children cumulated CPU time (s) 761.39
Current children cumulated vsize (KiB) 683512

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20526
/proc/meminfo: memFree=750696/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=59.16
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 799 24033 0 1 0 1 5880 35 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
[pid=20485] ppid=20462 vsize=682828 CPUtime=762.2
/proc/20485/stat : 20485 (minisat) R 20462 20462 19835 0 -1 4194304 168262 0 0 0 76105 115 0 0 25 0 1 0 624895176 699215872 168243 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/20485/statm: 170707 168243 57 152 0 170552 0
Current children cumulated CPU time (s) 821.36
Current children cumulated vsize (KiB) 730396

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20526
/proc/meminfo: memFree=700584/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=59.16
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 799 24033 0 1 0 1 5880 35 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
[pid=20485] ppid=20462 vsize=732232 CPUtime=822.18
/proc/20485/stat : 20485 (minisat) R 20462 20462 19835 0 -1 4194304 180628 0 0 0 82097 121 0 0 25 0 1 0 624895176 749805568 180609 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/20485/statm: 183058 180609 57 152 0 182903 0
Current children cumulated CPU time (s) 881.34
Current children cumulated vsize (KiB) 779800

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20526
/proc/meminfo: memFree=649704/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=59.16
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 799 24033 0 1 0 1 5880 35 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
[pid=20485] ppid=20462 vsize=783348 CPUtime=882.16
/proc/20485/stat : 20485 (minisat) R 20462 20462 19835 0 -1 4194304 193388 0 0 0 88087 129 0 0 25 0 1 0 624895176 802148352 193369 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/20485/statm: 195837 193369 57 152 0 195682 0
Current children cumulated CPU time (s) 941.32
Current children cumulated vsize (KiB) 830916

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20526
/proc/meminfo: memFree=598504/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=59.16
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 799 24033 0 1 0 1 5880 35 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
[pid=20485] ppid=20462 vsize=834032 CPUtime=942.14
/proc/20485/stat : 20485 (minisat) R 20462 20462 19835 0 -1 4194304 206067 0 0 0 94078 136 0 0 25 0 1 0 624895176 854048768 206048 996147200 134512640 135136200 4294955968 18446744073709551615 134528252 0 0 4096 3 0 0 0 17 1 0 0
/proc/20485/statm: 208508 206048 57 152 0 208353 0
Current children cumulated CPU time (s) 1001.3
Current children cumulated vsize (KiB) 881600



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1058.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20526
/proc/meminfo: memFree=558056/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=59.16
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 799 24033 0 1 0 1 5880 35 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
[pid=20485] ppid=20462 vsize=874080 CPUtime=998.74
/proc/20485/stat : 20485 (minisat) R 20462 20462 19835 0 -1 4194304 216085 0 0 0 99731 143 0 0 25 0 1 0 624895176 895057920 216066 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/20485/statm: 218520 216066 57 152 0 218365 0
Current children cumulated CPU time (s) 1057.9
Current children cumulated vsize (KiB) 921648

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

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

[startup+1058.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20526
/proc/meminfo: memFree=558056/2055920 swapFree=4137148/4192956
[pid=20462] ppid=20460 vsize=47568 CPUtime=59.16
/proc/20462/stat : 20462 (galacM.sh) S 20460 20462 19835 0 -1 4194304 799 24033 0 1 0 1 5880 35 17 0 1 0 624889193 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 270186769242 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20462/statm: 11892 364 245 79 0 219 0
[pid=20485] ppid=20462 vsize=874080 CPUtime=998.74
/proc/20485/stat : 20485 (minisat) R 20462 20462 19835 0 -1 4194304 216085 0 0 0 99731 143 0 0 25 0 1 0 624895176 895057920 216066 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/20485/statm: 218520 216066 57 152 0 218365 0
Current children cumulated CPU time (s) 1057.9
Current children cumulated vsize (KiB) 921648

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20462 and gives
#  childrusage.ru_utime.tv_sec=58
#  childrusage.ru_utime.tv_usec=810059
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=371943
# CPU time returned by wait4() is 59.182
# while last known CPU time is 1057.9
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1058.91
CPU time (s): 1057.9
CPU user time (s): 1056.11
CPU system time (s): 1.79
CPU usage (%): 99.9044
Max. virtual memory (cumulated for all children) (KiB): 921648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.8101
system time used= 0.371943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24832
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= 3592
involuntary context switches= 4888

runsolver used 0.970852 second user time and 2.95055 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-04 01:06:59
IDJOB=1060393
IDBENCH=54447
IDSOLVER=350
FILE ID=node88/1060393-1215126419
PBS_JOBID= 7877203
Free space on /tmp= 66540 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-70.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060393-1215126419/watcher-1060393-1215126419 -o /tmp/evaluation-result-1060393-1215126419/solver-1060393-1215126419 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1060393-1215126419.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 42673f380bfac3cdabf246f9ec4e88d8
RANDOM SEED=2060343003

node88.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.232
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.232
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:       1445032 kB
Buffers:         25280 kB
Cached:         405448 kB
SwapCached:      49964 kB
Active:         296952 kB
Inactive:       273600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445032 kB
SwapTotal:     4192956 kB
SwapFree:      4137148 kB
Dirty:            3604 kB
Writeback:           0 kB
Mapped:         110544 kB
Slab:            25276 kB
Committed_AS:  1694700 kB
PageTables:       2092 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= 66504 MiB
End job on node88 at 2008-07-04 01:24:40