Trace number 238874

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, and are wall clock time (not CPU 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 1? (MO) 13.6319 1564.76

General information on the benchmark

NameblackHole/BH-4-13/
BlackHole-4-13-e-1_ext.xml
MD5SUMde93c5d317c976395f6ee058e260e016
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints4218
Maximum constraint arity2
Maximum domain size52
Number of constraints which are defined in extension4218
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.08	c --- Preproc Stats ---
1.16	c start processing
1.17	c start relation processing
1.17	c start cnf exporting
13.67	c parsing time : 0.961
13.67	c preprocessing time : 13.469
13.67	
13.67	c Nary constraints - conflicts : 0 supports : 0
13.67	c Binary constraints - conflicts : 4030 supports :188
13.67	c max arity constraint : 2
13.67	c Max Tuples generated 0
13.67	c relations : 9
13.67	c relations BDD: 0
13.67	c vars : 7335 - clauses :  498934
13.67	
13.69	 
13.69	c --- Minisat Stats ---
13.69	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node20/watcher-238874-1168719034 -o ROOT/results/node20/solver-238874-1168719034 -C 1800 -M 900 /tmp/evaluation/238874-1168719034/galac.sh /tmp/evaluation/238874-1168719034/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.95 1.00 1.11 4/78 3749
/proc/meminfo: memFree=1756248/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=8652 CPUtime=0
/proc/3748/stat : 3748 (galac.sh) R 3746 3748 2672 0 -1 4194304 335 0 0 0 0 0 0 0 17 0 1 0 220298098 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952598687 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/3748/statm: 2163 279 207 79 0 156 0
[pid=3750] ppid=3748 vsize=8688 CPUtime=0
/proc/3750/stat : 3750 (galac.sh) R 3748 3748 2672 0 -1 4194368 27 0 0 0 0 0 0 0 17 0 1 0 220298098 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952598687 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/3750/statm: 2172 286 209 79 0 165 0
[pid=3751] ppid=3750 vsize=8700 CPUtime=0
/proc/3751/stat : 3751 (galac.sh) R 3750 3748 2672 0 -1 4194368 19 0 0 0 0 0 0 0 17 0 1 0 220298098 8908800 288 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 4297456 0 0 4096 73728 0 0 0 17 1 0 0
/proc/3751/statm: 2177 289 209 79 0 170 0

[startup+0.107738 s]
/proc/loadavg: 0.95 1.00 1.11 4/78 3749
/proc/meminfo: memFree=1756248/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=0.01
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 761 1704 0 0 0 1 0 0 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.515782 s]
/proc/loadavg: 0.95 1.00 1.11 4/78 3749
/proc/meminfo: memFree=1756248/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=0.01
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 761 1704 0 0 0 1 0 0 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.33788 s]
/proc/loadavg: 0.95 1.00 1.11 2/86 3769
/proc/meminfo: memFree=1722072/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=0.01
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 761 1704 0 0 0 1 0 0 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3762] ppid=3748 vsize=861196 CPUtime=1.23
/proc/3762/stat : 3762 (java) R 3748 3748 2672 0 -1 0 11508 0 1 0 116 7 0 0 16 0 8 0 220298106 881864704 11262 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073692270 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3762/statm: 215299 11263 1982 14 0 201504 0
[pid=3762/tid=3763] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3763/stat : 3763 (java) S 3748 3748 2672 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 220298110 881864704 11263 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3764] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3764/stat : 3764 (java) S 3748 3748 2672 0 -1 64 11 0 0 0 0 0 0 0 21 0 8 0 220298110 881864704 11264 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3765] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3765/stat : 3765 (java) S 3748 3748 2672 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 220298110 881864704 11264 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3766] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3766/stat : 3766 (java) S 3748 3748 2672 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220298114 881864704 11265 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3767] ppid=3748 vsize=861196 CPUtime=0.31
/proc/3762/task/3767/stat : 3767 (java) S 3748 3748 2672 0 -1 64 1078 0 0 0 30 1 0 0 16 0 8 0 220298114 881864704 11266 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3768] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3768/stat : 3768 (java) S 3748 3748 2672 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 220298114 881864704 11266 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3769] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3769/stat : 3769 (java) S 3748 3748 2672 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220298114 881864704 11267 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 908752

