Trace number 1060498

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) 1511.74 1518.02

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-90.xml
MD5SUM242858ec42c86e732417914a325a0e58
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.525919
Satisfiable
(Un)Satisfiability was proved
Number of variables179
Number of constraints8010
Maximum constraint arity3
Maximum domain size90
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8010
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
2.26/2.39	c start processing
2.26/2.39	c start relation processing
2.66/2.79	c start cnf exporting
122.02/122.66	c parsing time : 2.271
122.02/122.66	c preprocessing time : 122.542
122.02/122.66	
122.02/122.66	c Nary constraints - conflicts : 0 supports : 89
122.02/122.66	c Binary constraints - conflicts : 7921 supports :0
122.02/122.66	c max arity constraint : 3
122.02/122.66	c Max Tuples generated 720900
122.02/122.66	c relations : 3
122.02/122.66	c relations BDD: 1
122.02/122.66	c sampling 1/1
122.02/122.66	c vars : 744843 - clauses :  4133250
122.02/122.66	
122.09/122.73	 
122.09/122.73	c --- SAT Solver Stats ---
122.09/122.73	 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.04 4/73 15058
/proc/meminfo: memFree=1529432/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=8652 CPUtime=0
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 346 0 0 0 0 0 0 0 19 0 1 0 625914879 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 2163 280 208 79 0 156 0
[pid=15059] ppid=15058 vsize=8688 CPUtime=0
/proc/15059/stat : 15059 (galacM.sh) R 15058 15058 14218 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 1 0 625914879 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 228043844255 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/15059/statm: 2172 286 209 79 0 165 0
[pid=15060] ppid=15059 vsize=8688 CPUtime=0
/proc/15060/stat : 15060 (galacM.sh) R 15059 15058 14218 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 625914879 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 228043844255 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/15060/statm: 2172 286 209 79 0 165 0

[startup+0.043525 s]
/proc/loadavg: 2.00 2.00 2.04 4/73 15058
/proc/meminfo: memFree=1529432/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=0.01
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.101533 s]
/proc/loadavg: 2.00 2.00 2.04 4/73 15058
/proc/meminfo: memFree=1529432/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=0.01
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301572 s]
/proc/loadavg: 2.00 2.00 2.04 4/73 15058
/proc/meminfo: memFree=1529432/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=0.01
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701649 s]
/proc/loadavg: 2.00 2.00 2.04 4/73 15058
/proc/meminfo: memFree=1529432/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=0.01
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50281 s]
/proc/loadavg: 2.00 2.00 2.04 3/83 15080
/proc/meminfo: memFree=1488064/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=0.01
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
[pid=15072] ppid=15058 vsize=812688 CPUtime=1.45
/proc/15072/stat : 15072 (java) S 15058 15058 14218 0 -1 0 16802 0 1 0 136 9 0 0 18 0 9 0 625914882 832192512 16025 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15072/statm: 203172 16025 2585 9 0 197205 0
[pid=15072/tid=15073] ppid=15058 vsize=812688 CPUtime=1.06
/proc/15072/task/15073/stat : 15073 (java) R 15058 15058 14218 0 -1 64 10755 0 1 0 101 5 0 0 25 0 9 0 625914883 832192512 16025 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15074] ppid=15058 vsize=812688 CPUtime=0.06
/proc/15072/task/15074/stat : 15074 (java) R 15058 15058 14218 0 -1 64 4434 0 0 0 5 1 0 0 17 0 9 0 625914885 832192512 16025 996147200 134512640 134550740 4294955616 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15075] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15075/stat : 15075 (java) S 15058 15058 14218 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 625914885 832192512 16025 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15076] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15076/stat : 15076 (java) S 15058 15058 14218 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 625914885 832192512 16025 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15077] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15077/stat : 15077 (java) S 15058 15058 14218 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 625914887 832192512 16025 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15078] ppid=15058 vsize=812688 CPUtime=0.29
/proc/15072/task/15078/stat : 15078 (java) S 15058 15058 14218 0 -1 64 912 0 0 0 29 0 0 0 15 0 9 0 625914887 832192512 16025 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15079] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15079/stat : 15079 (java) S 15058 15058 14218 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625914887 832192512 16025 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15080] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15080/stat : 15080 (java) S 15058 15058 14218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 625914887 832192512 16025 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) 860244

