Trace number 1731668

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 2009-03-22-BaseUNSAT 664.553 664.795

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest03-SGI_30_50_30_20_3-dir.sat05-440.reshuffled-07.cnf
MD5SUM4a0cf034172f796c42342e79509e3449
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark315.531
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses71378
Sum of the clauses size143596
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 271348
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

664.45/664.79	
664.45/664.79	c decisions : 4094806
664.45/664.79	c conflicts : 2843210
664.45/664.79	c Memory limit 1620 MiB
664.45/664.79	c RANDOM SEED: 560974163
664.45/664.79	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-1731668-1240773232/watcher-1731668-1240773232 -o /tmp/evaluation-result-1731668-1240773232/solver-1731668-1240773232 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat HOME/instance-1731668-1240773232.cnf -rs 560974163 -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: 0.99 0.97 0.98 3/64 25240
/proc/meminfo: memFree=1778992/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=2048 CPUtime=0
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 224 0 0 0 0 0 0 0 18 0 1 0 105357297 2097152 208 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 512 209 151 362 0 147 0

[startup+0.0771189 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 25240
/proc/meminfo: memFree=1778992/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=4952 CPUtime=0.07
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 1013 0 0 0 7 0 0 0 18 0 1 0 105357297 5070848 997 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 1238 998 155 362 0 873 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4952

[startup+0.101122 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 25240
/proc/meminfo: memFree=1778992/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=6196 CPUtime=0.09
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 1394 0 0 0 9 0 0 0 18 0 1 0 105357297 6344704 1298 1992294400 134512640 135997824 4294956160 18446744073709551615 134695407 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 1549 1298 158 362 0 1184 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6196

[startup+0.301159 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 25240
/proc/meminfo: memFree=1778992/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=6196 CPUtime=0.29
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 1394 0 0 0 29 0 0 0 19 0 1 0 105357297 6344704 1298 1992294400 134512640 135997824 4294956160 18446744073709551615 134695407 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 1549 1298 158 362 0 1184 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6196

[startup+0.701233 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 25240
/proc/meminfo: memFree=1778992/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=6196 CPUtime=0.69
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 1394 0 0 0 69 0 0 0 22 0 1 0 105357297 6344704 1298 1992294400 134512640 135997824 4294956160 18446744073709551615 134695407 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 1549 1298 158 362 0 1184 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6196

[startup+1.50138 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1773864/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=7136 CPUtime=1.49
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 1606 0 0 0 149 0 0 0 25 0 1 0 105357297 7307264 1440 1992294400 134512640 135997824 4294956160 18446744073709551615 134520072 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 1784 1440 159 362 0 1419 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7136

[startup+3.10167 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1773736/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=7136 CPUtime=3.09
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 1606 0 0 0 309 0 0 0 25 0 1 0 105357297 7307264 1440 1992294400 134512640 135997824 4294956160 18446744073709551615 134519844 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 1784 1440 159 362 0 1419 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7136

[startup+6.30126 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1769704/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=11140 CPUtime=6.28
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 2626 0 0 0 628 0 0 0 25 0 1 0 105357297 11407360 2459 1992294400 134512640 135997824 4294956160 18446744073709551615 134666581 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 2785 2459 174 362 0 2420 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11140

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1769384/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=11272 CPUtime=12.68
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 2679 0 0 0 1268 0 0 0 25 0 1 0 105357297 11542528 2512 1992294400 134512640 135997824 4294956160 18446744073709551615 134590889 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 2818 2512 174 362 0 2453 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11272

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1768936/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=11676 CPUtime=25.49
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 2773 0 0 0 2548 1 0 0 25 0 1 0 105357297 11956224 2606 1992294400 134512640 135997824 4294956160 18446744073709551615 134756085 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 2919 2606 174 362 0 2554 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11676

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1768808/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=11808 CPUtime=51.08
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 2803 0 0 0 5107 1 0 0 25 0 1 0 105357297 12091392 2636 1992294400 134512640 135997824 4294956160 18446744073709551615 134588064 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 2952 2636 174 362 0 2587 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11808

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1767016/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=13656 CPUtime=102.25
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 3249 0 0 0 10224 1 0 0 25 0 1 0 105357297 13983744 3082 1992294400 134512640 135997824 4294956160 18446744073709551615 134682589 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 3414 3082 174 362 0 3049 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 13656

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1766952/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=13656 CPUtime=162.23
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 3259 0 0 0 16222 1 0 0 25 0 1 0 105357297 13983744 3092 1992294400 134512640 135997824 4294956160 18446744073709551615 134843921 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 3414 3092 174 362 0 3049 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 13656

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1766824/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=13792 CPUtime=222.2
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 3273 0 0 0 22219 1 0 0 25 0 1 0 105357297 14123008 3106 1992294400 134512640 135997824 4294956160 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 3448 3106 174 362 0 3083 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 13792

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1766440/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=14056 CPUtime=282.19
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 3364 0 0 0 28217 2 0 0 25 0 1 0 105357297 14393344 3197 1992294400 134512640 135997824 4294956160 18446744073709551615 134757372 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 3514 3197 174 362 0 3149 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 14056

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1765160/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=15364 CPUtime=342.16
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 3675 0 0 0 34214 2 0 0 25 0 1 0 105357297 15732736 3508 1992294400 134512640 135997824 4294956160 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 3841 3508 174 362 0 3476 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 15364

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1764840/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=15632 CPUtime=402.14
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 3742 0 0 0 40212 2 0 0 25 0 1 0 105357297 16007168 3575 1992294400 134512640 135997824 4294956160 18446744073709551615 134757770 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 3908 3575 174 362 0 3543 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 15632

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1764840/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=15632 CPUtime=462.12
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 3742 0 0 0 46210 2 0 0 25 0 1 0 105357297 16007168 3575 1992294400 134512640 135997824 4294956160 18446744073709551615 134658030 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 3908 3575 174 362 0 3543 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 15632

[startup+522.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1764776/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=15632 CPUtime=522.1
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 3742 0 0 0 52208 2 0 0 25 0 1 0 105357297 16007168 3575 1992294400 134512640 135997824 4294956160 18446744073709551615 134758029 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 3908 3575 174 362 0 3543 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 15632

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1764776/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=15632 CPUtime=582.08
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 3742 0 0 0 58205 3 0 0 25 0 1 0 105357297 16007168 3575 1992294400 134512640 135997824 4294956160 18446744073709551615 134757635 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 3908 3575 174 362 0 3543 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 15632

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1764776/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=15632 CPUtime=642.06
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 3742 0 0 0 64203 3 0 0 25 0 1 0 105357297 16007168 3575 1992294400 134512640 135997824 4294956160 18446744073709551615 135367600 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 3908 3575 174 362 0 3543 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 15632

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

[startup+652.701 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1764712/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=15632 CPUtime=652.45
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 3742 0 0 0 65242 3 0 0 25 0 1 0 105357297 16007168 3575 1992294400 134512640 135997824 4294956160 18446744073709551615 134817034 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 3908 3575 174 362 0 3543 0
Current children cumulated CPU time (s) 652.45
Current children cumulated vsize (KiB) 15632

[startup+659.102 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1764712/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=15632 CPUtime=658.85
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 3742 0 0 0 65882 3 0 0 25 0 1 0 105357297 16007168 3575 1992294400 134512640 135997824 4294956160 18446744073709551615 134757605 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 3908 3575 174 362 0 3543 0
Current children cumulated CPU time (s) 658.85
Current children cumulated vsize (KiB) 15632

[startup+662.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1764712/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=15632 CPUtime=662.05
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 3742 0 0 0 66202 3 0 0 25 0 1 0 105357297 16007168 3575 1992294400 134512640 135997824 4294956160 18446744073709551615 134757667 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 3908 3575 174 362 0 3543 0
Current children cumulated CPU time (s) 662.05
Current children cumulated vsize (KiB) 15632

[startup+663.901 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1764712/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=15632 CPUtime=663.65
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 3742 0 0 0 66362 3 0 0 25 0 1 0 105357297 16007168 3575 1992294400 134512640 135997824 4294956160 18446744073709551615 134757828 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 3908 3575 174 362 0 3543 0
Current children cumulated CPU time (s) 663.65
Current children cumulated vsize (KiB) 15632

[startup+664.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1764712/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=15632 CPUtime=664.05
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 3742 0 0 0 66402 3 0 0 25 0 1 0 105357297 16007168 3575 1992294400 134512640 135997824 4294956160 18446744073709551615 134683886 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 3908 3575 174 362 0 3543 0
Current children cumulated CPU time (s) 664.05
Current children cumulated vsize (KiB) 15632

[startup+664.703 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25241
/proc/meminfo: memFree=1764712/2055920 swapFree=4180820/4192956
[pid=25240] ppid=25238 vsize=15632 CPUtime=664.45
/proc/25240/stat : 25240 (hydrasat) R 25238 25240 24810 0 -1 4194304 3742 0 0 0 66442 3 0 0 25 0 1 0 105357297 16007168 3575 1992294400 134512640 135997824 4294956160 18446744073709551615 134816991 0 0 4096 1 0 0 0 17 1 0 0
/proc/25240/statm: 3908 3575 174 362 0 3543 0
Current children cumulated CPU time (s) 664.45
Current children cumulated vsize (KiB) 15632

Child status: 20
Real time (s): 664.795
CPU time (s): 664.553
CPU user time (s): 664.515
CPU system time (s): 0.037994
CPU usage (%): 99.9636
Max. virtual memory (cumulated for all children) (KiB): 15632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 664.515
system time used= 0.037994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3747
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= 1375

runsolver used 0.483926 second user time and 1.36779 second system time

The end

Launcher Data

Begin job on node2 at 2009-04-26 21:13:52
IDJOB=1731668
IDBENCH=24756
IDSOLVER=520
FILE ID=node2/1731668-1240773232
PBS_JOBID= 9187144
Free space on /tmp= 66316 MiB

SOLVER NAME= HydraSAT 2009-03-22-Base
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest03-SGI_30_50_30_20_3-dir.sat05-440.reshuffled-07.cnf
COMMAND LINE= DIR/hydrasat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731668-1240773232/watcher-1731668-1240773232 -o /tmp/evaluation-result-1731668-1240773232/solver-1731668-1240773232 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat HOME/instance-1731668-1240773232.cnf -rs 560974163 -co memory_limit 1800

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

MD5SUM BENCH= 4a0cf034172f796c42342e79509e3449
RANDOM SEED=560974163

node2.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.265
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.265
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:       1779472 kB
Buffers:         38260 kB
Cached:         161052 kB
SwapCached:       5980 kB
Active:          44088 kB
Inactive:       163720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779472 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:            2228 kB
Writeback:           0 kB
Mapped:          14112 kB
Slab:            54572 kB
Committed_AS:   410252 kB
PageTables:       1468 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= 66312 MiB
End job on node2 at 2009-04-26 21:24:57