Trace number 238969

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) 13.6619 1800.59

General information on the benchmark

NameblackHole/BH-4-13/
BlackHole-4-13-m-1_ext.xml
MD5SUMa1605d2afccf6dc05f53789b17db85a0
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.04	c --- Preproc Stats ---
1.17	c start processing
1.18	c start relation processing
1.19	c start cnf exporting
13.67	c parsing time : 1.009
13.67	c preprocessing time : 13.508
13.67	
13.68	c Nary constraints - conflicts : 0 supports : 0
13.68	c Binary constraints - conflicts : 4030 supports :188
13.68	c max arity constraint : 2
13.68	c Max Tuples generated 0
13.68	c relations : 9
13.68	c relations BDD: 0
13.68	c vars : 7335 - clauses :  498934
13.68	
13.71	 
13.71	c --- Minisat Stats ---
13.71	 

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/node56/watcher-238969-1168719048 -o ROOT/results/node56/solver-238969-1168719048 -C 1800 -M 900 /tmp/evaluation/238969-1168719048/galac.sh /tmp/evaluation/238969-1168719048/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.98 1.00 1.00 8/75 14260
/proc/meminfo: memFree=1690256/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=8564 CPUtime=0
/proc/14257/stat : 14257 (galac.sh) R 14252 14257 14140 0 -1 4194304 317 0 0 0 0 0 0 0 19 0 1 0 220303017 8769536 261 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253307355090 0 2 4096 8192 0 0 0 17 0 0 0
/proc/14257/statm: 2141 261 201 79 0 134 0

[startup+0.10765 s]
/proc/loadavg: 0.98 1.00 1.00 8/75 14260
/proc/meminfo: memFree=1690256/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=0.01
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.51569 s]
/proc/loadavg: 0.98 1.00 1.00 8/75 14260
/proc/meminfo: memFree=1690256/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=0.01
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33778 s]
/proc/loadavg: 0.98 1.00 1.00 4/89 14299
/proc/meminfo: memFree=1621392/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=0.01
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14285] ppid=14257 vsize=861196 CPUtime=1.27
/proc/14285/stat : 14285 (java) S 14257 14257 14140 0 -1 0 11238 0 1 0 120 7 0 0 17 0 8 0 220303021 881864704 10992 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 215299 10992 1984 14 0 201504 0
[pid=14285/tid=14289] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14289/stat : 14289 (java) S 14257 14257 14140 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 220303024 881864704 10992 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14290] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14290/stat : 14290 (java) S 14257 14257 14140 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 220303025 881864704 10992 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14291] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14291/stat : 14291 (java) S 14257 14257 14140 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 220303025 881864704 10992 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14296] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14296/stat : 14296 (java) S 14257 14257 14140 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220303028 881864704 10992 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14297] ppid=14257 vsize=861196 CPUtime=0.35
/proc/14285/task/14297/stat : 14297 (java) R 14257 14257 14140 0 -1 64 1077 0 0 0 33 2 0 0 22 0 8 0 220303028 881864704 10992 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14298] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14298/stat : 14298 (java) S 14257 14257 14140 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 220303028 881864704 10992 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14299] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14299/stat : 14299 (java) S 14257 14257 14140 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220303028 881864704 10992 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908756

[startup+2.99095 s]
/proc/loadavg: 0.98 1.00 1.00 4/90 14300
/proc/meminfo: memFree=1506312/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=0.01
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14285] ppid=14257 vsize=861196 CPUtime=2.93
/proc/14285/stat : 14285 (java) R 14257 14257 14140 0 -1 0 20851 0 1 0 280 13 0 0 25 0 8 0 220303021 881864704 20602 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073679560 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 215299 20602 1995 14 0 201504 0
[pid=14285/tid=14289] ppid=14257 vsize=861196 CPUtime=0.04
/proc/14285/task/14289/stat : 14289 (java) S 14257 14257 14140 0 -1 64 4851 0 0 0 2 2 0 0 16 0 8 0 220303024 881864704 20602 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14290] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14290/stat : 14290 (java) S 14257 14257 14140 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 220303025 881864704 20602 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14291] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14291/stat : 14291 (java) S 14257 14257 14140 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 220303025 881864704 20602 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14296] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14296/stat : 14296 (java) S 14257 14257 14140 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220303028 881864704 20602 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14297] ppid=14257 vsize=861196 CPUtime=0.35
/proc/14285/task/14297/stat : 14297 (java) S 14257 14257 14140 0 -1 64 1081 0 0 0 33 2 0 0 22 0 8 0 220303028 881864704 20602 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14298] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14298/stat : 14298 (java) S 14257 14257 14140 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 220303028 881864704 20602 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14299] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14299/stat : 14299 (java) S 14257 14257 14140 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220303028 881864704 20602 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 908756

