Trace number 1100432

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 609.669 610.144

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-63_ext.xml
MD5SUM0e566d9c333cc3028bf54580af84403c
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.39233
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.05/2.12	c start processing
2.05/2.13	c start relation processing
3.63/3.79	c start cnf exporting
21.36/21.64	c parsing time : 2.015
21.36/21.64	c preprocessing time : 21.527
21.36/21.64	
21.36/21.64	c Nary constraints - conflicts : 0 supports : 0
21.36/21.64	c Binary constraints - conflicts : 0 supports :84
21.36/21.64	c max arity constraint : 2
21.36/21.64	c Max Tuples generated 0
21.36/21.64	c relations : 84
21.36/21.64	c relations BDD: 0
21.36/21.64	c sampling 0/0
21.36/21.64	c vars : 7201 - clauses :  674680
21.36/21.64	
21.36/21.68	 
21.36/21.68	c --- SAT Solver Stats ---
21.36/21.68	 
609.50/610.10	c restarts              : 15
609.50/610.10	c conflicts             : 70298          (120 /sec)
609.50/610.10	c decisions             : 129333         (1.49 % random) (220 /sec)
609.50/610.10	c propagations          : 52600296       (89490 /sec)
609.50/610.10	c conflict literals     : 35718104       (19.83 % deleted)
609.50/610.10	c Memory used           : 205.34 MB
609.50/610.10	c CPU time              : 587.777 s
609.50/610.10	
609.50/610.10	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-1100432-1215287060/watcher-1100432-1215287060 -o /tmp/evaluation-result-1100432-1215287060/solver-1100432-1215287060 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1100432-1215287060.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 1.99 1.99 4/81 29674
/proc/meminfo: memFree=1545752/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=8652 CPUtime=0
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 2007678368 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29674/statm: 2163 280 208 79 0 156 0
[pid=29675] ppid=29674 vsize=8688 CPUtime=0
/proc/29675/stat : 29675 (galacM.sh) R 29674 29674 27488 0 -1 4194368 26 0 0 0 0 0 0 0 19 0 1 0 2007678368 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 269930261151 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/29675/statm: 2172 286 209 79 0 165 0
[pid=29676] ppid=29675 vsize=8688 CPUtime=0
/proc/29676/stat : 29676 (galacM.sh) R 29675 29674 27488 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 2007678368 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 269930261151 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/29676/statm: 2172 286 209 79 0 165 0

[startup+0.074845 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 29674
/proc/meminfo: memFree=1545752/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=0.01
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.101849 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 29674
/proc/meminfo: memFree=1545752/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=0.01
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.301872 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 29674
/proc/meminfo: memFree=1545752/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=0.01
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.701917 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 29674
/proc/meminfo: memFree=1545752/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=0.01
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.50301 s]
/proc/loadavg: 2.08 2.00 2.00 3/91 29696
/proc/meminfo: memFree=1475272/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=0.01
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29688] ppid=29674 vsize=812628 CPUtime=1.44
/proc/29688/stat : 29688 (java) S 29674 29674 27488 0 -1 0 22498 0 1 0 133 11 0 0 18 0 9 0 2007678371 832131072 21916 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29688/statm: 203157 21916 1889 9 0 197138 0
[pid=29688/tid=29689] ppid=29674 vsize=812628 CPUtime=1.23
/proc/29688/task/29689/stat : 29689 (java) R 29674 29674 27488 0 -1 64 14479 0 1 0 115 8 0 0 25 0 9 0 2007678372 832131072 21916 996147200 134512640 134550740 4294955600 18446744073709551615 4126738421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29690] ppid=29674 vsize=812628 CPUtime=0.07
/proc/29688/task/29690/stat : 29690 (java) S 29674 29674 27488 0 -1 64 6566 0 0 0 6 1 0 0 16 0 9 0 2007678373 832131072 21916 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29691] ppid=29674 vsize=812628 CPUtime=0
/proc/29688/task/29691/stat : 29691 (java) S 29674 29674 27488 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007678373 832131072 21916 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29692] ppid=29674 vsize=812628 CPUtime=0
/proc/29688/task/29692/stat : 29692 (java) S 29674 29674 27488 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007678373 832131072 21916 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29693] ppid=29674 vsize=812628 CPUtime=0
/proc/29688/task/29693/stat : 29693 (java) S 29674 29674 27488 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007678375 832131072 21916 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29694] ppid=29674 vsize=812628 CPUtime=0.11
/proc/29688/task/29694/stat : 29694 (java) S 29674 29674 27488 0 -1 64 753 0 0 0 11 0 0 0 16 0 9 0 2007678375 832131072 21916 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29695] ppid=29674 vsize=812628 CPUtime=0
/proc/29688/task/29695/stat : 29695 (java) S 29674 29674 27488 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007678375 832131072 21916 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29696] ppid=29674 vsize=812628 CPUtime=0
/proc/29688/task/29696/stat : 29696 (java) S 29674 29674 27488 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007678375 832131072 21916 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860180