[startup+2.99008 s]
/proc/loadavg: 0.95 1.00 1.11 2/86 3769
/proc/meminfo: memFree=1680152/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=0.01
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 761 1704 0 0 0 1 0 0 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3762] ppid=3748 vsize=861196 CPUtime=2.88
/proc/3762/stat : 3762 (java) R 3748 3748 2672 0 -1 0 20849 0 1 0 277 11 0 0 17 0 8 0 220298106 881864704 20600 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074256824 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3762/statm: 215299 20600 1993 14 0 201504 0
[pid=3762/tid=3763] ppid=3748 vsize=861196 CPUtime=0.03
/proc/3762/task/3763/stat : 3763 (java) S 3748 3748 2672 0 -1 64 4853 0 0 0 2 1 0 0 15 0 8 0 220298110 881864704 20600 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3764] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3764/stat : 3764 (java) S 3748 3748 2672 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220298110 881864704 20600 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3765] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3765/stat : 3765 (java) S 3748 3748 2672 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 220298110 881864704 20600 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3766] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3766/stat : 3766 (java) S 3748 3748 2672 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220298114 881864704 20600 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3767] ppid=3748 vsize=861196 CPUtime=0.32
/proc/3762/task/3767/stat : 3767 (java) S 3748 3748 2672 0 -1 64 1081 0 0 0 31 1 0 0 16 0 8 0 220298114 881864704 20600 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3768] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3768/stat : 3768 (java) S 3748 3748 2672 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 220298114 881864704 20600 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3769] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3769/stat : 3769 (java) S 3748 3748 2672 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220298114 881864704 20600 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 908752

[startup+6.28247 s]
/proc/loadavg: 0.96 1.00 1.10 2/86 3769
/proc/meminfo: memFree=1677912/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=0.01
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 761 1704 0 0 0 1 0 0 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3762] ppid=3748 vsize=861196 CPUtime=6.18
/proc/3762/stat : 3762 (java) R 3748 3748 2672 0 -1 0 20871 0 1 0 605 13 0 0 17 0 8 0 220298106 881864704 20616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074202503 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3762/statm: 215299 20616 1996 14 0 201504 0
[pid=3762/tid=3763] ppid=3748 vsize=861196 CPUtime=0.03
/proc/3762/task/3763/stat : 3763 (java) S 3748 3748 2672 0 -1 64 4855 0 0 0 2 1 0 0 15 0 8 0 220298110 881864704 20616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3764] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3764/stat : 3764 (java) S 3748 3748 2672 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220298110 881864704 20616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3765] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3765/stat : 3765 (java) S 3748 3748 2672 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 220298110 881864704 20616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3766] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3766/stat : 3766 (java) S 3748 3748 2672 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220298114 881864704 20616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3767] ppid=3748 vsize=861196 CPUtime=0.34
/proc/3762/task/3767/stat : 3767 (java) S 3748 3748 2672 0 -1 64 1090 0 0 0 33 1 0 0 15 0 8 0 220298114 881864704 20616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3768] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3768/stat : 3768 (java) S 3748 3748 2672 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 220298114 881864704 20616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3769] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3769/stat : 3769 (java) S 3748 3748 2672 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220298114 881864704 20616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 908752

[startup+12.7663 s]
/proc/loadavg: 0.96 1.00 1.10 2/86 3769
/proc/meminfo: memFree=1674400/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=0.01
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 761 1704 0 0 0 1 0 0 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3762] ppid=3748 vsize=861196 CPUtime=12.67
/proc/3762/stat : 3762 (java) R 3748 3748 2672 0 -1 0 20883 0 1 0 1252 15 0 0 17 0 8 0 220298106 881864704 20617 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074312663 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3762/statm: 215299 20617 1996 14 0 201504 0
[pid=3762/tid=3763] ppid=3748 vsize=861196 CPUtime=0.05
/proc/3762/task/3763/stat : 3763 (java) S 3748 3748 2672 0 -1 64 4855 0 0 0 3 2 0 0 15 0 8 0 220298110 881864704 20617 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3764] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3764/stat : 3764 (java) S 3748 3748 2672 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220298110 881864704 20617 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3765] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3765/stat : 3765 (java) S 3748 3748 2672 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 220298110 881864704 20617 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3766] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3766/stat : 3766 (java) S 3748 3748 2672 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220298114 881864704 20617 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3767] ppid=3748 vsize=861196 CPUtime=0.34
/proc/3762/task/3767/stat : 3767 (java) S 3748 3748 2672 0 -1 64 1091 0 0 0 33 1 0 0 16 0 8 0 220298114 881864704 20617 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3768] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3768/stat : 3768 (java) S 3748 3748 2672 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 220298114 881864704 20617 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3762/tid=3769] ppid=3748 vsize=861196 CPUtime=0
/proc/3762/task/3769/stat : 3769 (java) S 3748 3748 2672 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220298114 881864704 20617 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 908752

