Trace number 1100542

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 MUNSAT 971.285 973.982

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-76_ext.xml
MD5SUMb7d6815ddb89ad9e349ee6c0e6d6f674
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.92225
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
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 ---
2.23/2.37	c start processing
2.23/2.37	c start relation processing
4.01/4.18	c start cnf exporting
22.63/22.93	c parsing time : 2.244
22.63/22.93	c preprocessing time : 22.799
22.63/22.93	
22.63/22.93	c Nary constraints - conflicts : 0 supports : 0
22.63/22.93	c Binary constraints - conflicts : 0 supports :84
22.63/22.93	c max arity constraint : 2
22.63/22.93	c Max Tuples generated 0
22.63/22.93	c relations : 84
22.63/22.93	c relations BDD: 0
22.63/22.93	c sampling 0/0
22.63/22.93	c vars : 7201 - clauses :  674680
22.63/22.93	
22.63/22.97	 
22.63/22.97	c --- SAT Solver Stats ---
22.63/22.97	 
971.17/973.93	c restarts              : 15
971.17/973.93	c conflicts             : 83447          (88 /sec)
971.17/973.93	c decisions             : 159639         (1.56 % random) (168 /sec)
971.17/973.93	c propagations          : 68382063       (72141 /sec)
971.17/973.93	c conflict literals     : 45765223       (17.62 % deleted)
971.17/973.93	c Memory used           : 251.08 MB
971.17/973.93	c CPU time              : 947.899 s
971.17/973.93	
971.17/973.93	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1100542-1215287297/watcher-1100542-1215287297 -o /tmp/evaluation-result-1100542-1215287297/solver-1100542-1215287297 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1100542-1215287297.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.02 2.01 2.00 4/73 24633
/proc/meminfo: memFree=1633384/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=5228 CPUtime=0
/proc/24633/stat : 24633 (galacM.sh) R 24631 24633 22262 0 -1 4194304 63 0 0 0 0 0 0 0 20 0 1 0 2007705117 5353472 48 996147200 4194304 4520092 548682068832 18446744073709551615 233630133906 0 0 4096 0 0 0 0 17 1 0 0
/proc/24633/statm: 1307 48 37 79 0 105 0

[startup+0.0459259 s]
/proc/loadavg: 2.02 2.01 2.00 4/73 24633
/proc/meminfo: memFree=1633384/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=0
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 765 1698 0 0 0 0 0 0 18 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+0.102572 s]
/proc/loadavg: 2.02 2.01 2.00 4/73 24633
/proc/meminfo: memFree=1633384/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=0
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 765 1698 0 0 0 0 0 0 18 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+0.30258 s]
/proc/loadavg: 2.02 2.01 2.00 4/73 24633
/proc/meminfo: memFree=1633384/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=0
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 765 1698 0 0 0 0 0 0 18 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+0.702611 s]
/proc/loadavg: 2.02 2.01 2.00 4/73 24633
/proc/meminfo: memFree=1633384/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=0
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 765 1698 0 0 0 0 0 0 18 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+1.50168 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 24655
/proc/meminfo: memFree=1562968/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=0
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 765 1698 0 0 0 0 0 0 18 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24647] ppid=24633 vsize=812732 CPUtime=1.43
/proc/24647/stat : 24647 (java) S 24633 24633 22262 0 -1 0 22479 0 1 0 131 12 0 0 18 0 9 0 2007705121 832237568 21897 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24647/statm: 203183 21897 1887 9 0 197164 0
[pid=24647/tid=24648] ppid=24633 vsize=812732 CPUtime=1.2
/proc/24647/task/24648/stat : 24648 (java) R 24633 24633 22262 0 -1 64 14476 0 1 0 112 8 0 0 25 0 9 0 2007705122 832237568 21897 996147200 134512640 134550740 4294955600 18446744073709551615 4126736817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24649] ppid=24633 vsize=812732 CPUtime=0.08
/proc/24647/task/24649/stat : 24649 (java) S 24633 24633 22262 0 -1 64 6541 0 0 0 6 2 0 0 16 0 9 0 2007705124 832237568 21897 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24650] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24650/stat : 24650 (java) S 24633 24633 22262 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2007705124 832237568 21897 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24651] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24651/stat : 24651 (java) S 24633 24633 22262 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007705124 832237568 21897 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24652] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24652/stat : 24652 (java) S 24633 24633 22262 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007705126 832237568 21897 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24653] ppid=24633 vsize=812732 CPUtime=0.12
/proc/24647/task/24653/stat : 24653 (java) S 24633 24633 22262 0 -1 64 763 0 0 0 12 0 0 0 16 0 9 0 2007705126 832237568 21897 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24654] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24654/stat : 24654 (java) S 24633 24633 22262 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007705126 832237568 21897 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24655] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24655/stat : 24655 (java) S 24633 24633 22262 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007705126 832237568 21897 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 860296

