Trace number 1103227

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 EUNSAT 884.866 886.589

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-40_ext.xml
MD5SUM3ba40c5b262033abed15fee078e4af63
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 benchmark9.37057
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
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 ---
1.25/1.36	c start processing
1.25/1.36	c start relation processing
1.65/1.79	c start cnf exporting
7.49/7.61	c parsing time : 1.236
7.49/7.61	c preprocessing time : 7.48
7.49/7.61	
7.49/7.61	c Nary constraints - conflicts : 0 supports : 0
7.49/7.61	c Binary constraints - conflicts : 0 supports :103
7.49/7.61	c max arity constraint : 2
7.49/7.61	c Max Tuples generated 0
7.49/7.61	c relations : 103
7.49/7.61	c relations BDD: 0
7.49/7.61	c sampling 0/0
7.49/7.61	c vars : 3201 - clauses :  142920
7.49/7.61	
7.49/7.66	 
7.49/7.66	c --- SAT Solver Stats ---
7.49/7.66	 
7.49/7.66	c eSAT 0.1 : minisat core with additionnal features
7.49/7.66	c ============================[ Problem Statistics ]=============================
7.49/7.66	c |                                                                             |
7.49/7.67	c |  Number of variables:  3200                                                 |
7.49/7.67	c |  Number of clauses:    142920                                               |
7.51/7.80	c |  Parsing time:         0.12         s                                       |
884.75/886.57	c restarts              : 630
884.75/886.57	c conflicts             : 314463         (359 /sec)
884.75/886.57	c decisions             : 712581         (6.77 % random) (813 /sec)
884.75/886.57	c euip                  : 63252       
884.75/886.57	c propagations          : 96275011       (109784 /sec)
884.75/886.57	c conflict literals     : 62854598       (25.36 % deleted)
884.75/886.57	c Memory used           : 94.12 MB
884.75/886.57	c CPU time              : 876.95 s
884.75/886.57	c 
884.75/886.57	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-1103227-1215300732/watcher-1103227-1215300732 -o /tmp/evaluation-result-1103227-1215300732/solver-1103227-1215300732 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1103227-1215300732.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.06 2.03 2.00 4/74 29989
/proc/meminfo: memFree=1635628/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=8652 CPUtime=0
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2009045561 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 2163 280 208 79 0 156 0
[pid=29990] ppid=29989 vsize=8688 CPUtime=0
/proc/29990/stat : 29990 (galacE.sh) S 29989 29989 29506 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2009045561 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 258939256914 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29990/statm: 2172 286 209 79 0 165 0
[pid=29991] ppid=29990 vsize=8728 CPUtime=0
/proc/29991/stat : 29991 (galacE.sh) R 29990 29989 29506 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2009045561 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 258939088167 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/29991/statm: 2182 290 209 79 0 175 0

