Trace number 238912

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? (TO) 12.826 1800.71

General information on the benchmark

NameblackHole/BH-4-13/
BlackHole-4-13-e-2_ext.xml
MD5SUM4fd3da60666aa17646751e550d3ce3db
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.03	c --- Preproc Stats ---
1.16	c start processing
1.16	c start relation processing
1.17	c start cnf exporting
12.90	c parsing time : 0.934
12.90	c preprocessing time : 12.673
12.90	
12.90	c Nary constraints - conflicts : 0 supports : 0
12.90	c Binary constraints - conflicts : 4030 supports :188
12.90	c max arity constraint : 2
12.90	c Max Tuples generated 0
12.90	c relations : 9
12.90	c relations BDD: 0
12.90	c vars : 7335 - clauses :  498934
12.90	
12.94	 
12.94	c --- Minisat Stats ---
12.94	 

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/node63/watcher-238912-1168719039 -o ROOT/results/node63/solver-238912-1168719039 -C 1800 -M 900 /tmp/evaluation/238912-1168719039/galac.sh /tmp/evaluation/238912-1168719039/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.92 0.98 1.15 4/65 8161
/proc/meminfo: memFree=1544848/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=8652 CPUtime=0
/proc/8160/stat : 8160 (galac.sh) R 8158 8160 7001 0 -1 4194304 335 0 0 0 0 0 0 0 16 0 1 0 19401438 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254805151 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/8160/statm: 2163 279 207 79 0 156 0
[pid=8162] ppid=8160 vsize=8688 CPUtime=0
/proc/8162/stat : 8162 (galac.sh) R 8160 8160 7001 0 -1 4194368 27 0 0 0 0 0 0 0 16 0 1 0 19401439 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254805151 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/8162/statm: 2172 286 209 79 0 165 0
[pid=8163] ppid=8162 vsize=8688 CPUtime=0
/proc/8163/stat : 8163 (galac.sh) R 8162 8160 7001 0 -1 4194368 10 0 0 0 0 0 0 0 16 0 1 0 19401439 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254973106 0 0 4096 73728 0 0 0 17 1 0 0
/proc/8163/statm: 2172 286 209 79 0 165 0

[startup+0.105394 s]
/proc/loadavg: 0.92 0.98 1.15 4/65 8161
/proc/meminfo: memFree=1544848/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=0.01
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 760 1704 0 0 0 0 0 1 17 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.513442 s]
/proc/loadavg: 0.92 0.98 1.15 4/65 8161
/proc/meminfo: memFree=1544848/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=0.01
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 760 1704 0 0 0 0 0 1 17 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.33553 s]
/proc/loadavg: 0.92 0.98 1.15 2/73 8181
/proc/meminfo: memFree=1510608/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=0.01
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 760 1704 0 0 0 0 0 1 17 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8174] ppid=8160 vsize=861196 CPUtime=1.21
/proc/8174/stat : 8174 (java) R 8160 8160 7001 0 -1 0 11514 0 3 0 113 8 0 0 16 0 8 0 19401441 881864704 11270 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073692270 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8174/statm: 215299 11270 1982 14 0 201504 0
[pid=8174/tid=8175] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8175/stat : 8175 (java) S 8160 8160 7001 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 19401445 881864704 11271 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8174/tid=8176] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8176/stat : 8176 (java) S 8160 8160 7001 0 -1 64 11 0 0 0 0 0 0 0 20 0 8 0 19401445 881864704 11272 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8174/tid=8177] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8177/stat : 8177 (java) S 8160 8160 7001 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 19401445 881864704 11272 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8174/tid=8178] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8178/stat : 8178 (java) S 8160 8160 7001 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 19401456 881864704 11273 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8174/tid=8179] ppid=8160 vsize=861196 CPUtime=0.33
/proc/8174/task/8179/stat : 8179 (java) S 8160 8160 7001 0 -1 64 1078 0 0 0 32 1 0 0 16 0 8 0 19401456 881864704 11274 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8174/tid=8180] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8180/stat : 8180 (java) S 8160 8160 7001 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 19401456 881864704 11275 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8174/tid=8181] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8181/stat : 8181 (java) S 8160 8160 7001 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 19401456 881864704 11275 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 908772