[startup+3.1018 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 24655
/proc/meminfo: memFree=1549592/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=0
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 765 1698 0 0 0 0 0 0 18 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24647] ppid=24633 vsize=812732 CPUtime=3.02
/proc/24647/stat : 24647 (java) S 24633 24633 22262 0 -1 0 24430 0 1 0 288 14 0 0 18 0 9 0 2007705121 832237568 23844 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24647/statm: 203183 23844 1890 9 0 197164 0
[pid=24647/tid=24648] ppid=24633 vsize=812732 CPUtime=2.67
/proc/24647/task/24648/stat : 24648 (java) R 24633 24633 22262 0 -1 64 14485 0 1 0 258 9 0 0 25 0 9 0 2007705122 832237568 23844 996147200 134512640 134550740 4294955600 18446744073709551615 4126844230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24649] ppid=24633 vsize=812732 CPUtime=0.17
/proc/24647/task/24649/stat : 24649 (java) S 24633 24633 22262 0 -1 64 8461 0 0 0 14 3 0 0 16 0 9 0 2007705124 832237568 23844 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24650] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24650/stat : 24650 (java) S 24633 24633 22262 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2007705124 832237568 23844 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24651] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24651/stat : 24651 (java) S 24633 24633 22262 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007705124 832237568 23844 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24652] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24652/stat : 24652 (java) S 24633 24633 22262 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007705126 832237568 23844 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24653] ppid=24633 vsize=812732 CPUtime=0.15
/proc/24647/task/24653/stat : 24653 (java) S 24633 24633 22262 0 -1 64 785 0 0 0 15 0 0 0 16 0 9 0 2007705126 832237568 23844 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24654] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24654/stat : 24654 (java) S 24633 24633 22262 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007705126 832237568 23844 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24655] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24655/stat : 24655 (java) S 24633 24633 22262 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007705126 832237568 23844 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860296

[startup+6.30207 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 24655
/proc/meminfo: memFree=1529304/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=0
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 765 1698 0 0 0 0 0 0 18 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24647] ppid=24633 vsize=812732 CPUtime=6.2
/proc/24647/stat : 24647 (java) S 24633 24633 22262 0 -1 0 27998 0 1 0 602 18 0 0 18 0 9 0 2007705121 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24647/statm: 203183 27403 1912 9 0 197164 0
[pid=24647/tid=24648] ppid=24633 vsize=812732 CPUtime=5.62
/proc/24647/task/24648/stat : 24648 (java) R 24633 24633 22262 0 -1 64 14534 0 1 0 552 10 0 0 25 0 9 0 2007705122 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4126851644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24649] ppid=24633 vsize=812732 CPUtime=0.33
/proc/24647/task/24649/stat : 24649 (java) S 24633 24633 22262 0 -1 64 11938 0 0 0 28 5 0 0 16 0 9 0 2007705124 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24650] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24650/stat : 24650 (java) S 24633 24633 22262 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007705124 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24651] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24651/stat : 24651 (java) S 24633 24633 22262 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007705124 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24652] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24652/stat : 24652 (java) S 24633 24633 22262 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007705126 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24653] ppid=24633 vsize=812732 CPUtime=0.2
/proc/24647/task/24653/stat : 24653 (java) S 24633 24633 22262 0 -1 64 827 0 0 0 20 0 0 0 16 0 9 0 2007705126 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24654] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24654/stat : 24654 (java) S 24633 24633 22262 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007705126 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24655] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24655/stat : 24655 (java) S 24633 24633 22262 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007705126 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860296