[startup+3.10218 s]
/proc/loadavg: 2.08 2.00 2.00 3/91 29696
/proc/meminfo: memFree=1456776/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=0.01
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29688] ppid=29674 vsize=812628 CPUtime=3.03
/proc/29688/stat : 29688 (java) S 29674 29674 27488 0 -1 0 24415 0 1 0 291 12 0 0 18 0 9 0 2007678371 832131072 23828 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29688/statm: 203157 23828 1892 9 0 197138 0
[pid=29688/tid=29689] ppid=29674 vsize=812628 CPUtime=2.72
/proc/29688/task/29689/stat : 29689 (java) R 29674 29674 27488 0 -1 64 14494 0 1 0 264 8 0 0 25 0 9 0 2007678372 832131072 23828 996147200 134512640 134550740 4294955600 18446744073709551615 4126835550 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29690] ppid=29674 vsize=812628 CPUtime=0.14
/proc/29688/task/29690/stat : 29690 (java) S 29674 29674 27488 0 -1 64 8447 0 0 0 12 2 0 0 17 0 9 0 2007678373 832131072 23828 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29691] ppid=29674 vsize=812628 CPUtime=0
/proc/29688/task/29691/stat : 29691 (java) S 29674 29674 27488 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007678373 832131072 23828 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29692] ppid=29674 vsize=812628 CPUtime=0
/proc/29688/task/29692/stat : 29692 (java) S 29674 29674 27488 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007678373 832131072 23828 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29693] ppid=29674 vsize=812628 CPUtime=0
/proc/29688/task/29693/stat : 29693 (java) S 29674 29674 27488 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007678375 832131072 23828 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29694] ppid=29674 vsize=812628 CPUtime=0.13
/proc/29688/task/29694/stat : 29694 (java) S 29674 29674 27488 0 -1 64 774 0 0 0 13 0 0 0 16 0 9 0 2007678375 832131072 23828 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29695] ppid=29674 vsize=812628 CPUtime=0
/proc/29688/task/29695/stat : 29695 (java) S 29674 29674 27488 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007678375 832131072 23828 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29696] ppid=29674 vsize=812628 CPUtime=0
/proc/29688/task/29696/stat : 29696 (java) S 29674 29674 27488 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007678375 832131072 23828 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860180

[startup+6.30155 s]
/proc/loadavg: 2.07 2.00 2.00 3/91 29696
/proc/meminfo: memFree=1438920/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=0.01
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29688] ppid=29674 vsize=812760 CPUtime=6.2
/proc/29688/stat : 29688 (java) S 29674 29674 27488 0 -1 0 28606 0 1 0 605 15 0 0 18 0 9 0 2007678371 832266240 28010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29688/statm: 203190 28010 1914 9 0 197171 0
[pid=29688/tid=29689] ppid=29674 vsize=812760 CPUtime=5.68
/proc/29688/task/29689/stat : 29689 (java) R 29674 29674 27488 0 -1 64 14544 0 1 0 559 9 0 0 25 0 9 0 2007678372 832266240 28010 996147200 134512640 134550740 4294955600 18446744073709551615 4126634812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29690] ppid=29674 vsize=812760 CPUtime=0.31
/proc/29688/task/29690/stat : 29690 (java) S 29674 29674 27488 0 -1 64 12547 0 0 0 27 4 0 0 16 0 9 0 2007678373 832266240 28010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29691] ppid=29674 vsize=812760 CPUtime=0
/proc/29688/task/29691/stat : 29691 (java) S 29674 29674 27488 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007678373 832266240 28010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29692] ppid=29674 vsize=812760 CPUtime=0
/proc/29688/task/29692/stat : 29692 (java) S 29674 29674 27488 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007678373 832266240 28010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29693] ppid=29674 vsize=812760 CPUtime=0
/proc/29688/task/29693/stat : 29693 (java) S 29674 29674 27488 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007678375 832266240 28010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29694] ppid=29674 vsize=812760 CPUtime=0.18
/proc/29688/task/29694/stat : 29694 (java) S 29674 29674 27488 0 -1 64 815 0 0 0 18 0 0 0 16 0 9 0 2007678375 832266240 28010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29695] ppid=29674 vsize=812760 CPUtime=0
/proc/29688/task/29695/stat : 29695 (java) S 29674 29674 27488 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007678375 832266240 28010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29696] ppid=29674 vsize=812760 CPUtime=0
/proc/29688/task/29696/stat : 29696 (java) S 29674 29674 27488 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007678375 832266240 28010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860312

