Trace number 1732810

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
HydraSAT-Flat 2009-03-22-FlatUNSAT 773.111 773.354

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK11.cnf
MD5SUM594c254e77c66d387919761f50e63b6d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark88.5185
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses139590
Sum of the clauses size1667160
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4990
Number of clauses of size 50
Number of clauses of size over 5138600

Solver Data

773.05/773.34	
773.05/773.34	c decisions : 365557
773.05/773.34	c conflicts : 351512
773.05/773.34	c Memory limit 1620 MiB
773.05/773.34	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1732810-1240783446/watcher-1732810-1240783446 -o /tmp/evaluation-result-1732810-1240783446/solver-1732810-1240783446 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-flat HOME/instance-1732810-1240783446.cnf -rs 1996968816 -co memory_limit 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.03 1.73 1.60 2/64 24980
/proc/meminfo: memFree=1533504/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=2144 CPUtime=0
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 106377593 2195456 171 1992294400 134512640 135819388 4294956160 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 536 171 119 319 0 214 0

[startup+0.0549329 s]
/proc/loadavg: 1.03 1.73 1.60 2/64 24980
/proc/meminfo: memFree=1533504/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=3860 CPUtime=0.05
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 644 0 0 0 5 0 0 0 18 0 1 0 106377593 3952640 628 1992294400 134512640 135819388 4294956160 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 965 628 119 319 0 643 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3860

[startup+0.101938 s]
/proc/loadavg: 1.03 1.73 1.60 2/64 24980
/proc/meminfo: memFree=1533504/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=5444 CPUtime=0.09
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 1068 0 0 0 9 0 0 0 18 0 1 0 106377593 5574656 1052 1992294400 134512640 135819388 4294956160 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 1361 1052 119 319 0 1039 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5444

[startup+0.30197 s]
/proc/loadavg: 1.03 1.73 1.60 2/64 24980
/proc/meminfo: memFree=1533504/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=12308 CPUtime=0.29
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 2876 0 0 0 29 0 0 0 19 0 1 0 106377593 12603392 2860 1992294400 134512640 135819388 4294956160 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 3077 2860 119 319 0 2755 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12308

[startup+0.701033 s]
/proc/loadavg: 1.03 1.73 1.60 2/64 24980
/proc/meminfo: memFree=1533504/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=21652 CPUtime=0.69
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 5220 0 0 0 68 1 0 0 22 0 1 0 106377593 22171648 5034 1992294400 134512640 135819388 4294956160 18446744073709551615 134521156 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 5413 5034 127 319 0 5091 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21652

[startup+1.50116 s]
/proc/loadavg: 1.03 1.73 1.60 2/65 24981
/proc/meminfo: memFree=1513720/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=21652 CPUtime=1.49
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 5220 0 0 0 148 1 0 0 25 0 1 0 106377593 22171648 5034 1992294400 134512640 135819388 4294956160 18446744073709551615 134681591 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 5413 5034 127 319 0 5091 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21652

[startup+3.10142 s]
/proc/loadavg: 1.03 1.73 1.60 2/65 24981
/proc/meminfo: memFree=1513592/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=21652 CPUtime=3.09
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 5220 0 0 0 308 1 0 0 25 0 1 0 106377593 22171648 5034 1992294400 134512640 135819388 4294956160 18446744073709551615 134521161 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 5413 5034 127 319 0 5091 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21652

[startup+6.30193 s]
/proc/loadavg: 1.19 1.75 1.61 3/65 24981
/proc/meminfo: memFree=1513336/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=21652 CPUtime=6.29
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 5220 0 0 0 627 2 0 0 25 0 1 0 106377593 22171648 5034 1992294400 134512640 135819388 4294956160 18446744073709551615 134681591 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 5413 5034 127 319 0 5091 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21652

[startup+12.7019 s]
/proc/loadavg: 1.17 1.74 1.60 2/65 24981
/proc/meminfo: memFree=1513336/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=21652 CPUtime=12.69
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 5220 0 0 0 1267 2 0 0 25 0 1 0 106377593 22171648 5034 1992294400 134512640 135819388 4294956160 18446744073709551615 134681591 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 5413 5034 127 319 0 5091 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21652

[startup+25.502 s]
/proc/loadavg: 1.13 1.70 1.59 2/65 24981
/proc/meminfo: memFree=1513400/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=21652 CPUtime=25.49
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 5220 0 0 0 2547 2 0 0 25 0 1 0 106377593 22171648 5034 1992294400 134512640 135819388 4294956160 18446744073709551615 134521161 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 5413 5034 127 319 0 5091 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 21652