[startup+12.7026 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 24655
/proc/meminfo: memFree=1523480/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=0
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 765 1698 0 0 0 0 0 0 18 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24647] ppid=24633 vsize=812732 CPUtime=12.53
/proc/24647/stat : 24647 (java) S 24633 24633 22262 0 -1 0 28011 0 1 0 1232 21 0 0 18 0 9 0 2007705121 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24647/statm: 203183 27403 1912 9 0 197164 0
[pid=24647/tid=24648] ppid=24633 vsize=812732 CPUtime=11.95
/proc/24647/task/24648/stat : 24648 (java) R 24633 24633 22262 0 -1 64 14547 0 1 0 1182 13 0 0 25 0 9 0 2007705122 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4126770324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24649] ppid=24633 vsize=812732 CPUtime=0.34
/proc/24647/task/24649/stat : 24649 (java) S 24633 24633 22262 0 -1 64 11938 0 0 0 29 5 0 0 16 0 9 0 2007705124 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24650] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24650/stat : 24650 (java) S 24633 24633 22262 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007705124 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24651] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24651/stat : 24651 (java) S 24633 24633 22262 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007705124 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24652] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24652/stat : 24652 (java) S 24633 24633 22262 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007705126 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24653] ppid=24633 vsize=812732 CPUtime=0.2
/proc/24647/task/24653/stat : 24653 (java) S 24633 24633 22262 0 -1 64 827 0 0 0 20 0 0 0 16 0 9 0 2007705126 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24654] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24654/stat : 24654 (java) S 24633 24633 22262 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007705126 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24655] ppid=24633 vsize=812732 CPUtime=0
/proc/24647/task/24655/stat : 24655 (java) S 24633 24633 22262 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007705126 832237568 27403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860296

[startup+25.5026 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 24656
/proc/meminfo: memFree=1588056/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=22.7
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 799 29751 0 1 0 0 2242 28 17 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24656] ppid=24633 vsize=33816 CPUtime=2.5
/proc/24656/stat : 24656 (minisat) R 24633 24633 22262 0 -1 4194304 8330 0 0 0 244 6 0 0 25 0 1 0 2007707415 34627584 8311 996147200 134512640 135136200 4294955968 18446744073709551615 134528158 0 0 4096 3 0 0 0 17 1 0 0
/proc/24656/statm: 8454 8311 57 152 0 8299 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 81380

[startup+51.1027 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 24656
/proc/meminfo: memFree=1566104/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=22.7
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 799 29751 0 1 0 0 2242 28 17 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24656] ppid=24633 vsize=55792 CPUtime=27.85
/proc/24656/stat : 24656 (minisat) R 24633 24633 22262 0 -1 4194304 13801 0 0 0 2774 11 0 0 25 0 1 0 2007707415 57131008 13782 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/24656/statm: 13948 13782 57 152 0 13793 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 103356

[startup+102.308 s]
/proc/loadavg: 2.09 2.03 2.00 3/75 24656
/proc/meminfo: memFree=1540184/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=22.7
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 799 29751 0 1 0 0 2242 28 17 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24656] ppid=24633 vsize=81696 CPUtime=78.58
/proc/24656/stat : 24656 (minisat) R 24633 24633 22262 0 -1 4194304 20208 0 0 0 7839 19 0 0 25 0 1 0 2007707415 83656704 20189 996147200 134512640 135136200 4294955968 18446744073709551615 134529491 0 0 4096 3 0 0 0 17 1 0 0

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


[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 24707
/proc/meminfo: memFree=1452440/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=22.7
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 799 29751 0 1 0 0 2242 28 17 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24656] ppid=24633 vsize=203784 CPUtime=617
/proc/24656/stat : 24656 (minisat) R 24633 24633 22262 0 -1 4194304 50074 0 0 0 61651 49 0 0 25 0 1 0 2007707415 208674816 50055 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/24656/statm: 50946 50055 57 152 0 50791 0
Current children cumulated CPU time (s) 639.7
Current children cumulated vsize (KiB) 251348

[startup+702.302 s]
/proc/loadavg: 2.08 2.02 2.01 3/76 24707
/proc/meminfo: memFree=1440600/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=22.7
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 799 29751 0 1 0 0 2242 28 17 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24656] ppid=24633 vsize=216004 CPUtime=676.98
/proc/24656/stat : 24656 (minisat) R 24633 24633 22262 0 -1 4194304 53024 0 0 0 67646 52 0 0 25 0 1 0 2007707415 221188096 53005 996147200 134512640 135136200 4294955968 18446744073709551615 134529491 0 0 4096 3 0 0 0 17 0 0 0
/proc/24656/statm: 54001 53005 57 152 0 53846 0
Current children cumulated CPU time (s) 699.68
Current children cumulated vsize (KiB) 263568

[startup+762.307 s]
/proc/loadavg: 2.09 2.03 2.00 3/76 24707
/proc/meminfo: memFree=1429784/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=22.7
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 799 29751 0 1 0 0 2242 28 17 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24656] ppid=24633 vsize=226932 CPUtime=736.96
/proc/24656/stat : 24656 (minisat) R 24633 24633 22262 0 -1 4194304 55623 0 0 0 73641 55 0 0 25 0 1 0 2007707415 232378368 55604 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/24656/statm: 56733 55604 57 152 0 56578 0
Current children cumulated CPU time (s) 759.66
Current children cumulated vsize (KiB) 274496