[startup+0.064967 s]
/proc/loadavg: 2.06 2.03 2.00 4/74 29989
/proc/meminfo: memFree=1635628/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=0.01
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102482 s]
/proc/loadavg: 2.06 2.03 2.00 4/74 29989
/proc/meminfo: memFree=1635628/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=0.01
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302522 s]
/proc/loadavg: 2.06 2.03 2.00 4/74 29989
/proc/meminfo: memFree=1635628/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=0.01
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.702598 s]
/proc/loadavg: 2.06 2.03 2.00 4/74 29989
/proc/meminfo: memFree=1635628/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=0.01
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50174 s]
/proc/loadavg: 2.06 2.03 2.00 4/84 30011
/proc/meminfo: memFree=1559196/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=0.01
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30003] ppid=29989 vsize=812416 CPUtime=1.44
/proc/30003/stat : 30003 (java) S 29989 29989 29506 0 -1 0 21835 0 1 0 132 12 0 0 18 0 9 0 2009045565 831913984 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30003/statm: 203104 21252 1889 9 0 197138 0
[pid=30003/tid=30004] ppid=29989 vsize=812416 CPUtime=1.15
/proc/30003/task/30004/stat : 30004 (java) R 29989 29989 29506 0 -1 64 14485 0 1 0 108 7 0 0 25 0 9 0 2009045566 831913984 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4126867507 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30005] ppid=29989 vsize=812416 CPUtime=0.08
/proc/30003/task/30005/stat : 30005 (java) S 29989 29989 29506 0 -1 64 5862 0 0 0 5 3 0 0 16 0 9 0 2009045567 831913984 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30006] ppid=29989 vsize=812416 CPUtime=0
/proc/30003/task/30006/stat : 30006 (java) S 29989 29989 29506 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2009045567 831913984 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30007] ppid=29989 vsize=812416 CPUtime=0
/proc/30003/task/30007/stat : 30007 (java) S 29989 29989 29506 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2009045567 831913984 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30008] ppid=29989 vsize=812416 CPUtime=0
/proc/30003/task/30008/stat : 30008 (java) S 29989 29989 29506 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2009045569 831913984 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30009] ppid=29989 vsize=812416 CPUtime=0.18
/proc/30003/task/30009/stat : 30009 (java) S 29989 29989 29506 0 -1 64 788 0 0 0 18 0 0 0 16 0 9 0 2009045569 831913984 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30010] ppid=29989 vsize=812416 CPUtime=0
/proc/30003/task/30010/stat : 30010 (java) S 29989 29989 29506 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2009045569 831913984 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30011] ppid=29989 vsize=812416 CPUtime=0
/proc/30003/task/30011/stat : 30011 (java) S 29989 29989 29506 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2009045569 831913984 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 859980

[startup+3.10204 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 30011
/proc/meminfo: memFree=1556572/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=0.01
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30003] ppid=29989 vsize=812548 CPUtime=3.02
/proc/30003/stat : 30003 (java) S 29989 29989 29506 0 -1 0 24873 0 1 0 287 15 0 0 18 0 9 0 2009045565 832049152 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30003/statm: 203137 24285 1911 9 0 197171 0
[pid=30003/tid=30004] ppid=29989 vsize=812548 CPUtime=2.57
/proc/30003/task/30004/stat : 30004 (java) R 29989 29989 29506 0 -1 64 14532 0 1 0 249 8 0 0 25 0 9 0 2009045566 832049152 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4126894894 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30005] ppid=29989 vsize=812548 CPUtime=0.18
/proc/30003/task/30005/stat : 30005 (java) S 29989 29989 29506 0 -1 64 8811 0 0 0 13 5 0 0 16 0 9 0 2009045567 832049152 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30006] ppid=29989 vsize=812548 CPUtime=0
/proc/30003/task/30006/stat : 30006 (java) S 29989 29989 29506 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2009045567 832049152 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30007] ppid=29989 vsize=812548 CPUtime=0
/proc/30003/task/30007/stat : 30007 (java) S 29989 29989 29506 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2009045567 832049152 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30008] ppid=29989 vsize=812548 CPUtime=0
/proc/30003/task/30008/stat : 30008 (java) S 29989 29989 29506 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2009045569 832049152 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30009] ppid=29989 vsize=812548 CPUtime=0.24
/proc/30003/task/30009/stat : 30009 (java) S 29989 29989 29506 0 -1 64 830 0 0 0 24 0 0 0 16 0 9 0 2009045569 832049152 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30010] ppid=29989 vsize=812548 CPUtime=0
/proc/30003/task/30010/stat : 30010 (java) S 29989 29989 29506 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2009045569 832049152 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30011] ppid=29989 vsize=812548 CPUtime=0
/proc/30003/task/30011/stat : 30011 (java) S 29989 29989 29506 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2009045569 832049152 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860112