[startup+3.10113 s]
/proc/loadavg: 2.00 2.00 2.04 3/83 15080
/proc/meminfo: memFree=1473856/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=0.01
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
[pid=15072] ppid=15058 vsize=812688 CPUtime=3.04
/proc/15072/stat : 15072 (java) S 15058 15058 14218 0 -1 0 22025 0 1 0 293 11 0 0 18 0 9 0 625914882 832192512 21246 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15072/statm: 203172 21246 2591 9 0 197205 0
[pid=15072/tid=15073] ppid=15058 vsize=812688 CPUtime=2.51
/proc/15072/task/15073/stat : 15073 (java) R 15058 15058 14218 0 -1 64 14598 0 1 0 244 7 0 0 25 0 9 0 625914883 832192512 21246 996147200 134512640 134550740 4294955616 18446744073709551615 4127382268 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15074] ppid=15058 vsize=812688 CPUtime=0.13
/proc/15072/task/15074/stat : 15074 (java) S 15058 15058 14218 0 -1 64 5762 0 0 0 11 2 0 0 16 0 9 0 625914885 832192512 21246 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15075] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15075/stat : 15075 (java) S 15058 15058 14218 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 625914885 832192512 21246 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15076] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15076/stat : 15076 (java) S 15058 15058 14218 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 625914885 832192512 21246 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15077] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15077/stat : 15077 (java) S 15058 15058 14218 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 625914887 832192512 21246 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15078] ppid=15058 vsize=812688 CPUtime=0.37
/proc/15072/task/15078/stat : 15078 (java) S 15058 15058 14218 0 -1 64 964 0 0 0 37 0 0 0 15 0 9 0 625914887 832192512 21246 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15079] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15079/stat : 15079 (java) S 15058 15058 14218 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625914887 832192512 21246 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15080] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15080/stat : 15080 (java) S 15058 15058 14218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 625914887 832192512 21246 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) 860244

[startup+6.30276 s]
/proc/loadavg: 2.00 2.00 2.04 3/83 15080
/proc/meminfo: memFree=1446592/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=0.01
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
[pid=15072] ppid=15058 vsize=812688 CPUtime=6.23
/proc/15072/stat : 15072 (java) S 15058 15058 14218 0 -1 0 23223 0 1 0 610 13 0 0 18 0 9 0 625914882 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15072/statm: 203172 22437 2591 9 0 197205 0
[pid=15072/tid=15073] ppid=15058 vsize=812688 CPUtime=5.66
/proc/15072/task/15073/stat : 15073 (java) R 15058 15058 14218 0 -1 64 14605 0 1 0 557 9 0 0 25 0 9 0 625914883 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4127345735 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15074] ppid=15058 vsize=812688 CPUtime=0.16
/proc/15072/task/15074/stat : 15074 (java) S 15058 15058 14218 0 -1 64 6953 0 0 0 14 2 0 0 16 0 9 0 625914885 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15075] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15075/stat : 15075 (java) S 15058 15058 14218 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 625914885 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15076] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15076/stat : 15076 (java) S 15058 15058 14218 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 625914885 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15077] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15077/stat : 15077 (java) S 15058 15058 14218 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 625914887 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15078] ppid=15058 vsize=812688 CPUtime=0.37
/proc/15072/task/15078/stat : 15078 (java) S 15058 15058 14218 0 -1 64 964 0 0 0 37 0 0 0 15 0 9 0 625914887 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15079] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15079/stat : 15079 (java) S 15058 15058 14218 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625914887 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15080] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15080/stat : 15080 (java) S 15058 15058 14218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 625914887 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 860244