[startup+51.1011 s]
/proc/loadavg: 1.09 1.65 1.58 2/65 24981
/proc/meminfo: memFree=1513464/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=21652 CPUtime=51.08
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 5220 0 0 0 5106 2 0 0 25 0 1 0 106377593 22171648 5034 1992294400 134512640 135819388 4294956160 18446744073709551615 134681582 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 5413 5034 127 319 0 5091 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21652

[startup+102.305 s]
/proc/loadavg: 1.04 1.55 1.54 2/65 24981
/proc/meminfo: memFree=1513464/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=21652 CPUtime=102.26
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 5220 0 0 0 10224 2 0 0 25 0 1 0 106377593 22171648 5034 1992294400 134512640 135819388 4294956160 18446744073709551615 134521166 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 5413 5034 127 319 0 5091 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 21652

[startup+162.302 s]
/proc/loadavg: 1.01 1.44 1.51 2/65 24981
/proc/meminfo: memFree=1513464/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=21652 CPUtime=162.24
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 5220 0 0 0 16222 2 0 0 25 0 1 0 106377593 22171648 5034 1992294400 134512640 135819388 4294956160 18446744073709551615 134521161 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 5413 5034 127 319 0 5091 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 21652

[startup+222.301 s]
/proc/loadavg: 1.00 1.36 1.47 2/65 24981
/proc/meminfo: memFree=1513464/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=21652 CPUtime=222.22
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 5221 0 0 0 22220 2 0 0 25 0 1 0 106377593 22171648 5035 1992294400 134512640 135819388 4294956160 18446744073709551615 134681591 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 5413 5035 128 319 0 5091 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 21652

[startup+282.302 s]
/proc/loadavg: 1.00 1.29 1.44 2/65 24981
/proc/meminfo: memFree=1513464/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=21652 CPUtime=282.2
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 5221 0 0 0 28218 2 0 0 25 0 1 0 106377593 22171648 5035 1992294400 134512640 135819388 4294956160 18446744073709551615 134521156 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 5413 5035 128 319 0 5091 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 21652

[startup+342.302 s]
/proc/loadavg: 1.00 1.24 1.41 2/65 24981
/proc/meminfo: memFree=1513472/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=21652 CPUtime=342.19
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 5221 0 0 0 34216 3 0 0 25 0 1 0 106377593 22171648 5035 1992294400 134512640 135819388 4294956160 18446744073709551615 134681591 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 5413 5035 128 319 0 5091 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 21652

[startup+402.301 s]
/proc/loadavg: 1.00 1.19 1.38 2/65 24981
/proc/meminfo: memFree=1513472/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=21652 CPUtime=402.17
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 5221 0 0 0 40214 3 0 0 25 0 1 0 106377593 22171648 5035 1992294400 134512640 135819388 4294956160 18446744073709551615 134521142 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 5413 5035 128 319 0 5091 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 21652

[startup+462.302 s]
/proc/loadavg: 1.00 1.15 1.35 2/65 24981
/proc/meminfo: memFree=1503232/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=37024 CPUtime=462.15
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 10502 0 0 0 46209 6 0 0 25 0 1 0 106377593 37912576 7657 1992294400 134512640 135819388 4294956160 18446744073709551615 134616810 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 9256 7657 147 319 0 8934 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 37024

[startup+522.301 s]
/proc/loadavg: 1.00 1.12 1.33 2/65 24981
/proc/meminfo: memFree=1495808/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=45348 CPUtime=522.12
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 12362 0 0 0 52206 6 0 0 25 0 1 0 106377593 46436352 9517 1992294400 134512640 135819388 4294956160 18446744073709551615 134617068 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 11337 9517 147 319 0 11015 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 45348

[startup+582.302 s]
/proc/loadavg: 1.00 1.10 1.31 2/65 24981
/proc/meminfo: memFree=1490944/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=50788 CPUtime=582.11
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 13796 0 0 0 58203 8 0 0 25 0 1 0 106377593 52006912 10710 1992294400 134512640 135819388 4294956160 18446744073709551615 134616763 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 12697 10710 147 319 0 12375 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 50788

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.28 2/65 24981
/proc/meminfo: memFree=1490816/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=50788 CPUtime=642.09
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 13825 0 0 0 64201 8 0 0 25 0 1 0 106377593 52006912 10739 1992294400 134512640 135819388 4294956160 18446744073709551615 134616810 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 12697 10739 147 319 0 12375 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 50788