[startup+6.27025 s]
/proc/loadavg: 1.06 1.02 1.00 3/90 14300
/proc/meminfo: memFree=1503944/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=0.01
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14285] ppid=14257 vsize=861196 CPUtime=6.2
/proc/14285/stat : 14285 (java) R 14257 14257 14140 0 -1 0 20874 0 1 0 606 14 0 0 25 0 8 0 220303021 881864704 20619 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154517191 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 215299 20619 1998 14 0 201504 0
[pid=14285/tid=14289] ppid=14257 vsize=861196 CPUtime=0.04
/proc/14285/task/14289/stat : 14289 (java) S 14257 14257 14140 0 -1 64 4854 0 0 0 2 2 0 0 16 0 8 0 220303024 881864704 20619 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14290] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14290/stat : 14290 (java) S 14257 14257 14140 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 220303025 881864704 20619 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14291] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14291/stat : 14291 (java) S 14257 14257 14140 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 220303025 881864704 20619 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14296] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14296/stat : 14296 (java) S 14257 14257 14140 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220303028 881864704 20619 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14297] ppid=14257 vsize=861196 CPUtime=0.37
/proc/14285/task/14297/stat : 14297 (java) S 14257 14257 14140 0 -1 64 1090 0 0 0 35 2 0 0 16 0 8 0 220303028 881864704 20619 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14298] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14298/stat : 14298 (java) S 14257 14257 14140 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 220303028 881864704 20619 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14299] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14299/stat : 14299 (java) S 14257 14257 14140 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220303028 881864704 20619 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 908756

[startup+12.6719 s]
/proc/loadavg: 1.14 1.03 1.01 3/90 14300
/proc/meminfo: memFree=1500432/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=0.01
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14285] ppid=14257 vsize=861196 CPUtime=12.6
/proc/14285/stat : 14285 (java) R 14257 14257 14140 0 -1 0 20887 0 1 0 1244 16 0 0 25 0 8 0 220303021 881864704 20621 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155059391 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14285/statm: 215299 20621 1999 14 0 201504 0
[pid=14285/tid=14289] ppid=14257 vsize=861196 CPUtime=0.05
/proc/14285/task/14289/stat : 14289 (java) S 14257 14257 14140 0 -1 64 4855 0 0 0 3 2 0 0 16 0 8 0 220303024 881864704 20621 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14290] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14290/stat : 14290 (java) S 14257 14257 14140 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 220303025 881864704 20621 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14291] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14291/stat : 14291 (java) S 14257 14257 14140 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 220303025 881864704 20621 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14296] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14296/stat : 14296 (java) S 14257 14257 14140 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220303028 881864704 20621 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14297] ppid=14257 vsize=861196 CPUtime=0.37
/proc/14285/task/14297/stat : 14297 (java) S 14257 14257 14140 0 -1 64 1091 0 0 0 35 2 0 0 16 0 8 0 220303028 881864704 20621 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14298] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14298/stat : 14298 (java) S 14257 14257 14140 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 220303028 881864704 20621 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14285/tid=14299] ppid=14257 vsize=861196 CPUtime=0
/proc/14285/task/14299/stat : 14299 (java) S 14257 14257 14140 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220303028 881864704 20621 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 908756

[startup+25.5401 s]
/proc/loadavg: 1.33 1.08 1.02 4/83 14301
/proc/meminfo: memFree=1524296/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=52028 CPUtime=11.81
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 12897 0 0 0 1174 7 0 0 25 0 1 0 220304389 53276672 12879 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 13007 12879 54 142 0 12863 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 99588

[startup+51.2036 s]
/proc/loadavg: 1.56 1.15 1.05 3/83 14301
/proc/meminfo: memFree=1444488/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=91840 CPUtime=37.47
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 22832 0 0 0 3732 15 0 0 25 0 1 0 220304389 94044160 22814 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 22960 22814 54 142 0 22816 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 139400