[startup+12.7013 s]
/proc/loadavg: 2.07 2.00 2.00 3/91 29696
/proc/meminfo: memFree=1432968/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=0.01
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29688] ppid=29674 vsize=812760 CPUtime=12.54
/proc/29688/stat : 29688 (java) S 29674 29674 27488 0 -1 0 28620 0 1 0 1236 18 0 0 18 0 9 0 2007678371 832266240 28010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29688/statm: 203190 28010 1914 9 0 197171 0
[pid=29688/tid=29689] ppid=29674 vsize=812760 CPUtime=12.01
/proc/29688/task/29689/stat : 29689 (java) R 29674 29674 27488 0 -1 64 14558 0 1 0 1189 12 0 0 25 0 9 0 2007678372 832266240 28010 996147200 134512640 134550740 4294955600 18446744073709551615 103841076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29690] ppid=29674 vsize=812760 CPUtime=0.31
/proc/29688/task/29690/stat : 29690 (java) S 29674 29674 27488 0 -1 64 12547 0 0 0 27 4 0 0 16 0 9 0 2007678373 832266240 28010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29691] ppid=29674 vsize=812760 CPUtime=0
/proc/29688/task/29691/stat : 29691 (java) S 29674 29674 27488 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007678373 832266240 28010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29692] ppid=29674 vsize=812760 CPUtime=0
/proc/29688/task/29692/stat : 29692 (java) S 29674 29674 27488 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007678373 832266240 28010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29693] ppid=29674 vsize=812760 CPUtime=0
/proc/29688/task/29693/stat : 29693 (java) S 29674 29674 27488 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007678375 832266240 28010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29694] ppid=29674 vsize=812760 CPUtime=0.18
/proc/29688/task/29694/stat : 29694 (java) S 29674 29674 27488 0 -1 64 815 0 0 0 18 0 0 0 16 0 9 0 2007678375 832266240 28010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29695] ppid=29674 vsize=812760 CPUtime=0
/proc/29688/task/29695/stat : 29695 (java) S 29674 29674 27488 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007678375 832266240 28010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29688/tid=29696] ppid=29674 vsize=812760 CPUtime=0
/proc/29688/task/29696/stat : 29696 (java) S 29674 29674 27488 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007678375 832266240 28010 996147200 134512640 134550740 4294955600 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) 860312

[startup+25.5017 s]
/proc/loadavg: 2.06 2.00 2.00 4/83 29697
/proc/meminfo: memFree=1498312/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=21.43
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 800 30358 0 1 0 0 2118 25 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29697] ppid=29674 vsize=36176 CPUtime=3.8
/proc/29697/stat : 29697 (minisat) R 29674 29674 27488 0 -1 4194304 8904 0 0 0 374 6 0 0 25 0 1 0 2007680536 37044224 8885 996147200 134512640 135136200 4294955968 18446744073709551615 134529530 0 0 4096 3 0 0 0 17 0 0 0
/proc/29697/statm: 9044 8885 57 152 0 8889 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 83728

[startup+51.1016 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 29697
/proc/meminfo: memFree=1477320/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=21.43
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 800 30358 0 1 0 0 2118 25 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29697] ppid=29674 vsize=57232 CPUtime=29.38
/proc/29697/stat : 29697 (minisat) R 29674 29674 27488 0 -1 4194304 14155 0 0 0 2927 11 0 0 25 0 1 0 2007680536 58605568 14136 996147200 134512640 135136200 4294955968 18446744073709551615 134529482 0 0 4096 3 0 0 0 17 0 0 0
/proc/29697/statm: 14308 14136 57 152 0 14153 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 104784

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 29697

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