[startup+2.9877 s]
/proc/loadavg: 0.92 0.98 1.15 2/73 8181
/proc/meminfo: memFree=1468304/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=0.01
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 760 1704 0 0 0 0 0 1 17 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8174] ppid=8160 vsize=861196 CPUtime=2.86
/proc/8174/stat : 8174 (java) R 8160 8160 7001 0 -1 0 20847 0 3 0 273 13 0 0 17 0 8 0 19401441 881864704 20600 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155213145 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8174/statm: 215299 20600 1993 14 0 201504 0
[pid=8174/tid=8175] ppid=8160 vsize=861196 CPUtime=0.04
/proc/8174/task/8175/stat : 8175 (java) S 8160 8160 7001 0 -1 64 4853 0 0 0 2 2 0 0 16 0 8 0 19401445 881864704 20600 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8174/tid=8176] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8176/stat : 8176 (java) S 8160 8160 7001 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19401445 881864704 20600 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8174/tid=8177] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8177/stat : 8177 (java) S 8160 8160 7001 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 19401445 881864704 20600 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8174/tid=8178] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8178/stat : 8178 (java) S 8160 8160 7001 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 19401456 881864704 20600 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8174/tid=8179] ppid=8160 vsize=861196 CPUtime=0.34
/proc/8174/task/8179/stat : 8179 (java) S 8160 8160 7001 0 -1 64 1081 0 0 0 33 1 0 0 16 0 8 0 19401456 881864704 20600 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8174/tid=8180] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8180/stat : 8180 (java) S 8160 8160 7001 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 19401456 881864704 20600 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8174/tid=8181] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8181/stat : 8181 (java) S 8160 8160 7001 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 19401456 881864704 20600 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 908772

[startup+6.28105 s]
/proc/loadavg: 0.93 0.98 1.15 2/73 8181
/proc/meminfo: memFree=1465744/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=0.01
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 760 1704 0 0 0 0 0 1 17 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8174] ppid=8160 vsize=861196 CPUtime=6.15
/proc/8174/stat : 8174 (java) R 8160 8160 7001 0 -1 0 20870 0 3 0 601 14 0 0 17 0 8 0 19401441 881864704 20616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073467220 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8174/statm: 215299 20616 1996 14 0 201504 0
[pid=8174/tid=8175] ppid=8160 vsize=861196 CPUtime=0.04
/proc/8174/task/8175/stat : 8175 (java) S 8160 8160 7001 0 -1 64 4855 0 0 0 2 2 0 0 16 0 8 0 19401445 881864704 20616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8174/tid=8176] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8176/stat : 8176 (java) S 8160 8160 7001 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19401445 881864704 20616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8174/tid=8177] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8177/stat : 8177 (java) S 8160 8160 7001 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 19401445 881864704 20616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8174/tid=8178] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8178/stat : 8178 (java) S 8160 8160 7001 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 19401456 881864704 20616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8174/tid=8179] ppid=8160 vsize=861196 CPUtime=0.35
/proc/8174/task/8179/stat : 8179 (java) S 8160 8160 7001 0 -1 64 1090 0 0 0 34 1 0 0 16 0 8 0 19401456 881864704 20616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8174/tid=8180] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8180/stat : 8180 (java) S 8160 8160 7001 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 19401456 881864704 20616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8174/tid=8181] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8181/stat : 8181 (java) S 8160 8160 7001 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 19401456 881864704 20616 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 908772

[startup+12.7657 s]
/proc/loadavg: 0.93 0.98 1.15 2/73 8181
/proc/meminfo: memFree=1462104/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=0.01
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 760 1704 0 0 0 0 0 1 17 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8174] ppid=8160 vsize=861196 CPUtime=12.63
/proc/8174/stat : 8174 (java) R 8160 8160 7001 0 -1 0 20882 0 3 0 1247 16 0 0 25 0 8 0 19401441 881864704 20617 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073417845 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8174/statm: 215299 20617 1996 14 0 201504 0
[pid=8174/tid=8175] ppid=8160 vsize=861196 CPUtime=0.04
/proc/8174/task/8175/stat : 8175 (java) S 8160 8160 7001 0 -1 64 4855 0 0 0 2 2 0 0 16 0 8 0 19401445 881864704 20617 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8174/tid=8176] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8176/stat : 8176 (java) S 8160 8160 7001 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19401445 881864704 20617 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8174/tid=8177] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8177/stat : 8177 (java) S 8160 8160 7001 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 19401445 881864704 20617 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8174/tid=8178] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8178/stat : 8178 (java) S 8160 8160 7001 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 19401456 881864704 20617 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8174/tid=8179] ppid=8160 vsize=861196 CPUtime=0.35
/proc/8174/task/8179/stat : 8179 (java) S 8160 8160 7001 0 -1 64 1091 0 0 0 34 1 0 0 16 0 8 0 19401456 881864704 20617 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8174/tid=8180] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8180/stat : 8180 (java) S 8160 8160 7001 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 19401456 881864704 20617 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8174/tid=8181] ppid=8160 vsize=861196 CPUtime=0
/proc/8174/task/8181/stat : 8181 (java) S 8160 8160 7001 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 19401456 881864704 20617 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 908772