[startup+12.703 s]
/proc/loadavg: 2.00 2.00 2.04 3/83 15080
/proc/meminfo: memFree=1440320/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=0.01
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
[pid=15072] ppid=15058 vsize=812688 CPUtime=12.61
/proc/15072/stat : 15072 (java) S 15058 15058 14218 0 -1 0 23237 0 1 0 1246 15 0 0 18 0 9 0 625914882 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15072/statm: 203172 22437 2591 9 0 197205 0
[pid=15072/tid=15073] ppid=15058 vsize=812688 CPUtime=12.03
/proc/15072/task/15073/stat : 15073 (java) R 15058 15058 14218 0 -1 64 14619 0 1 0 1193 10 0 0 25 0 9 0 625914883 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4127450566 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15074] ppid=15058 vsize=812688 CPUtime=0.17
/proc/15072/task/15074/stat : 15074 (java) S 15058 15058 14218 0 -1 64 6953 0 0 0 14 3 0 0 16 0 9 0 625914885 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15075] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15075/stat : 15075 (java) S 15058 15058 14218 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 625914885 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15076] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15076/stat : 15076 (java) S 15058 15058 14218 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 625914885 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15077] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15077/stat : 15077 (java) S 15058 15058 14218 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 625914887 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15078] ppid=15058 vsize=812688 CPUtime=0.37
/proc/15072/task/15078/stat : 15078 (java) S 15058 15058 14218 0 -1 64 964 0 0 0 37 0 0 0 15 0 9 0 625914887 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15079] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15079/stat : 15079 (java) S 15058 15058 14218 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625914887 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15080] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15080/stat : 15080 (java) S 15058 15058 14218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 625914887 832192512 22437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 860244

[startup+25.5026 s]
/proc/loadavg: 2.00 2.00 2.04 3/83 15080
/proc/meminfo: memFree=1431752/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=0.01
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
[pid=15072] ppid=15058 vsize=812688 CPUtime=25.34
/proc/15072/stat : 15072 (java) S 15058 15058 14218 0 -1 0 23264 0 1 0 2514 20 0 0 18 0 9 0 625914882 832192512 22440 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15072/statm: 203172 22440 2591 9 0 197205 0
[pid=15072/tid=15073] ppid=15058 vsize=812688 CPUtime=24.76
/proc/15072/task/15073/stat : 15073 (java) R 15058 15058 14218 0 -1 64 14643 0 1 0 2460 16 0 0 25 0 9 0 625914883 832192512 22440 996147200 134512640 134550740 4294955616 18446744073709551615 4127460723 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15074] ppid=15058 vsize=812688 CPUtime=0.19
/proc/15072/task/15074/stat : 15074 (java) S 15058 15058 14218 0 -1 64 6953 0 0 0 16 3 0 0 16 0 9 0 625914885 832192512 22440 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15075] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15075/stat : 15075 (java) S 15058 15058 14218 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 625914885 832192512 22440 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15076] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15076/stat : 15076 (java) S 15058 15058 14218 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 625914885 832192512 22440 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15077] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15077/stat : 15077 (java) S 15058 15058 14218 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 625914887 832192512 22440 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15078] ppid=15058 vsize=812688 CPUtime=0.38
/proc/15072/task/15078/stat : 15078 (java) S 15058 15058 14218 0 -1 64 967 0 0 0 38 0 0 0 16 0 9 0 625914887 832192512 22440 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15079] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15079/stat : 15079 (java) S 15058 15058 14218 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625914887 832192512 22440 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15072/tid=15080] ppid=15058 vsize=812688 CPUtime=0
/proc/15072/task/15080/stat : 15080 (java) S 15058 15058 14218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 625914887 832192512 22440 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35

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

/proc/15081/statm: 117875 113958 57 152 0 117720 0
Current children cumulated CPU time (s) 818.83
Current children cumulated vsize (KiB) 519056

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15109
/proc/meminfo: memFree=982976/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=122.11
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 799 25312 0 1 0 0 12150 61 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
[pid=15081] ppid=15058 vsize=479360 CPUtime=756.48
/proc/15081/stat : 15081 (minisat) R 15058 15058 14218 0 -1 4194304 115950 0 0 0 75570 78 0 0 25 0 1 0 625927152 490864640 115931 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/15081/statm: 119840 115931 57 152 0 119685 0
Current children cumulated CPU time (s) 878.59
Current children cumulated vsize (KiB) 526916