[startup+822.302 s]
/proc/loadavg: 2.09 2.04 2.00 3/76 24713
/proc/meminfo: memFree=1419736/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=22.7
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 799 29751 0 1 0 0 2242 28 17 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24656] ppid=24633 vsize=237300 CPUtime=796.94
/proc/24656/stat : 24656 (minisat) R 24633 24633 22262 0 -1 4194304 58102 0 0 0 79636 58 0 0 25 0 1 0 2007707415 242995200 58083 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/24656/statm: 59325 58083 57 152 0 59170 0
Current children cumulated CPU time (s) 819.64
Current children cumulated vsize (KiB) 284864

[startup+882.302 s]
/proc/loadavg: 2.08 2.04 2.00 3/76 24713
/proc/meminfo: memFree=1410712/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=22.7
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 799 29751 0 1 0 0 2242 28 17 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24656] ppid=24633 vsize=246376 CPUtime=856.91
/proc/24656/stat : 24656 (minisat) R 24633 24633 22262 0 -1 4194304 60313 0 0 0 85632 59 0 0 25 0 1 0 2007707415 252289024 60294 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/24656/statm: 61594 60294 57 152 0 61439 0
Current children cumulated CPU time (s) 879.61
Current children cumulated vsize (KiB) 293940

[startup+942.302 s]
/proc/loadavg: 2.03 2.03 2.00 3/76 24713
/proc/meminfo: memFree=1400856/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=22.7
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 799 29751 0 1 0 0 2242 28 17 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24656] ppid=24633 vsize=253560 CPUtime=916.89
/proc/24656/stat : 24656 (minisat) R 24633 24633 22262 0 -1 4194304 62021 0 0 0 91629 60 0 0 25 0 1 0 2007707415 259645440 62002 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/24656/statm: 63390 62002 57 152 0 63235 0
Current children cumulated CPU time (s) 939.59
Current children cumulated vsize (KiB) 301124

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

[startup+947.106 s]
/proc/loadavg: 2.02 2.03 2.00 3/76 24713
/proc/meminfo: memFree=1400216/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=22.7
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 799 29751 0 1 0 0 2242 28 17 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24656] ppid=24633 vsize=253896 CPUtime=921.69
/proc/24656/stat : 24656 (minisat) R 24633 24633 22262 0 -1 4194304 62095 0 0 0 92109 60 0 0 25 0 1 0 2007707415 259989504 62076 996147200 134512640 135136200 4294955968 18446744073709551615 134529577 0 0 4096 3 0 0 0 17 0 0 0
/proc/24656/statm: 63474 62076 57 152 0 63319 0
Current children cumulated CPU time (s) 944.39
Current children cumulated vsize (KiB) 301460

[startup+959.901 s]
/proc/loadavg: 2.02 2.03 2.00 3/76 24713
/proc/meminfo: memFree=1397528/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=22.7
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 799 29751 0 1 0 0 2242 28 17 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24656] ppid=24633 vsize=255964 CPUtime=934.49
/proc/24656/stat : 24656 (minisat) R 24633 24633 22262 0 -1 4194304 62623 0 0 0 93388 61 0 0 25 0 1 0 2007707415 262107136 62604 996147200 134512640 135136200 4294955968 18446744073709551615 134525989 0 0 4096 3 0 0 0 17 0 0 0
/proc/24656/statm: 63991 62604 57 152 0 63836 0
Current children cumulated CPU time (s) 957.19
Current children cumulated vsize (KiB) 303528

[startup+966.303 s]
/proc/loadavg: 2.02 2.03 2.00 3/76 24713
/proc/meminfo: memFree=1396120/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=22.7
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 799 29751 0 1 0 0 2242 28 17 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24656] ppid=24633 vsize=256732 CPUtime=940.88
/proc/24656/stat : 24656 (minisat) R 24633 24633 22262 0 -1 4194304 62817 0 0 0 94027 61 0 0 25 0 1 0 2007707415 262893568 62798 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/24656/statm: 64183 62798 57 152 0 64028 0
Current children cumulated CPU time (s) 963.58
Current children cumulated vsize (KiB) 304296

[startup+969.502 s]
/proc/loadavg: 2.02 2.03 2.00 3/76 24713
/proc/meminfo: memFree=1395736/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=22.7
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 799 29751 0 1 0 0 2242 28 17 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24656] ppid=24633 vsize=257100 CPUtime=944.08
/proc/24656/stat : 24656 (minisat) R 24633 24633 22262 0 -1 4194304 62882 0 0 0 94347 61 0 0 25 0 1 0 2007707415 263270400 62863 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/24656/statm: 64275 62863 57 152 0 64120 0
Current children cumulated CPU time (s) 966.78
Current children cumulated vsize (KiB) 304664