[startup+102.408 s]
/proc/loadavg: 1.89 1.30 1.10 3/83 14301
/proc/meminfo: memFree=1392136/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=144260 CPUtime=88.66
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 35936 0 0 0 8839 27 0 0 25 0 1 0 220304389 147722240 35918 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 36065 35918 54 142 0 35921 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 191820

[startup+162.49 s]
/proc/loadavg: 1.96 1.42 1.15 3/83 14301
/proc/meminfo: memFree=1286856/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=208924 CPUtime=148.72
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 52096 0 0 0 14828 44 0 0 25 0 1 0 220304389 213938176 52078 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 52231 52078 54 142 0 52087 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 256484

[startup+222.584 s]
/proc/loadavg: 1.98 1.52 1.20 3/83 14301
/proc/meminfo: memFree=1206728/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=247688 CPUtime=208.81
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 61707 0 0 0 20827 54 0 0 25 0 1 0 220304389 253632512 61689 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 61922 61689 54 142 0 61778 0
Current children cumulated CPU time (s) 222.44
Current children cumulated vsize (KiB) 295248

[startup+282.67 s]
/proc/loadavg: 1.99 1.61 1.26 3/83 14301

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

/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=581620 CPUtime=1049.6
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 144985 0 0 0 104815 145 0 0 25 0 1 0 220304389 595578880 144967 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 145405 144967 54 142 0 145261 0
Current children cumulated CPU time (s) 1063.23
Current children cumulated vsize (KiB) 629180

[startup+1123.69 s]
/proc/loadavg: 2.06 2.00 1.68 3/83 14303
/proc/meminfo: memFree=645768/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=601456 CPUtime=1109.69
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 149979 0 0 0 110818 151 0 0 25 0 1 0 220304389 615890944 149961 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 150364 149961 54 142 0 150220 0
Current children cumulated CPU time (s) 1123.32
Current children cumulated vsize (KiB) 649016

[startup+1183.69 s]
/proc/loadavg: 2.10 2.01 1.71 3/83 14303
/proc/meminfo: memFree=629064/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=618088 CPUtime=1169.68
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 154136 0 0 0 116812 156 0 0 25 0 1 0 220304389 632922112 154118 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 154522 154118 54 142 0 154378 0
Current children cumulated CPU time (s) 1183.31
Current children cumulated vsize (KiB) 665648

[startup+1243.77 s]
/proc/loadavg: 2.04 2.01 1.72 3/83 14303
/proc/meminfo: memFree=609928/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=637256 CPUtime=1229.74
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 158918 0 0 0 122813 161 0 0 25 0 1 0 220304389 652550144 158900 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 159314 158900 54 142 0 159170 0
Current children cumulated CPU time (s) 1243.37
Current children cumulated vsize (KiB) 684816

[startup+1303.85 s]
/proc/loadavg: 2.05 2.02 1.74 3/83 14303
/proc/meminfo: memFree=550472/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=654980 CPUtime=1289.79
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 163365 0 0 0 128814 165 0 0 25 0 1 0 220304389 670699520 163347 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 163745 163347 54 142 0 163601 0
Current children cumulated CPU time (s) 1303.42
Current children cumulated vsize (KiB) 702540

[startup+1363.92 s]
/proc/loadavg: 2.02 2.01 1.75 3/83 14303
/proc/meminfo: memFree=533192/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=672228 CPUtime=1349.85
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 167660 0 0 0 134815 170 0 0 25 0 1 0 220304389 688361472 167642 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 168057 167642 54 142 0 167913 0
Current children cumulated CPU time (s) 1363.48
Current children cumulated vsize (KiB) 719788

[startup+1423.99 s]
/proc/loadavg: 2.22 2.06 1.78 3/83 14303
/proc/meminfo: memFree=521352/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=683896 CPUtime=1409.91
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 170589 0 0 0 140818 173 0 0 25 0 1 0 220304389 700309504 170571 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 170974 170571 54 142 0 170830 0
Current children cumulated CPU time (s) 1423.54
Current children cumulated vsize (KiB) 731456

[startup+1484.07 s]
/proc/loadavg: 2.08 2.04 1.79 3/83 14303
/proc/meminfo: memFree=510088/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=695172 CPUtime=1469.97
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 173404 0 0 0 146820 177 0 0 25 0 1 0 220304389 711856128 173386 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 173793 173386 54 142 0 173649 0
Current children cumulated CPU time (s) 1483.6
Current children cumulated vsize (KiB) 742732