[startup+6.30161 s]
/proc/loadavg: 2.05 2.03 2.00 3/84 30011
/proc/meminfo: memFree=1542364/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=0.01
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30003] ppid=29989 vsize=812548 CPUtime=6.19
/proc/30003/stat : 30003 (java) S 29989 29989 29506 0 -1 0 24895 0 1 0 603 16 0 0 18 0 9 0 2009045565 832049152 24299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30003/statm: 203137 24299 1912 9 0 197171 0
[pid=30003/tid=30004] ppid=29989 vsize=812548 CPUtime=5.71
/proc/30003/task/30004/stat : 30004 (java) R 29989 29989 29506 0 -1 64 14541 0 1 0 562 9 0 0 25 0 9 0 2009045566 832049152 24299 996147200 134512640 134550740 4294955600 18446744073709551615 4126892513 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30005] ppid=29989 vsize=812548 CPUtime=0.19
/proc/30003/task/30005/stat : 30005 (java) S 29989 29989 29506 0 -1 64 8811 0 0 0 14 5 0 0 16 0 9 0 2009045567 832049152 24299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30006] ppid=29989 vsize=812548 CPUtime=0
/proc/30003/task/30006/stat : 30006 (java) S 29989 29989 29506 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2009045567 832049152 24299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30007] ppid=29989 vsize=812548 CPUtime=0
/proc/30003/task/30007/stat : 30007 (java) S 29989 29989 29506 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2009045567 832049152 24299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30008] ppid=29989 vsize=812548 CPUtime=0
/proc/30003/task/30008/stat : 30008 (java) S 29989 29989 29506 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2009045569 832049152 24299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30009] ppid=29989 vsize=812548 CPUtime=0.26
/proc/30003/task/30009/stat : 30009 (java) S 29989 29989 29506 0 -1 64 843 0 0 0 26 0 0 0 15 0 9 0 2009045569 832049152 24299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30010] ppid=29989 vsize=812548 CPUtime=0
/proc/30003/task/30010/stat : 30010 (java) S 29989 29989 29506 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2009045569 832049152 24299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30003/tid=30011] ppid=29989 vsize=812548 CPUtime=0
/proc/30003/task/30011/stat : 30011 (java) S 29989 29989 29506 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2009045569 832049152 24299 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) 860112

[startup+12.7018 s]
/proc/loadavg: 2.05 2.03 2.00 3/76 30012
/proc/meminfo: memFree=1620252/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=12884 CPUtime=4.98
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 3417 0 0 0 496 2 0 0 25 0 1 0 2009046327 13193216 3047 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/30012/statm: 3221 3047 81 162 0 3056 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 60448

[startup+25.5021 s]
/proc/loadavg: 2.04 2.03 2.00 3/76 30012
/proc/meminfo: memFree=1612956/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=19480 CPUtime=17.66
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 5075 0 0 0 1762 4 0 0 25 0 1 0 2009046327 19947520 4705 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30012/statm: 4870 4705 81 162 0 4705 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 67044

[startup+51.1028 s]
/proc/loadavg: 2.02 2.03 2.00 3/76 30012
/proc/meminfo: memFree=1602780/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=29760 CPUtime=43.02
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 7630 0 0 0 4295 7 0 0 25 0 1 0 2009046327 30474240 7260 996147200 134512640 135177480 4294955968 18446744073709551615 134564588 0 0 4096 3 0 0 0 17 1 0 0
/proc/30012/statm: 7440 7260 81 162 0 7275 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 77324

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 30012
/proc/meminfo: memFree=1592092/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=40184 CPUtime=93.73
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 10256 0 0 0 9364 9 0 0 25 0 1 0 2009046327 41148416 9886 996147200 134512640 135177480 4294955968 18446744073709551615 134565323 0 0 4096 3 0 0 0 17 1 0 0
/proc/30012/statm: 10046 9886 81 162 0 9881 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 87748

[startup+162.303 s]
/proc/loadavg: 2.11 2.05 2.01 3/76 30145
/proc/meminfo: memFree=1603300/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0

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