[startup+971.101 s]
/proc/loadavg: 2.02 2.03 2.00 3/76 24713
/proc/meminfo: memFree=1395608/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=22.7
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 799 29751 0 1 0 0 2242 28 17 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24656] ppid=24633 vsize=257100 CPUtime=945.68
/proc/24656/stat : 24656 (minisat) R 24633 24633 22262 0 -1 4194304 62887 0 0 0 94507 61 0 0 25 0 1 0 2007707415 263270400 62868 996147200 134512640 135136200 4294955968 18446744073709551615 134529500 0 0 4096 3 0 0 0 17 0 0 0
/proc/24656/statm: 64275 62868 57 152 0 64120 0
Current children cumulated CPU time (s) 968.38
Current children cumulated vsize (KiB) 304664

[startup+972.701 s]
/proc/loadavg: 2.01 2.03 2.00 3/76 24713
/proc/meminfo: memFree=1395480/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=22.7
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 799 29751 0 1 0 0 2242 28 17 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24656] ppid=24633 vsize=257100 CPUtime=947.28
/proc/24656/stat : 24656 (minisat) R 24633 24633 22262 0 -1 4194304 62888 0 0 0 94667 61 0 0 25 0 1 0 2007707415 263270400 62869 996147200 134512640 135136200 4294955968 18446744073709551615 134522115 0 0 4096 3 0 0 0 17 0 0 0
/proc/24656/statm: 64275 62869 57 152 0 64120 0
Current children cumulated CPU time (s) 969.98
Current children cumulated vsize (KiB) 304664

[startup+973.506 s]
/proc/loadavg: 2.01 2.03 2.00 3/76 24713
/proc/meminfo: memFree=1395416/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=22.7
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 799 29751 0 1 0 0 2242 28 17 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24656] ppid=24633 vsize=257100 CPUtime=948.08
/proc/24656/stat : 24656 (minisat) R 24633 24633 22262 0 -1 4194304 62888 0 0 0 94747 61 0 0 25 0 1 0 2007707415 263270400 62869 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/24656/statm: 64275 62869 57 152 0 64120 0
Current children cumulated CPU time (s) 970.78
Current children cumulated vsize (KiB) 304664

[startup+973.901 s]
/proc/loadavg: 2.01 2.03 2.00 3/76 24713
/proc/meminfo: memFree=1395416/2055920 swapFree=4180472/4192956
[pid=24633] ppid=24631 vsize=47564 CPUtime=22.7
/proc/24633/stat : 24633 (galacM.sh) S 24631 24633 22262 0 -1 4194304 799 29751 0 1 0 0 2242 28 17 0 1 0 2007705117 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24633/statm: 11891 364 245 79 0 219 0
[pid=24656] ppid=24633 vsize=257100 CPUtime=948.47
/proc/24656/stat : 24656 (minisat) R 24633 24633 22262 0 -1 4194304 62888 0 0 0 94786 61 0 0 25 0 1 0 2007707415 263270400 62869 996147200 134512640 135136200 4294955968 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 0 0 0
/proc/24656/statm: 64275 62869 57 152 0 64120 0
Current children cumulated CPU time (s) 971.17
Current children cumulated vsize (KiB) 304664

Child status: 0
Real time (s): 973.982
CPU time (s): 971.285
CPU user time (s): 970.328
CPU system time (s): 0.956854
CPU usage (%): 99.7231
Max. virtual memory (cumulated for all children) (KiB): 860296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 970.328
system time used= 0.956854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93656
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= 1531
involuntary context switches= 9466

runsolver used 1.14882 second user time and 3.2885 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-05 21:48:17
IDJOB=1100542
IDBENCH=59929
IDSOLVER=350
FILE ID=node3/1100542-1215287297
PBS_JOBID= 7882252
Free space on /tmp= 66532 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-76_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100542-1215287297/watcher-1100542-1215287297 -o /tmp/evaluation-result-1100542-1215287297/solver-1100542-1215287297 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1100542-1215287297.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b7d6815ddb89ad9e349ee6c0e6d6f674
RANDOM SEED=1456770930

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1633928 kB
Buffers:         55688 kB
Cached:         225776 kB
SwapCached:       6720 kB
Active:         262928 kB
Inactive:       104668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1633928 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            4848 kB
Writeback:           0 kB
Mapped:          92392 kB
Slab:            39716 kB
Committed_AS:  3563372 kB
PageTables:       1956 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= 66524 MiB
End job on node3 at 2008-07-05 22:04:31