Trace number 1721005

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 716.321 716.511

General information on the benchmark

Namegoldb-heqc-alu4mul.cnf
MD5SUM2d68b23bdbf6e7e2868e82c4f24dffc3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.624
Satisfiable
(Un)Satisfiability was proved
Number of variables4736
Number of clauses30465
Sum of the clauses size103040
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27024
Number of clauses of size 314112
Number of clauses of size 40
Number of clauses of size 59328
Number of clauses of size over 51

Solver Data

716.30/716.50	
716.30/716.50	c decisions : 661476
716.30/716.50	c conflicts : 523105
716.30/716.50	c Memory limit 1620 MiB
716.30/716.50	c RANDOM SEED: 952846810
716.30/716.50	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-1721005-1240661877/watcher-1721005-1240661877 -o /tmp/evaluation-result-1721005-1240661877/solver-1721005-1240661877 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat HOME/instance-1721005-1240661877.cnf -rs 952846810 -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.00 1.00 1.00 3/65 16821
/proc/meminfo: memFree=1756192/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=1788 CPUtime=0
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 222 0 0 0 0 0 0 0 20 0 1 0 94216852 1830912 206 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 447 206 151 362 0 82 0

[startup+0.027026 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 16821
/proc/meminfo: memFree=1756192/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=2580 CPUtime=0.02
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 429 0 0 0 2 0 0 0 20 0 1 0 94216852 2641920 413 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 645 413 151 362 0 280 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2580

[startup+0.101036 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 16821
/proc/meminfo: memFree=1756192/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=4260 CPUtime=0.09
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 836 0 0 0 9 0 0 0 20 0 1 0 94216852 4362240 820 1992294400 134512640 135997824 4294956160 18446744073709551615 134695407 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 1065 820 159 362 0 700 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4260

[startup+0.301057 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 16821
/proc/meminfo: memFree=1756192/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=5892 CPUtime=0.29
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 1253 0 0 0 29 0 0 0 22 0 1 0 94216852 6033408 1236 1992294400 134512640 135997824 4294956160 18446744073709551615 134756123 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 1473 1236 174 362 0 1108 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5892

[startup+0.701101 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 16821
/proc/meminfo: memFree=1756192/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=6020 CPUtime=0.69
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 1278 0 0 0 69 0 0 0 25 0 1 0 94216852 6164480 1261 1992294400 134512640 135997824 4294956160 18446744073709551615 134757372 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 1505 1261 174 362 0 1140 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6020

[startup+1.50119 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1751704/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=6140 CPUtime=1.49
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 1310 0 0 0 149 0 0 0 25 0 1 0 94216852 6287360 1293 1992294400 134512640 135997824 4294956160 18446744073709551615 134590879 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 1535 1293 174 362 0 1170 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6140

[startup+3.10137 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1751448/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=6376 CPUtime=3.09
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 1350 0 0 0 309 0 0 0 25 0 1 0 94216852 6529024 1333 1992294400 134512640 135997824 4294956160 18446744073709551615 134817265 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 1594 1333 174 362 0 1229 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6376

[startup+6.30172 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1751064/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=6612 CPUtime=6.29
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 1419 0 0 0 629 0 0 0 25 0 1 0 94216852 6770688 1402 1992294400 134512640 135997824 4294956160 18446744073709551615 134757689 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 1653 1402 174 362 0 1288 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6612

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1750432/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=7256 CPUtime=12.68
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 1561 0 0 0 1268 0 0 0 25 0 1 0 94216852 7430144 1544 1992294400 134512640 135997824 4294956160 18446744073709551615 134816893 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 1814 1544 174 362 0 1449 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7256

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1748896/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=8824 CPUtime=25.48
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 1936 0 0 0 2547 1 0 0 25 0 1 0 94216852 9035776 1919 1992294400 134512640 135997824 4294956160 18446744073709551615 134850652 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 2206 1919 174 362 0 1841 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8824

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1746272/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=11468 CPUtime=51.08
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 2578 0 0 0 5106 2 0 0 25 0 1 0 94216852 11743232 2561 1992294400 134512640 135997824 4294956160 18446744073709551615 134757372 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 2867 2561 174 362 0 2502 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11468

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1741152/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=16924 CPUtime=102.27
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 3900 0 0 0 10224 3 0 0 25 0 1 0 94216852 17330176 3833 1992294400 134512640 135997824 4294956160 18446744073709551615 134757640 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 4231 3833 174 362 0 3866 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 16924

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1736032/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=22984 CPUtime=162.25
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 5476 0 0 0 16221 4 0 0 25 0 1 0 94216852 23535616 5094 1992294400 134512640 135997824 4294956160 18446744073709551615 134683622 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 5746 5094 174 362 0 5381 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 22984

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1732128/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=27484 CPUtime=222.23
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 6746 0 0 0 22218 5 0 0 25 0 1 0 94216852 28143616 6057 1992294400 134512640 135997824 4294956160 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 6871 6057 174 362 0 6506 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 27484

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1728288/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=31736 CPUtime=282.22
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 7870 0 0 0 28216 6 0 0 25 0 1 0 94216852 32497664 7008 1992294400 134512640 135997824 4294956160 18446744073709551615 134757483 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 7934 7008 174 362 0 7569 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 31736

[startup+342.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 16822
/proc/meminfo: memFree=1724320/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=35732 CPUtime=342.2
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 8974 0 0 0 34213 7 0 0 25 0 1 0 94216852 36589568 7988 1992294400 134512640 135997824 4294956160 18446744073709551615 134757691 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 8933 7988 174 362 0 8568 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 35732

[startup+402.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 16822
/proc/meminfo: memFree=1720992/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=39736 CPUtime=402.19
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 9901 0 0 0 40211 8 0 0 25 0 1 0 94216852 40689664 8813 1992294400 134512640 135997824 4294956160 18446744073709551615 134757315 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 9934 8813 174 362 0 9569 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 39736

[startup+462.302 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 16822
/proc/meminfo: memFree=1718112/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=42260 CPUtime=462.17
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 10609 0 0 0 46208 9 0 0 25 0 1 0 94216852 43274240 9521 1992294400 134512640 135997824 4294956160 18446744073709551615 134757852 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 10565 9521 174 362 0 10200 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 42260

[startup+522.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 16822
/proc/meminfo: memFree=1715232/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=45000 CPUtime=522.15
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 11314 0 0 0 52206 9 0 0 25 0 1 0 94216852 46080000 10226 1992294400 134512640 135997824 4294956160 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 11250 10226 174 362 0 10885 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 45000

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 16822
/proc/meminfo: memFree=1712160/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=47896 CPUtime=582.13
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 12191 0 0 0 58203 10 0 0 25 0 1 0 94216852 49045504 11004 1992294400 134512640 135997824 4294956160 18446744073709551615 134757553 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 11974 11004 174 362 0 11609 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 47896

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1709024/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=51820 CPUtime=642.12
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 13202 0 0 0 64201 11 0 0 25 0 1 0 94216852 53063680 11758 1992294400 134512640 135997824 4294956160 18446744073709551615 134845094 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 12955 11758 174 362 0 12590 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 51820

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1706336/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=54632 CPUtime=702.11
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 13868 0 0 0 70199 12 0 0 25 0 1 0 94216852 55943168 12424 1992294400 134512640 135997824 4294956160 18446744073709551615 134757840 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 13658 12424 174 362 0 13293 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 54632

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

[startup+703.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1706272/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=54768 CPUtime=703.71
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 13887 0 0 0 70359 12 0 0 25 0 1 0 94216852 56082432 12443 1992294400 134512640 135997824 4294956160 18446744073709551615 134757451 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 13692 12443 174 362 0 13327 0
Current children cumulated CPU time (s) 703.71
Current children cumulated vsize (KiB) 54768

[startup+710.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1706016/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=55032 CPUtime=710.11
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 13959 0 0 0 70999 12 0 0 25 0 1 0 94216852 56352768 12515 1992294400 134512640 135997824 4294956160 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 13758 12515 174 362 0 13393 0
Current children cumulated CPU time (s) 710.11
Current children cumulated vsize (KiB) 55032

[startup+713.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1705760/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=55256 CPUtime=713.3
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 14017 0 0 0 71318 12 0 0 25 0 1 0 94216852 56582144 12573 1992294400 134512640 135997824 4294956160 18446744073709551615 134757372 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 13814 12573 174 362 0 13449 0
Current children cumulated CPU time (s) 713.3
Current children cumulated vsize (KiB) 55256

[startup+715.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1704416/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=57004 CPUtime=714.9
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 14358 0 0 0 71478 12 0 0 25 0 1 0 94216852 58372096 12914 1992294400 134512640 135997824 4294956160 18446744073709551615 134756142 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 14251 12914 174 362 0 13886 0
Current children cumulated CPU time (s) 714.9
Current children cumulated vsize (KiB) 57004

[startup+715.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1704416/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=57752 CPUtime=715.7
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 14472 0 0 0 71558 12 0 0 25 0 1 0 94216852 59138048 13028 1992294400 134512640 135997824 4294956160 18446744073709551615 134817034 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 14438 13028 174 362 0 14073 0
Current children cumulated CPU time (s) 715.7
Current children cumulated vsize (KiB) 57752

[startup+716.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1703904/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=57752 CPUtime=716.1
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 14484 0 0 0 71598 12 0 0 25 0 1 0 94216852 59138048 13040 1992294400 134512640 135997824 4294956160 18446744073709551615 134757451 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 14438 13040 174 362 0 14073 0
Current children cumulated CPU time (s) 716.1
Current children cumulated vsize (KiB) 57752

[startup+716.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16822
/proc/meminfo: memFree=1703904/2055920 swapFree=4180992/4192956
[pid=16821] ppid=16819 vsize=57752 CPUtime=716.3
/proc/16821/stat : 16821 (hydrasat) R 16819 16821 16365 0 -1 4194304 14486 0 0 0 71618 12 0 0 25 0 1 0 94216852 59138048 13042 1992294400 134512640 135997824 4294956160 18446744073709551615 135431262 0 0 4096 1 0 0 0 17 1 0 0
/proc/16821/statm: 14440 13044 175 362 0 14075 0
Current children cumulated CPU time (s) 716.3
Current children cumulated vsize (KiB) 57752

Child status: 20
Real time (s): 716.511
CPU time (s): 716.321
CPU user time (s): 716.189
CPU system time (s): 0.131979
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 57752

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

runsolver used 0.799878 second user time and 1.75973 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-25 14:17:57
IDJOB=1721005
IDBENCH=69645
IDSOLVER=520
FILE ID=node87/1721005-1240661877
PBS_JOBID= 9186542
Free space on /tmp= 66420 MiB

SOLVER NAME= HydraSAT 2009-03-22-Base
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-alu4mul.cnf
COMMAND LINE= DIR/hydrasat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721005-1240661877/watcher-1721005-1240661877 -o /tmp/evaluation-result-1721005-1240661877/solver-1721005-1240661877 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat HOME/instance-1721005-1240661877.cnf -rs 952846810 -co memory_limit 1800

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

MD5SUM BENCH= 2d68b23bdbf6e7e2868e82c4f24dffc3
RANDOM SEED=952846810

node87.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1756608 kB
Buffers:         39848 kB
Cached:         189116 kB
SwapCached:       5772 kB
Active:          83912 kB
Inactive:       153284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756608 kB
SwapTotal:     4192956 kB
SwapFree:      4180992 kB
Dirty:            2028 kB
Writeback:           0 kB
Mapped:          13452 kB
Slab:            48008 kB
Committed_AS:   302252 kB
PageTables:       1456 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= 66420 MiB
End job on node87 at 2009-04-25 14:29:53