[startup+25.5762 s]
/proc/loadavg: 0.95 0.98 1.15 2/66 8182
/proc/meminfo: memFree=1481936/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=57848 CPUtime=12.62
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 14360 0 0 0 1254 8 0 0 25 0 1 0 19402732 59236352 14342 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 14462 14342 54 142 0 14318 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 105424

[startup+51.2059 s]
/proc/loadavg: 0.96 0.98 1.14 2/66 8182
/proc/meminfo: memFree=1426640/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=111396 CPUtime=38.23
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 27727 0 0 0 3806 17 0 0 25 0 1 0 19402732 114069504 27709 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 27849 27709 54 142 0 27705 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 158972

[startup+102.462 s]
/proc/loadavg: 0.98 0.98 1.13 2/66 8182
/proc/meminfo: memFree=1364240/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=173796 CPUtime=89.48
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 43288 0 0 0 8919 29 0 0 25 0 1 0 19402732 177967104 43270 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525914 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 43449 43270 54 142 0 43305 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 221372

[startup+162.539 s]
/proc/loadavg: 0.99 0.98 1.12 2/66 8182
/proc/meminfo: memFree=1313168/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=224180 CPUtime=149.54
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 55920 0 0 0 14914 40 0 0 25 0 1 0 19402732 229560320 55902 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 56045 55902 54 142 0 55901 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 271756

[startup+222.609 s]
/proc/loadavg: 0.99 0.98 1.11 2/66 8182
/proc/meminfo: memFree=1278672/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=259012 CPUtime=209.59
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 64542 0 0 0 20913 46 0 0 25 0 1 0 19402732 265228288 64524 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0

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

/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=616772 CPUtime=1050.4
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 153762 0 0 0 104904 136 0 0 25 0 1 0 19402732 631574528 153744 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 154193 153744 54 142 0 154049 0
Current children cumulated CPU time (s) 1063.2
Current children cumulated vsize (KiB) 664348

[startup+1123.71 s]
/proc/loadavg: 0.99 0.98 1.01 2/66 8184
/proc/meminfo: memFree=902288/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=635296 CPUtime=1110.45
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 158398 0 0 0 110905 140 0 0 25 0 1 0 19402732 650543104 158380 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 158824 158380 54 142 0 158680 0
Current children cumulated CPU time (s) 1123.25
Current children cumulated vsize (KiB) 682872

[startup+1183.78 s]
/proc/loadavg: 0.99 0.98 1.01 2/66 8184
/proc/meminfo: memFree=887376/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=650264 CPUtime=1170.51
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 162147 0 0 0 116906 145 0 0 25 0 1 0 19402732 665870336 162129 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 162566 162129 54 142 0 162422 0
Current children cumulated CPU time (s) 1183.31
Current children cumulated vsize (KiB) 697840