[startup+25.5778 s]
/proc/loadavg: 0.97 1.00 1.10 2/79 3770
/proc/meminfo: memFree=1696216/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=54972 CPUtime=11.87
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 13639 0 0 0 1181 6 0 0 25 0 1 0 220299468 56291328 13621 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 13743 13621 54 142 0 13599 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 102528

[startup+51.2069 s]
/proc/loadavg: 0.98 1.00 1.10 2/79 3770
/proc/meminfo: memFree=1654808/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=94656 CPUtime=37.49
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 23546 0 0 0 3736 13 0 0 25 0 1 0 220299468 96927744 23528 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 23664 23528 54 142 0 23520 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 142212

[startup+102.462 s]
/proc/loadavg: 0.99 1.00 1.09 2/79 3770
/proc/meminfo: memFree=1603928/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=147136 CPUtime=88.73
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 36656 0 0 0 8847 26 0 0 25 0 1 0 220299468 150667264 36638 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 36784 36638 54 142 0 36640 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 194692

[startup+162.534 s]
/proc/loadavg: 0.99 1.00 1.08 2/79 3770
/proc/meminfo: memFree=1530264/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=219348 CPUtime=148.79
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 54596 0 0 0 14838 41 0 0 25 0 1 0 220299468 224612352 54578 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529616 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 54837 54578 54 142 0 54693 0
Current children cumulated CPU time (s) 162.41
Current children cumulated vsize (KiB) 266904

[startup+222.605 s]
/proc/loadavg: 0.99 1.00 1.08 2/79 3770
/proc/meminfo: memFree=1477656/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=271788 CPUtime=208.84
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 67751 0 0 0 20831 53 0 0 25 0 1 0 220299468 278310912 67733 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=590908 CPUtime=809.37
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 147351 0 0 0 80804 133 0 0 25 0 1 0 220299468 605089792 147333 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 147727 147333 54 142 0 147583 0
Current children cumulated CPU time (s) 822.99
Current children cumulated vsize (KiB) 638464

[startup+883.372 s]
/proc/loadavg: 1.00 1.00 1.02 3/79 3772
/proc/meminfo: memFree=1138712/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=610624 CPUtime=869.42
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 152279 0 0 0 86804 138 0 0 25 0 1 0 220299468 625278976 152261 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 152656 152261 54 142 0 152512 0
Current children cumulated CPU time (s) 883.04
Current children cumulated vsize (KiB) 658180