[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29697
/proc/meminfo: memFree=1411016/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=21.43
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 800 30358 0 1 0 0 2118 25 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29697] ppid=29674 vsize=124392 CPUtime=200.52
/proc/29697/stat : 29697 (minisat) R 29674 29674 27488 0 -1 4194304 30637 0 0 0 20029 23 0 0 25 0 1 0 2007680536 127377408 30618 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/29697/statm: 31098 30618 57 152 0 30943 0
Current children cumulated CPU time (s) 221.95
Current children cumulated vsize (KiB) 171944

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29697
/proc/meminfo: memFree=1396680/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=21.43
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 800 30358 0 1 0 0 2118 25 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29697] ppid=29674 vsize=139100 CPUtime=260.49
/proc/29697/stat : 29697 (minisat) R 29674 29674 27488 0 -1 4194304 34244 0 0 0 26023 26 0 0 25 0 1 0 2007680536 142438400 34225 996147200 134512640 135136200 4294955968 18446744073709551615 134529575 0 0 4096 3 0 0 0 17 0 0 0
/proc/29697/statm: 34775 34225 57 152 0 34620 0
Current children cumulated CPU time (s) 281.92
Current children cumulated vsize (KiB) 186652

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29697
/proc/meminfo: memFree=1379912/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=21.43
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 800 30358 0 1 0 0 2118 25 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29697] ppid=29674 vsize=156220 CPUtime=320.48
/proc/29697/stat : 29697 (minisat) R 29674 29674 27488 0 -1 4194304 38416 0 0 0 32018 30 0 0 25 0 1 0 2007680536 159969280 38397 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/29697/statm: 39055 38397 57 152 0 38900 0
Current children cumulated CPU time (s) 341.91
Current children cumulated vsize (KiB) 203772

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29697
/proc/meminfo: memFree=1363848/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=21.43
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 800 30358 0 1 0 0 2118 25 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29697] ppid=29674 vsize=172488 CPUtime=380.45
/proc/29697/stat : 29697 (minisat) R 29674 29674 27488 0 -1 4194304 42439 0 0 0 38012 33 0 0 25 0 1 0 2007680536 176627712 42420 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/29697/statm: 43122 42420 57 152 0 42967 0
Current children cumulated CPU time (s) 401.88
Current children cumulated vsize (KiB) 220040

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29697
/proc/meminfo: memFree=1350728/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=21.43
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 800 30358 0 1 0 0 2118 25 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29697] ppid=29674 vsize=185660 CPUtime=440.43
/proc/29697/stat : 29697 (minisat) R 29674 29674 27488 0 -1 4194304 45705 0 0 0 44007 36 0 0 25 0 1 0 2007680536 190115840 45686 996147200 134512640 135136200 4294955968 18446744073709551615 134719610 0 0 4096 3 0 0 0 17 0 0 0
/proc/29697/statm: 46415 45686 57 152 0 46260 0
Current children cumulated CPU time (s) 461.86
Current children cumulated vsize (KiB) 233212

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29697
/proc/meminfo: memFree=1341704/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=21.43
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 800 30358 0 1 0 0 2118 25 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29697] ppid=29674 vsize=195192 CPUtime=500.4
/proc/29697/stat : 29697 (minisat) R 29674 29674 27488 0 -1 4194304 47960 0 0 0 50003 37 0 0 25 0 1 0 2007680536 199876608 47941 996147200 134512640 135136200 4294955968 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/29697/statm: 48798 47941 57 152 0 48643 0
Current children cumulated CPU time (s) 521.83
Current children cumulated vsize (KiB) 242744

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29697
/proc/meminfo: memFree=1331528/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=21.43
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 800 30358 0 1 0 0 2118 25 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29697] ppid=29674 vsize=205524 CPUtime=560.38
/proc/29697/stat : 29697 (minisat) R 29674 29674 27488 0 -1 4194304 50444 0 0 0 55999 39 0 0 25 0 1 0 2007680536 210456576 50425 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/29697/statm: 51381 50425 57 152 0 51226 0
Current children cumulated CPU time (s) 581.81
Current children cumulated vsize (KiB) 253076

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

[startup+588.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29697
/proc/meminfo: memFree=1330568/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=21.43
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 800 30358 0 1 0 0 2118 25 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29697] ppid=29674 vsize=206524 CPUtime=566.78
/proc/29697/stat : 29697 (minisat) R 29674 29674 27488 0 -1 4194304 50697 0 0 0 56639 39 0 0 25 0 1 0 2007680536 211480576 50678 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/29697/statm: 51631 50678 57 152 0 51476 0
Current children cumulated CPU time (s) 588.21
Current children cumulated vsize (KiB) 254076