[startup+1243.85 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 8184
/proc/meminfo: memFree=868304/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=669100 CPUtime=1230.56
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 166839 0 0 0 122908 148 0 0 25 0 1 0 19402732 685158400 166821 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525786 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 167275 166821 54 142 0 167131 0
Current children cumulated CPU time (s) 1243.36
Current children cumulated vsize (KiB) 716676

[startup+1303.92 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 8184
/proc/meminfo: memFree=853968/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=683356 CPUtime=1290.62
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 170441 0 0 0 128910 152 0 0 25 0 1 0 19402732 699756544 170423 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 170839 170423 54 142 0 170695 0
Current children cumulated CPU time (s) 1303.42
Current children cumulated vsize (KiB) 730932

[startup+1364 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 8184
/proc/meminfo: memFree=843984/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=693432 CPUtime=1350.68
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 172943 0 0 0 134913 155 0 0 25 0 1 0 19402732 710074368 172925 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 173358 172925 54 142 0 173214 0
Current children cumulated CPU time (s) 1363.48
Current children cumulated vsize (KiB) 741008

[startup+1424.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8184
/proc/meminfo: memFree=832400/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=705056 CPUtime=1410.74
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 175853 0 0 0 140916 158 0 0 25 0 1 0 19402732 721977344 175835 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 176264 175835 54 142 0 176120 0
Current children cumulated CPU time (s) 1423.54
Current children cumulated vsize (KiB) 752632

[startup+1484.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8184
/proc/meminfo: memFree=814160/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=723176 CPUtime=1470.79
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 180365 0 0 0 146916 163 0 0 25 0 1 0 19402732 740532224 180347 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529351 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 180794 180347 54 142 0 180650 0
Current children cumulated CPU time (s) 1483.59
Current children cumulated vsize (KiB) 770752

[startup+1544.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8184
/proc/meminfo: memFree=786512/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=750840 CPUtime=1530.85
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 187280 0 0 0 152915 170 0 0 25 0 1 0 19402732 768860160 187262 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 187710 187262 54 142 0 187566 0
Current children cumulated CPU time (s) 1543.65
Current children cumulated vsize (KiB) 798416

[startup+1604.28 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8184
/proc/meminfo: memFree=753744/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=785068 CPUtime=1590.91
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 195530 0 0 0 158912 179 0 0 25 0 1 0 19402732 803909632 195512 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 196267 195512 54 142 0 196123 0
Current children cumulated CPU time (s) 1603.71
Current children cumulated vsize (KiB) 832644

[startup+1664.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8184
/proc/meminfo: memFree=725712/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=812988 CPUtime=1650.96
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 202494 0 0 0 164910 186 0 0 25 0 1 0 19402732 832499712 202476 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529336 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 203247 202476 54 142 0 203103 0
Current children cumulated CPU time (s) 1663.76
Current children cumulated vsize (KiB) 860564

[startup+1724.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8184
/proc/meminfo: memFree=696528/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=841848 CPUtime=1711.02
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 209692 0 0 0 170909 193 0 0 25 0 1 0 19402732 862052352 209674 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 210462 209674 54 142 0 210318 0
Current children cumulated CPU time (s) 1723.82
Current children cumulated vsize (KiB) 889424

[startup+1784.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8184
/proc/meminfo: memFree=679888/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=858676 CPUtime=1771.08
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 213926 0 0 0 176910 198 0 0 25 0 1 0 19402732 879284224 213908 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 214669 213908 54 142 0 214525 0
Current children cumulated CPU time (s) 1783.88
Current children cumulated vsize (KiB) 906252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8184
/proc/meminfo: memFree=679120/2055920 swapFree=4192956/4192956
[pid=8160] ppid=8158 vsize=47576 CPUtime=12.8
/proc/8160/stat : 8160 (galac.sh) S 8158 8160 7001 0 -1 4194304 798 22593 0 3 0 0 1261 19 16 0 1 0 19401438 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 247254412122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8160/statm: 11894 363 245 79 0 218 0
[pid=8182] ppid=8160 vsize=859076 CPUtime=1787.27
/proc/8182/stat : 8182 (minisat) R 8160 8160 7001 0 -1 4194304 214035 0 0 0 178529 198 0 0 25 0 1 0 19402732 879693824 214017 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 214769 214017 54 142 0 214625 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 906652

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.71
CPU time (s): 12.826
CPU user time (s): 12.6251
CPU system time (s): 0.200969
CPU usage (%): 0.712278
Max. virtual memory (cumulated for all children) (KiB): 908772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.6251
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23391
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1300
involuntary context switches= 75

runsolver used 1.35279 s user time and 5.04223 s system time

The end

Launcher Data (download as text)

Begin job on node63 on Sat Jan 13 20:10:40 UTC 2007


IDJOB= 238912
IDBENCH= 7027
IDSOLVER= 78
FILE ID= node63/238912-1168719039

PBS_JOBID= 3547332

Free space on /tmp= 66562 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  4fd3da60666aa17646751e550d3ce3db

RANDOM SEED= 907852300

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:       1545328 kB
Buffers:         33516 kB
Cached:         389104 kB
SwapCached:          0 kB
Active:          70832 kB
Inactive:       367664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545328 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3124 kB
Writeback:           0 kB
Mapped:          26048 kB
Slab:            58012 kB
Committed_AS:   349392 kB
PageTables:       1464 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 node63 on Sat Jan 13 20:40:47 UTC 2007