[startup+943.439 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 3772
/proc/meminfo: memFree=1118872/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=630448 CPUtime=929.48
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 157248 0 0 0 92804 144 0 0 25 0 1 0 220299468 645578752 157230 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 157612 157230 54 142 0 157468 0
Current children cumulated CPU time (s) 943.1
Current children cumulated vsize (KiB) 678004

[startup+1003.51 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 3772
/proc/meminfo: memFree=1104408/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=644776 CPUtime=989.53
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 160852 0 0 0 98806 147 0 0 25 0 1 0 220299468 660250624 160834 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 161194 160834 54 142 0 161050 0
Current children cumulated CPU time (s) 1003.15
Current children cumulated vsize (KiB) 692332

[startup+1063.58 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3772
/proc/meminfo: memFree=1087384/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=661852 CPUtime=1049.58
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 165096 0 0 0 104806 152 0 0 25 0 1 0 220299468 677736448 165078 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 165463 165078 54 142 0 165319 0
Current children cumulated CPU time (s) 1063.2
Current children cumulated vsize (KiB) 709408

[startup+1123.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3772
/proc/meminfo: memFree=1057752/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=691468 CPUtime=1109.63
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 172526 0 0 0 110805 158 0 0 25 0 1 0 220299468 708063232 172508 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525941 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 172867 172508 54 142 0 172723 0
Current children cumulated CPU time (s) 1123.25
Current children cumulated vsize (KiB) 739024

[startup+1183.71 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 3772
/proc/meminfo: memFree=1034392/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=714832 CPUtime=1169.69
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 178386 0 0 0 116803 166 0 0 25 0 1 0 220299468 731987968 178368 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526178 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 178708 178368 54 142 0 178564 0
Current children cumulated CPU time (s) 1183.31
Current children cumulated vsize (KiB) 762388

[startup+1243.79 s]
/proc/loadavg: 1.01 1.00 1.00 3/79 3772
/proc/meminfo: memFree=1016280/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=732576 CPUtime=1229.74
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 182810 0 0 0 122804 170 0 0 25 0 1 0 220299468 750157824 182792 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 183144 182792 54 142 0 183000 0
Current children cumulated CPU time (s) 1243.36
Current children cumulated vsize (KiB) 780132

[startup+1303.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3772
/proc/meminfo: memFree=997784/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=751076 CPUtime=1289.8
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 187436 0 0 0 128805 175 0 0 25 0 1 0 220299468 769101824 187418 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 187769 187418 54 142 0 187625 0
Current children cumulated CPU time (s) 1303.42
Current children cumulated vsize (KiB) 798632

[startup+1363.93 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3772
/proc/meminfo: memFree=971032/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=777936 CPUtime=1349.85
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 194170 0 0 0 134803 182 0 0 25 0 1 0 220299468 796606464 194152 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 194484 194152 54 142 0 194340 0
Current children cumulated CPU time (s) 1363.47
Current children cumulated vsize (KiB) 825492

[startup+1424 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3772
/proc/meminfo: memFree=944728/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=805748 CPUtime=1409.9
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 200787 0 0 0 140802 188 0 0 25 0 1 0 220299468 825085952 200769 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 201437 200769 54 142 0 201293 0
Current children cumulated CPU time (s) 1423.52
Current children cumulated vsize (KiB) 853304

[startup+1484.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3772
/proc/meminfo: memFree=911832/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=838012 CPUtime=1469.97
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 208875 0 0 0 146801 196 0 0 25 0 1 0 220299468 858124288 208857 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 209503 208857 54 142 0 209359 0
Current children cumulated CPU time (s) 1483.59
Current children cumulated vsize (KiB) 885568

[startup+1544.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3772
/proc/meminfo: memFree=884824/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=865032 CPUtime=1530.02
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 215643 0 0 0 152801 201 0 0 25 0 1 0 220299468 885792768 215625 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 216258 215625 54 142 0 216114 0
Current children cumulated CPU time (s) 1543.64
Current children cumulated vsize (KiB) 912588



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1564.75 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3772
/proc/meminfo: memFree=875608/2055920 swapFree=4170260/4192956
[pid=3748] ppid=3746 vsize=47556 CPUtime=13.62
/proc/3748/stat : 3748 (galac.sh) S 3746 3748 2672 0 -1 4194304 799 22593 0 1 0 1 1344 17 17 0 1 0 220298098 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3748/statm: 11889 363 245 79 0 218 0
[pid=3770] ppid=3748 vsize=874148 CPUtime=1550.62
/proc/3770/stat : 3770 (minisat) R 3748 3748 2672 0 -1 4194304 217903 0 0 0 154858 204 0 0 25 0 1 0 220299468 895127552 217885 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3770/statm: 218537 217885 54 142 0 218393 0
Current children cumulated CPU time (s) 1564.24
Current children cumulated vsize (KiB) 921704

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1564.76
CPU time (s): 13.6319
CPU user time (s): 13.447
CPU system time (s): 0.184971
CPU usage (%): 0.871184
Max. virtual memory (cumulated for all children) (KiB): 921704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.447
system time used= 0.184971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23392
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= 1330
involuntary context switches= 135

runsolver used 1.42278 s user time and 4.13737 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sat Jan 13 20:10:34 UTC 2007


IDJOB= 238874
IDBENCH= 7025
IDSOLVER= 78
FILE ID= node20/238874-1168719034

PBS_JOBID= 3547335

Free space on /tmp= 66562 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-13/BlackHole-4-13-e-1_ext.xml
COMMAND LINE= /tmp/evaluation/238874-1168719034/galac.sh /tmp/evaluation/238874-1168719034/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-238874-1168719034 -o ROOT/results/node20/solver-238874-1168719034 -C 1800 -M 900  /tmp/evaluation/238874-1168719034/galac.sh /tmp/evaluation/238874-1168719034/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  de93c5d317c976395f6ee058e260e016

RANDOM SEED= 846951918

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.216
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.216
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:       1756792 kB
Buffers:         40160 kB
Cached:         181668 kB
SwapCached:       3252 kB
Active:          95824 kB
Inactive:       151392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756792 kB
SwapTotal:     4192956 kB
SwapFree:      4170260 kB
Dirty:            3244 kB
Writeback:           0 kB
Mapped:          40440 kB
Slab:            37232 kB
Committed_AS:  4535484 kB
PageTables:       2020 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= 66555 MiB



End job on node20 on Sat Jan 13 20:36:41 UTC 2007