[startup+702.301 s]
/proc/loadavg: 1.00 1.06 1.26 2/65 24981
/proc/meminfo: memFree=1488320/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=53676 CPUtime=702.08
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 14439 0 0 0 70199 9 0 0 25 0 1 0 106377593 54964224 11353 1992294400 134512640 135819388 4294956160 18446744073709551615 134617042 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 13419 11353 147 319 0 13097 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 53676

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.25 2/65 24981
/proc/meminfo: memFree=1488000/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=54188 CPUtime=762.06
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 14617 0 0 0 76197 9 0 0 25 0 1 0 106377593 55488512 11402 1992294400 134512640 135819388 4294956160 18446744073709551615 134617068 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 13547 11402 147 319 0 13225 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 54188

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

[startup+767.901 s]
/proc/loadavg: 1.00 1.05 1.24 2/65 24981
/proc/meminfo: memFree=1488000/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=54188 CPUtime=767.65
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 14620 0 0 0 76756 9 0 0 25 0 1 0 106377593 55488512 11405 1992294400 134512640 135819388 4294956160 18446744073709551615 134617068 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 13547 11405 147 319 0 13225 0
Current children cumulated CPU time (s) 767.65
Current children cumulated vsize (KiB) 54188

[startup+771.106 s]
/proc/loadavg: 1.00 1.05 1.24 2/65 24981
/proc/meminfo: memFree=1488000/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=54188 CPUtime=770.86
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 14623 0 0 0 77077 9 0 0 25 0 1 0 106377593 55488512 11408 1992294400 134512640 135819388 4294956160 18446744073709551615 134616815 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 13547 11408 147 319 0 13225 0
Current children cumulated CPU time (s) 770.86
Current children cumulated vsize (KiB) 54188

[startup+772.701 s]
/proc/loadavg: 1.00 1.05 1.24 2/65 24981
/proc/meminfo: memFree=1488000/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=54188 CPUtime=772.45
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 14624 0 0 0 77236 9 0 0 25 0 1 0 106377593 55488512 11409 1992294400 134512640 135819388 4294956160 18446744073709551615 134616823 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 13547 11409 147 319 0 13225 0
Current children cumulated CPU time (s) 772.45
Current children cumulated vsize (KiB) 54188

[startup+773.101 s]
/proc/loadavg: 1.00 1.05 1.24 2/65 24981
/proc/meminfo: memFree=1488000/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=54188 CPUtime=772.85
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 14624 0 0 0 77276 9 0 0 25 0 1 0 106377593 55488512 11409 1992294400 134512640 135819388 4294956160 18446744073709551615 134617100 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 13547 11409 147 319 0 13225 0
Current children cumulated CPU time (s) 772.85
Current children cumulated vsize (KiB) 54188

[startup+773.305 s]
/proc/loadavg: 1.00 1.05 1.24 2/65 24981
/proc/meminfo: memFree=1488000/2055920 swapFree=4181132/4192956
[pid=24980] ppid=24978 vsize=54188 CPUtime=773.05
/proc/24980/stat : 24980 (hydrasat-flat) R 24978 24980 24547 0 -1 4194304 14624 0 0 0 77296 9 0 0 25 0 1 0 106377593 55488512 11409 1992294400 134512640 135819388 4294956160 18446744073709551615 134616955 0 0 4096 1 0 0 0 17 1 0 0
/proc/24980/statm: 13547 11409 147 319 0 13225 0
Current children cumulated CPU time (s) 773.05
Current children cumulated vsize (KiB) 54188

Child status: 20
Real time (s): 773.354
CPU time (s): 773.111
CPU user time (s): 773.01
CPU system time (s): 0.100984
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 54188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 773.01
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14629
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1603

runsolver used 0.72189 second user time and 1.67374 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-27 00:04:06
IDJOB=1732810
IDBENCH=71128
IDSOLVER=519
FILE ID=node26/1732810-1240783446
PBS_JOBID= 9187236
Free space on /tmp= 66104 MiB

SOLVER NAME= HydraSAT-Flat 2009-03-22-Flat
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK11.cnf
COMMAND LINE= DIR/hydrasat-flat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732810-1240783446/watcher-1732810-1240783446 -o /tmp/evaluation-result-1732810-1240783446/solver-1732810-1240783446 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-flat HOME/instance-1732810-1240783446.cnf -rs 1996968816 -co memory_limit 1800

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 594c254e77c66d387919761f50e63b6d
RANDOM SEED=1996968816

node26.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
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.261
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:       1533984 kB
Buffers:         62484 kB
Cached:         381712 kB
SwapCached:       5692 kB
Active:         138912 kB
Inactive:       313544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1533984 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:            6196 kB
Writeback:           0 kB
Mapped:          13608 kB
Slab:            55500 kB
Committed_AS:   385936 kB
PageTables:       1368 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= 66104 MiB
End job on node26 at 2009-04-27 00:17:00