[startup+942.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15109
/proc/meminfo: memFree=972864/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=122.11
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 799 25312 0 1 0 0 12150 61 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
[pid=15081] ppid=15058 vsize=489920 CPUtime=816.24
/proc/15081/stat : 15081 (minisat) R 15058 15058 14218 0 -1 4194304 118601 0 0 0 81544 80 0 0 25 0 1 0 625927152 501678080 118582 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/15081/statm: 122480 118582 57 152 0 122325 0
Current children cumulated CPU time (s) 938.35
Current children cumulated vsize (KiB) 537476

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15109
/proc/meminfo: memFree=921224/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=122.11
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 799 25312 0 1 0 0 12150 61 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
[pid=15081] ppid=15058 vsize=541124 CPUtime=875.99
/proc/15081/stat : 15081 (minisat) R 15058 15058 14218 0 -1 4194304 131378 0 0 0 87512 87 0 0 25 0 1 0 625927152 554110976 131359 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/15081/statm: 135281 131359 57 152 0 135126 0
Current children cumulated CPU time (s) 998.1
Current children cumulated vsize (KiB) 588680

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15109
/proc/meminfo: memFree=878984/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=122.11
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 799 25312 0 1 0 0 12150 61 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
[pid=15081] ppid=15058 vsize=583780 CPUtime=935.75
/proc/15081/stat : 15081 (minisat) R 15058 15058 14218 0 -1 4194304 142020 0 0 0 93480 95 0 0 25 0 1 0 625927152 597790720 142001 996147200 134512640 135136200 4294955968 18446744073709551615 134525965 0 0 4096 3 0 0 0 17 1 0 0
/proc/15081/statm: 145945 142001 57 152 0 145790 0
Current children cumulated CPU time (s) 1057.86
Current children cumulated vsize (KiB) 631336

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15109
/proc/meminfo: memFree=831048/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=122.11
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 799 25312 0 1 0 0 12150 61 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
[pid=15081] ppid=15058 vsize=631156 CPUtime=995.52
/proc/15081/stat : 15081 (minisat) R 15058 15058 14218 0 -1 4194304 153894 0 0 0 99449 103 0 0 25 0 1 0 625927152 646303744 153875 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 1 0 0
/proc/15081/statm: 157789 153875 57 152 0 157634 0
Current children cumulated CPU time (s) 1117.63
Current children cumulated vsize (KiB) 678712

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15109
/proc/meminfo: memFree=773512/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=122.11
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 799 25312 0 1 0 0 12150 61 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
[pid=15081] ppid=15058 vsize=689156 CPUtime=1055.28
/proc/15081/stat : 15081 (minisat) R 15058 15058 14218 0 -1 4194304 168388 0 0 0 105417 111 0 0 25 0 1 0 625927152 705695744 168369 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/15081/statm: 172289 168369 57 152 0 172134 0
Current children cumulated CPU time (s) 1177.39
Current children cumulated vsize (KiB) 736712

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15109
/proc/meminfo: memFree=744840/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=122.11
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 799 25312 0 1 0 0 12150 61 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
[pid=15081] ppid=15058 vsize=717136 CPUtime=1115.04
/proc/15081/stat : 15081 (minisat) R 15058 15058 14218 0 -1 4194304 175337 0 0 0 111388 116 0 0 25 0 1 0 625927152 734347264 175318 996147200 134512640 135136200 4294955968 18446744073709551615 134519993 0 0 4096 3 0 0 0 17 1 0 0
/proc/15081/statm: 179284 175318 57 152 0 179129 0
Current children cumulated CPU time (s) 1237.15
Current children cumulated vsize (KiB) 764692

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15109
/proc/meminfo: memFree=715912/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=122.11
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 799 25312 0 1 0 0 12150 61 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
[pid=15081] ppid=15058 vsize=745524 CPUtime=1174.8
/proc/15081/stat : 15081 (minisat) R 15058 15058 14218 0 -1 4194304 182448 0 0 0 117359 121 0 0 25 0 1 0 625927152 763416576 182429 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/15081/statm: 186381 182429 57 152 0 186226 0
Current children cumulated CPU time (s) 1296.91
Current children cumulated vsize (KiB) 793080

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15109
/proc/meminfo: memFree=683400/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=122.11
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 799 25312 0 1 0 0 12150 61 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
[pid=15081] ppid=15058 vsize=778072 CPUtime=1234.55
/proc/15081/stat : 15081 (minisat) R 15058 15058 14218 0 -1 4194304 190606 0 0 0 123327 128 0 0 25 0 1 0 625927152 796745728 190587 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/15081/statm: 194518 190587 57 152 0 194363 0
Current children cumulated CPU time (s) 1356.66
Current children cumulated vsize (KiB) 825628

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15109
/proc/meminfo: memFree=643336/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=122.11
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 799 25312 0 1 0 0 12150 61 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
[pid=15081] ppid=15058 vsize=817836 CPUtime=1294.32
/proc/15081/stat : 15081 (minisat) R 15058 15058 14218 0 -1 4194304 200554 0 0 0 129296 136 0 0 25 0 1 0 625927152 837464064 200535 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 1 0 0
/proc/15081/statm: 204459 200535 57 152 0 204304 0
Current children cumulated CPU time (s) 1416.43
Current children cumulated vsize (KiB) 865392

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15109
/proc/meminfo: memFree=602824/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=122.11
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 799 25312 0 1 0 0 12150 61 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
[pid=15081] ppid=15058 vsize=858580 CPUtime=1354.07
/proc/15081/stat : 15081 (minisat) R 15058 15058 14218 0 -1 4194304 210723 0 0 0 135264 143 0 0 25 0 1 0 625927152 879185920 210704 996147200 134512640 135136200 4294955968 18446744073709551615 134525805 0 0 4096 3 0 0 0 17 1 0 0
/proc/15081/statm: 214645 210704 57 152 0 214490 0
Current children cumulated CPU time (s) 1476.18
Current children cumulated vsize (KiB) 906136



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1518.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15109
/proc/meminfo: memFree=586952/2055920 swapFree=4165996/4192956
[pid=15058] ppid=15056 vsize=47556 CPUtime=122.11
/proc/15058/stat : 15058 (galacM.sh) S 15056 15058 14218 0 -1 4194304 799 25312 0 1 0 0 12150 61 17 0 1 0 625914879 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 228043451226 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15058/statm: 11889 364 245 79 0 219 0
[pid=15081] ppid=15058 vsize=874080 CPUtime=1389.63
/proc/15081/stat : 15081 (minisat) R 15058 15058 14218 0 -1 4194304 214598 0 0 0 138817 146 0 0 25 0 1 0 625927152 895057920 214579 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/15081/statm: 218520 214579 57 152 0 218365 0
Current children cumulated CPU time (s) 1511.74
Current children cumulated vsize (KiB) 921636

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 15058 and gives
#  childrusage.ru_utime.tv_sec=121
#  childrusage.ru_utime.tv_usec=511527
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=620905
# CPU time returned by wait4() is 122.132
# while last known CPU time is 1511.74
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1518.02
CPU time (s): 1511.74
CPU user time (s): 1509.67
CPU system time (s): 2.07
CPU usage (%): 99.5864
Max. virtual memory (cumulated for all children) (KiB): 921636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.512
system time used= 0.620905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26111
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= 5630
involuntary context switches= 7213

runsolver used 1.41678 second user time and 4.23136 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-04 01:16:11
IDJOB=1060498
IDBENCH=54456
IDSOLVER=350
FILE ID=node77/1060498-1215126971
PBS_JOBID= 7877223
Free space on /tmp= 66496 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 242858ec42c86e732417914a325a0e58
RANDOM SEED=1128903032

node77.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.274
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.274
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1529920 kB
Buffers:         82416 kB
Cached:         336184 kB
SwapCached:      20884 kB
Active:         221224 kB
Inactive:       228064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1529920 kB
SwapTotal:     4192956 kB
SwapFree:      4165996 kB
Dirty:            4000 kB
Writeback:           0 kB
Mapped:          37820 kB
Slab:            62224 kB
Committed_AS:  1129724 kB
PageTables:       1744 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= 66420 MiB
End job on node77 at 2008-07-04 01:41:31