[startup+601.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29697
/proc/meminfo: memFree=1328520/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=21.43
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 800 30358 0 1 0 0 2118 25 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29697] ppid=29674 vsize=208880 CPUtime=579.58
/proc/29697/stat : 29697 (minisat) R 29674 29674 27488 0 -1 4194304 51228 0 0 0 57918 40 0 0 25 0 1 0 2007680536 213893120 51209 996147200 134512640 135136200 4294955968 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 0 0 0
/proc/29697/statm: 52220 51209 57 152 0 52065 0
Current children cumulated CPU time (s) 601.01
Current children cumulated vsize (KiB) 256432

[startup+604.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29697
/proc/meminfo: memFree=1327752/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=21.43
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 800 30358 0 1 0 0 2118 25 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29697] ppid=29674 vsize=209836 CPUtime=582.78
/proc/29697/stat : 29697 (minisat) R 29674 29674 27488 0 -1 4194304 51471 0 0 0 58238 40 0 0 25 0 1 0 2007680536 214872064 51452 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/29697/statm: 52459 51452 57 152 0 52304 0
Current children cumulated CPU time (s) 604.21
Current children cumulated vsize (KiB) 257388

[startup+607.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29697
/proc/meminfo: memFree=1327112/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=21.43
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 800 30358 0 1 0 0 2118 25 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29697] ppid=29674 vsize=210132 CPUtime=585.97
/proc/29697/stat : 29697 (minisat) R 29674 29674 27488 0 -1 4194304 51545 0 0 0 58557 40 0 0 25 0 1 0 2007680536 215175168 51526 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/29697/statm: 52533 51526 57 152 0 52378 0
Current children cumulated CPU time (s) 607.4
Current children cumulated vsize (KiB) 257684

[startup+609.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29697
/proc/meminfo: memFree=1326984/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=21.43
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 800 30358 0 1 0 0 2118 25 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29697] ppid=29674 vsize=210264 CPUtime=587.57
/proc/29697/stat : 29697 (minisat) R 29674 29674 27488 0 -1 4194304 51574 0 0 0 58717 40 0 0 25 0 1 0 2007680536 215310336 51555 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/29697/statm: 52566 51555 57 152 0 52411 0
Current children cumulated CPU time (s) 609
Current children cumulated vsize (KiB) 257816

[startup+609.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29697
/proc/meminfo: memFree=1326984/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=21.43
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 800 30358 0 1 0 0 2118 25 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29697] ppid=29674 vsize=210264 CPUtime=587.97
/proc/29697/stat : 29697 (minisat) R 29674 29674 27488 0 -1 4194304 51574 0 0 0 58757 40 0 0 25 0 1 0 2007680536 215310336 51555 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/29697/statm: 52566 51555 57 152 0 52411 0
Current children cumulated CPU time (s) 609.4
Current children cumulated vsize (KiB) 257816

[startup+610.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29697
/proc/meminfo: memFree=1326984/2055920 swapFree=4179912/4192956
[pid=29674] ppid=29672 vsize=47552 CPUtime=21.43
/proc/29674/stat : 29674 (galacM.sh) S 29672 29674 27488 0 -1 4194304 800 30358 0 1 0 0 2118 25 17 0 1 0 2007678368 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29674/statm: 11888 365 246 79 0 219 0
[pid=29697] ppid=29674 vsize=0 CPUtime=588.17
/proc/29697/stat : 29697 (minisat) R 29674 29674 27488 0 -1 4194308 51601 0 0 0 58777 40 0 0 25 0 1 0 2007680536 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/29697/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 609.6
Current children cumulated vsize (KiB) 47552

Child status: 0
Real time (s): 610.144
CPU time (s): 609.669
CPU user time (s): 608.964
CPU system time (s): 0.704892
CPU usage (%): 99.9221
Max. virtual memory (cumulated for all children) (KiB): 860312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 608.964
system time used= 0.704892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82951
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= 1689
involuntary context switches= 4675

runsolver used 0.552915 second user time and 1.69474 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-05 21:44:20
IDJOB=1100432
IDBENCH=59914
IDSOLVER=350
FILE ID=node53/1100432-1215287060
PBS_JOBID= 7882263
Free space on /tmp= 65124 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0e566d9c333cc3028bf54580af84403c
RANDOM SEED=288684042

node53.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.222
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.222
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:       1546232 kB
Buffers:         96144 kB
Cached:         324352 kB
SwapCached:       7428 kB
Active:         228280 kB
Inactive:       215360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1546232 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            4964 kB
Writeback:           0 kB
Mapped:          38808 kB
Slab:            51392 kB
Committed_AS:  4026488 kB
PageTables:       1828 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= 65120 MiB
End job on node53 at 2008-07-05 21:54:31