[startup+1544.15 s]
/proc/loadavg: 2.03 2.03 1.81 3/83 14303
/proc/meminfo: memFree=453640/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=708988 CPUtime=1530.04
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 176851 0 0 0 152823 181 0 0 25 0 1 0 220304389 726003712 176833 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 177247 176833 54 142 0 177103 0
Current children cumulated CPU time (s) 1543.67
Current children cumulated vsize (KiB) 756548

[startup+1604.22 s]
/proc/loadavg: 2.01 2.03 1.82 3/83 14303
/proc/meminfo: memFree=422472/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=740128 CPUtime=1590.09
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 184665 0 0 0 158820 189 0 0 25 0 1 0 220304389 757891072 184647 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 185032 184647 54 142 0 184888 0
Current children cumulated CPU time (s) 1603.72
Current children cumulated vsize (KiB) 787688

[startup+1664.31 s]
/proc/loadavg: 2.11 2.05 1.83 3/83 14303
/proc/meminfo: memFree=395016/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=769000 CPUtime=1650.17
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 191529 0 0 0 164819 198 0 0 25 0 1 0 220304389 787456000 191511 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 192250 191511 54 142 0 192106 0
Current children cumulated CPU time (s) 1663.8
Current children cumulated vsize (KiB) 816560

[startup+1724.39 s]
/proc/loadavg: 2.04 2.04 1.84 3/83 14303
/proc/meminfo: memFree=371976/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=791508 CPUtime=1710.23
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 197170 0 0 0 170820 203 0 0 25 0 1 0 220304389 810504192 197152 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 197877 197152 54 142 0 197733 0
Current children cumulated CPU time (s) 1723.86
Current children cumulated vsize (KiB) 839068

[startup+1784.46 s]
/proc/loadavg: 2.01 2.03 1.85 3/83 14303
/proc/meminfo: memFree=304200/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=816992 CPUtime=1770.28
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 203537 0 0 0 176818 210 0 0 25 0 1 0 220304389 836599808 203519 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 204248 203519 54 142 0 204104 0
Current children cumulated CPU time (s) 1783.91
Current children cumulated vsize (KiB) 864552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.58 s]
/proc/loadavg: 2.01 2.03 1.85 3/83 14303
/proc/meminfo: memFree=297608/2055920 swapFree=4184804/4192956
[pid=14257] ppid=14252 vsize=47560 CPUtime=13.63
/proc/14257/stat : 14257 (galac.sh) S 14252 14257 14140 0 -1 4194304 800 22599 0 1 0 0 1344 19 17 0 1 0 220303017 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14257/statm: 11890 364 246 79 0 218 0
[pid=14301] ppid=14257 vsize=823460 CPUtime=1786.41
/proc/14301/stat : 14301 (minisat) R 14257 14257 14140 0 -1 4194304 205153 0 0 0 178429 212 0 0 25 0 1 0 220304389 843223040 205135 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14301/statm: 205865 205135 54 142 0 205721 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 871020

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.59
CPU time (s): 13.6619
CPU user time (s): 13.455
CPU system time (s): 0.206968
CPU usage (%): 0.758746
Max. virtual memory (cumulated for all children) (KiB): 908756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.455
system time used= 0.206968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23399
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= 1397
involuntary context switches= 1377

runsolver used 1.90771 s user time and 5.15822 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Sat Jan 13 20:10:49 UTC 2007


IDJOB= 238969
IDBENCH= 7030
IDSOLVER= 78
FILE ID= node56/238969-1168719048

PBS_JOBID= 3547650

Free space on /tmp= 66558 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  a1605d2afccf6dc05f53789b17db85a0

RANDOM SEED= 279937004

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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1691552 kB
Buffers:         31484 kB
Cached:         268080 kB
SwapCached:       2356 kB
Active:          51512 kB
Inactive:       262804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691552 kB
SwapTotal:     4192956 kB
SwapFree:      4184804 kB
Dirty:            7040 kB
Writeback:           0 kB
Mapped:          22116 kB
Slab:            35624 kB
Committed_AS:  4653596 kB
PageTables:       1780 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= 66551 MiB



End job on node56 on Sat Jan 13 20:40:56 UTC 2007