[startup+402.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 30145
/proc/meminfo: memFree=1580004/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=67624 CPUtime=393.46
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 17023 0 0 0 39326 20 0 0 25 0 1 0 2009046327 69246976 16653 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30012/statm: 16906 16653 81 162 0 16741 0
Current children cumulated CPU time (s) 400.97
Current children cumulated vsize (KiB) 115188

[startup+462.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 30147
/proc/meminfo: memFree=1579364/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=67624 CPUtime=453.42
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 17034 0 0 0 45322 20 0 0 25 0 1 0 2009046327 69246976 16664 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/30012/statm: 16906 16664 81 162 0 16741 0
Current children cumulated CPU time (s) 460.93
Current children cumulated vsize (KiB) 115188

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30147
/proc/meminfo: memFree=1569188/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=77952 CPUtime=513.39
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 19554 0 0 0 51316 23 0 0 25 0 1 0 2009046327 79822848 19184 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30012/statm: 19488 19184 81 162 0 19323 0
Current children cumulated CPU time (s) 520.9
Current children cumulated vsize (KiB) 125516

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30147
/proc/meminfo: memFree=1562276/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=84348 CPUtime=573.36
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 21117 0 0 0 57311 25 0 0 25 0 1 0 2009046327 86372352 20747 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 0 0 0
/proc/30012/statm: 21087 20747 81 162 0 20922 0
Current children cumulated CPU time (s) 580.87
Current children cumulated vsize (KiB) 131912

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30147
/proc/meminfo: memFree=1561956/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=84348 CPUtime=633.34
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 21121 0 0 0 63308 26 0 0 25 0 1 0 2009046327 86372352 20751 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30012/statm: 21087 20751 81 162 0 20922 0
Current children cumulated CPU time (s) 640.85
Current children cumulated vsize (KiB) 131912

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30147
/proc/meminfo: memFree=1561252/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=84636 CPUtime=693.31
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 21209 0 0 0 69305 26 0 0 25 0 1 0 2009046327 86667264 20839 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30012/statm: 21159 20839 81 162 0 20994 0
Current children cumulated CPU time (s) 700.82
Current children cumulated vsize (KiB) 132200

[startup+762.306 s]
/proc/loadavg: 1.61 1.90 1.97 2/66 30343
/proc/meminfo: memFree=1580540/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=86236 CPUtime=753.25
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 21573 0 0 0 75297 28 0 0 25 0 1 0 2009046327 88305664 21203 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30012/statm: 21559 21203 81 162 0 21394 0
Current children cumulated CPU time (s) 760.76
Current children cumulated vsize (KiB) 133800

[startup+822.301 s]
/proc/loadavg: 1.22 1.74 1.90 2/69 30669
/proc/meminfo: memFree=1576604/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=89452 CPUtime=813.13
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 22286 0 0 0 81282 31 0 0 25 0 1 0 2009046327 91598848 21916 996147200 134512640 135177480 4294955968 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 0 0 0
/proc/30012/statm: 22363 21916 81 162 0 22198 0
Current children cumulated CPU time (s) 820.64
Current children cumulated vsize (KiB) 137016

[startup+882.301 s]
/proc/loadavg: 1.08 1.60 1.85 2/69 30966
/proc/meminfo: memFree=1569380/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=96372 CPUtime=873.03
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 24029 0 0 0 87268 35 0 0 25 0 1 0 2009046327 98684928 23659 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 0 0 0
/proc/30012/statm: 24093 23659 81 162 0 23928 0
Current children cumulated CPU time (s) 880.54
Current children cumulated vsize (KiB) 143936

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

[startup+883.101 s]
/proc/loadavg: 1.08 1.60 1.85 2/69 30966
/proc/meminfo: memFree=1569380/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=96372 CPUtime=873.83
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 24029 0 0 0 87348 35 0 0 25 0 1 0 2009046327 98684928 23659 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30012/statm: 24093 23659 81 162 0 23928 0
Current children cumulated CPU time (s) 881.34
Current children cumulated vsize (KiB) 143936

[startup+884.702 s]
/proc/loadavg: 1.08 1.60 1.85 2/66 30970
/proc/meminfo: memFree=1570556/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=96372 CPUtime=875.44
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 24029 0 0 0 87508 36 0 0 25 0 1 0 2009046327 98684928 23659 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 0 0 0
/proc/30012/statm: 24093 23659 81 162 0 23928 0
Current children cumulated CPU time (s) 882.95
Current children cumulated vsize (KiB) 143936

[startup+885.506 s]
/proc/loadavg: 1.07 1.59 1.84 2/69 30999
/proc/meminfo: memFree=1569316/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=96372 CPUtime=876.24
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 24029 0 0 0 87588 36 0 0 25 0 1 0 2009046327 98684928 23659 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 0 0 0
/proc/30012/statm: 24093 23659 81 162 0 23928 0
Current children cumulated CPU time (s) 883.75
Current children cumulated vsize (KiB) 143936

[startup+886.302 s]
/proc/loadavg: 1.07 1.59 1.84 2/69 30999
/proc/meminfo: memFree=1569316/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=96372 CPUtime=877.04
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 24029 0 0 0 87668 36 0 0 25 0 1 0 2009046327 98684928 23659 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30012/statm: 24093 23659 81 162 0 23928 0
Current children cumulated CPU time (s) 884.55
Current children cumulated vsize (KiB) 143936

[startup+886.502 s]
/proc/loadavg: 1.07 1.59 1.84 2/69 30999
/proc/meminfo: memFree=1569316/2055920 swapFree=4179816/4192956
[pid=29989] ppid=29987 vsize=47564 CPUtime=7.51
/proc/29989/stat : 29989 (galacE.sh) S 29987 29989 29506 0 -1 4194304 798 26607 0 1 0 0 732 19 17 0 1 0 2009045561 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29989/statm: 11891 363 244 79 0 219 0
[pid=30012] ppid=29989 vsize=96372 CPUtime=877.24
/proc/30012/stat : 30012 (eSAT_static) R 29989 29989 29506 0 -1 4194304 24029 0 0 0 87688 36 0 0 25 0 1 0 2009046327 98684928 23659 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30012/statm: 24093 23659 81 162 0 23928 0
Current children cumulated CPU time (s) 884.75
Current children cumulated vsize (KiB) 143936

Child status: 0
Real time (s): 886.589
CPU time (s): 884.866
CPU user time (s): 884.284
CPU system time (s): 0.582911
CPU usage (%): 99.8057
Max. virtual memory (cumulated for all children) (KiB): 860112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 884.284
system time used= 0.582911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51632
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= 1275
involuntary context switches= 6758

runsolver used 1.05684 second user time and 2.83957 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-06 01:32:12
IDJOB=1103227
IDBENCH=60305
IDSOLVER=351
FILE ID=node45/1103227-1215300732
PBS_JOBID= 7882431
Free space on /tmp= 66488 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-40_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1103227-1215300732/watcher-1103227-1215300732 -o /tmp/evaluation-result-1103227-1215300732/solver-1103227-1215300732 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1103227-1215300732.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3ba40c5b262033abed15fee078e4af63
RANDOM SEED=1372252653

node45.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.268
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.268
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:       1636108 kB
Buffers:         78344 kB
Cached:         237532 kB
SwapCached:       6920 kB
Active:         228172 kB
Inactive:       127200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1636108 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            3960 kB
Writeback:           0 kB
Mapped:          46524 kB
Slab:            49852 kB
Committed_AS:  3923856 kB
PageTables:       1840 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= 66488 MiB
End job on node45 at 2008-07-06 01:46:58