Trace number 1722267

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
SATzilla2009_I 2009-03-22UNSAT 589.487 589.767

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_07_UNSAT.cnf
MD5SUMa30111c778b4a83ebe950f77b63a1b33
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.421
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses63345
Sum of the clauses size188200
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21950
Number of clauses of size 361372
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

22.06/22.19	c SATzilla is building models for class 3
22.06/22.19	c run presolver mxc-sr08 for 10 seconds ... 
22.06/22.19	c Bin: Executing mxc-sr08
22.06/22.19	c spawning binary file with 10 seconds ...
22.06/22.19	c child exit by a signal
22.06/22.19	c mxc-sr08 returned code 137.
22.06/22.19	c run presolver picosat846 for 5 seconds ... 
22.06/22.19	c Bin: Executing picosat846
22.06/22.19	c spawning binary file with 5 seconds ...
22.06/22.19	c child exit by a signal
22.06/22.19	c picosat846 returned code 137.
22.06/22.19	c Orignal number of varibales is 1128, number of clauses is 63345 
22.06/22.19	c predicted feature computation time is 1.488109 
22.06/22.19	c Bin: Executing satelite
22.06/22.19	c spawning binary file with 240 seconds ...
22.06/22.19	c child exited successfully
22.06/22.19	c satzilla computing base features
22.06/22.19	c Number of variabe is: 636, Number of clause is : 62548 
22.06/22.19	c Initializing...
22.06/22.19	c satzilla doing clause learning
22.06/22.19	c start clause learning features ...
22.06/22.19	c Bin: Executing zchaff07
22.06/22.19	c spawning binary file with 2 seconds ...
22.06/22.19	c child exit by a signal
22.06/22.19	c satzilla doing survey propogation probe
22.06/22.19	c do survay propogation for 2 second ...
22.06/22.19	c satzilla doing local search probe
22.06/22.19	c features are:1128 63345 636 62548 0.773585 0.0127422 0.0101682 0.510758 0.57395 0.780251 0.00675966 0.900049 0.00314465 0.0330189 0.620317 0.0264917 0.877886 0.00675966 1.10874 0.000127902 0.0214875 4.13536 0.308534 0.278456 0 0.93985 2.64316 0.00409932 0.883819 0.000111914 0.0109196 4.02219 0.877886 0.00248906 0.837055 0.000111914 0.00641108 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.542102 0.420107 0.00202652 0.969713 0.929017 0.172461 0.612833 0.435517 0.567213 0.00316926 3.57524 -1.11022e-16 0.113933 0.00683748 0 8.69675e-05 6.245e-17 2.2591e-08 102.667 0.503904 227.667 0.319696 248.5 217 257 24.9916 0.42172 0.999992 0.00988497 
22.06/22.19	c satzilla's ranking:
22.06/22.19	c 1) mxc-sr08: 3.329390
22.06/22.19	c 2) picosat846: 3.148278
22.06/22.19	c 3) zchaff_rand: 2.232250
22.06/22.19	c 4) minisat20SAT07: 1.941743
22.06/22.19	c 5) march_dl2004: 0.557639
22.06/22.19	c 6) SATenstein: -10000.000000
22.06/22.19	c 7) gnovelty+: -10000.000000
22.06/22.19	c 8) adaptg2wsat+: -10000.000000
22.06/22.19	c 9) adaptg2wsat0: -10000.000000
22.06/22.19	c 10) tts-4-0: -10000.000000
22.06/22.19	c 11) vallst: -10000.000000
22.06/22.19	c 12) minisat20: -10000.000000
22.06/22.19	c 13) kcnfs04SAT07: -10000.000000
22.06/22.19	c satzilla running mxc-sr08 ... 
589.40/589.76	c Bin: Executing mxc-sr08
589.40/589.76	c spawning binary file with 1177 seconds ...
589.40/589.76	c child exited successfully
589.40/589.76	c mxc-sr08 returned code 20.
589.40/589.76	s UNSATISFIABLE
589.40/589.76	c SATZILLA_TIME=589.560000

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-1722267-1240673909/watcher-1722267-1240673909 -o /tmp/evaluation-result-1722267-1240673909/solver-1722267-1240673909 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1722267-1240673909.cnf 

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 1.05 1.12 3/65 21836
/proc/meminfo: memFree=1643304/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=2056 CPUtime=0
/proc/21836/stat : 21836 (SATzilla2009_I) R 21834 21836 21799 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 95424114 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/21836/statm: 514 112 96 399 0 111 0
[pid=21837] ppid=21836 vsize=2080 CPUtime=0
/proc/21837/stat : 21837 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 407 0 0 0 0 0 0 0 18 0 1 0 95424115 2129920 403 1992294400 134512640 135078026 4294956192 18446744073709551615 134735920 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21837/statm: 520 403 54 138 0 379 0

[startup+0.092266 s]
/proc/loadavg: 0.99 1.05 1.12 3/65 21836
/proc/meminfo: memFree=1643304/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=2056 CPUtime=0
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95424114 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21836/statm: 514 112 96 399 0 111 0
[pid=21837] ppid=21836 vsize=4692 CPUtime=0.08
/proc/21837/stat : 21837 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 1247 0 0 0 8 0 0 0 19 0 1 0 95424115 4804608 1005 1992294400 134512640 135078026 4294956192 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21837/statm: 1173 1005 55 138 0 1032 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6748

[startup+0.101266 s]
/proc/loadavg: 0.99 1.05 1.12 3/65 21836
/proc/meminfo: memFree=1643304/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=2056 CPUtime=0
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95424114 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21836/statm: 514 112 96 399 0 111 0
[pid=21837] ppid=21836 vsize=4692 CPUtime=0.09
/proc/21837/stat : 21837 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 1247 0 0 0 9 0 0 0 19 0 1 0 95424115 4804608 1005 1992294400 134512640 135078026 4294956192 18446744073709551615 134560885 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21837/statm: 1173 1005 55 138 0 1032 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6748

[startup+0.301286 s]
/proc/loadavg: 0.99 1.05 1.12 3/65 21836
/proc/meminfo: memFree=1643304/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=2056 CPUtime=0
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95424114 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21836/statm: 514 112 96 399 0 111 0
[pid=21837] ppid=21836 vsize=4692 CPUtime=0.29
/proc/21837/stat : 21837 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 1255 0 0 0 29 0 0 0 21 0 1 0 95424115 4804608 1013 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21837/statm: 1173 1013 55 138 0 1032 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6748

[startup+0.701332 s]
/proc/loadavg: 0.99 1.05 1.12 3/65 21836
/proc/meminfo: memFree=1643304/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=2056 CPUtime=0
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95424114 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21836/statm: 514 112 96 399 0 111 0
[pid=21837] ppid=21836 vsize=6868 CPUtime=0.69
/proc/21837/stat : 21837 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 1857 0 0 0 69 0 0 0 25 0 1 0 95424115 7032832 1615 1992294400 134512640 135078026 4294956192 18446744073709551615 134561025 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21837/statm: 1717 1615 55 138 0 1576 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8924

[startup+1.50242 s]
/proc/loadavg: 0.99 1.05 1.12 2/67 21838
/proc/meminfo: memFree=1636440/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=2056 CPUtime=0
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95424114 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21836/statm: 514 112 96 399 0 111 0
[pid=21837] ppid=21836 vsize=7760 CPUtime=1.49
/proc/21837/stat : 21837 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 2224 0 0 0 148 1 0 0 25 0 1 0 95424115 7946240 1846 1992294400 134512640 135078026 4294956192 18446744073709551615 134534276 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21837/statm: 1940 1846 71 138 0 1799 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9816

[startup+3.10161 s]
/proc/loadavg: 0.99 1.05 1.12 2/67 21838
/proc/meminfo: memFree=1635736/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=2056 CPUtime=0
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95424114 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21836/statm: 514 112 96 399 0 111 0
[pid=21837] ppid=21836 vsize=8292 CPUtime=3.09
/proc/21837/stat : 21837 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 2357 0 0 0 308 1 0 0 25 0 1 0 95424115 8491008 1979 1992294400 134512640 135078026 4294956192 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21837/statm: 2073 1979 71 138 0 1932 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10348

[startup+6.30197 s]
/proc/loadavg: 1.07 1.06 1.13 2/67 21838
/proc/meminfo: memFree=1634200/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=2056 CPUtime=0
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95424114 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21836/statm: 514 112 96 399 0 111 0
[pid=21837] ppid=21836 vsize=9096 CPUtime=6.29
/proc/21837/stat : 21837 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 2535 0 0 0 628 1 0 0 25 0 1 0 95424115 9314304 2157 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21837/statm: 2274 2157 71 138 0 2133 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11152

[startup+12.7017 s]
/proc/loadavg: 1.06 1.06 1.13 2/67 21839
/proc/meminfo: memFree=1639704/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=2056 CPUtime=9.99
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 152 2734 0 0 0 0 998 1 16 0 1 0 95424114 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21836/statm: 514 121 104 399 0 111 0
[pid=21839] ppid=21836 vsize=5744 CPUtime=2.67
/proc/21839/stat : 21839 (picosat846) R 21836 21836 21799 0 -1 4194304 1176 0 0 0 267 0 0 0 25 0 1 0 95425115 5881856 1165 1992294400 134512640 134570484 4294956192 18446744073709551615 134553085 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21839/statm: 1436 1165 85 14 0 1102 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 7800

[startup+25.5011 s]
/proc/loadavg: 1.05 1.06 1.12 2/67 21842
/proc/meminfo: memFree=1625816/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=10696 CPUtime=22.16
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 4381 8207 0 0 446 2 1762 6 25 0 1 0 95424114 10952704 2451 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21836/statm: 2674 2451 217 399 0 2271 0
[pid=21842] ppid=21836 vsize=8424 CPUtime=3.29
/proc/21842/stat : 21842 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 2362 0 0 0 328 1 0 0 25 0 1 0 95426334 8626176 1984 1992294400 134512640 135078026 4294956192 18446744073709551615 134534246 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21842/statm: 2106 1984 71 138 0 1965 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 19120

[startup+51.101 s]
/proc/loadavg: 1.03 1.05 1.12 2/67 21842
/proc/meminfo: memFree=1621336/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=10696 CPUtime=22.16
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 4381 8207 0 0 446 2 1762 6 25 0 1 0 95424114 10952704 2451 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21836/statm: 2674 2451 217 399 0 2271 0
[pid=21842] ppid=21836 vsize=13128 CPUtime=28.88
/proc/21842/stat : 21842 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 3488 0 0 0 2886 2 0 0 25 0 1 0 95426334 13443072 3110 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21842/statm: 3282 3110 71 138 0 3141 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 23824

[startup+102.307 s]
/proc/loadavg: 1.01 1.04 1.11 2/67 21842
/proc/meminfo: memFree=1618520/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=10696 CPUtime=22.16
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 4381 8207 0 0 446 2 1762 6 25 0 1 0 95424114 10952704 2451 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21836/statm: 2674 2451 217 399 0 2271 0
[pid=21842] ppid=21836 vsize=16316 CPUtime=80.06
/proc/21842/stat : 21842 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 4174 0 0 0 8003 3 0 0 25 0 1 0 95426334 16707584 3796 1992294400 134512640 135078026 4294956192 18446744073709551615 134534843 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21842/statm: 4079 3796 71 138 0 3938 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 27012

[startup+162.302 s]
/proc/loadavg: 1.00 1.03 1.10 2/67 21842
/proc/meminfo: memFree=1616088/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=10696 CPUtime=22.16
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 4381 8207 0 0 446 2 1762 6 25 0 1 0 95424114 10952704 2451 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21836/statm: 2674 2451 217 399 0 2271 0
[pid=21842] ppid=21836 vsize=19108 CPUtime=140.03
/proc/21842/stat : 21842 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 4771 0 0 0 14000 3 0 0 25 0 1 0 95426334 19566592 4393 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21842/statm: 4777 4393 71 138 0 4636 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 29804

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.09 2/67 21842
/proc/meminfo: memFree=1615512/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=10696 CPUtime=22.16
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 4381 8207 0 0 446 2 1762 6 25 0 1 0 95424114 10952704 2451 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21836/statm: 2674 2451 217 399 0 2271 0
[pid=21842] ppid=21836 vsize=19816 CPUtime=200
/proc/21842/stat : 21842 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 4913 0 0 0 19997 3 0 0 25 0 1 0 95426334 20291584 4535 1992294400 134512640 135078026 4294956192 18446744073709551615 134534301 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21842/statm: 4954 4535 71 138 0 4813 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 30512

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.08 2/67 21842
/proc/meminfo: memFree=1614168/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=10696 CPUtime=22.16
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 4381 8207 0 0 446 2 1762 6 25 0 1 0 95424114 10952704 2451 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21836/statm: 2674 2451 217 399 0 2271 0
[pid=21842] ppid=21836 vsize=21296 CPUtime=259.97
/proc/21842/stat : 21842 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 5251 0 0 0 25993 4 0 0 25 0 1 0 95426334 21807104 4873 1992294400 134512640 135078026 4294956192 18446744073709551615 134534321 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21842/statm: 5324 4873 71 138 0 5183 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 31992

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.08 2/67 21842
/proc/meminfo: memFree=1613656/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=10696 CPUtime=22.16
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 4381 8207 0 0 446 2 1762 6 25 0 1 0 95424114 10952704 2451 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21836/statm: 2674 2451 217 399 0 2271 0
[pid=21842] ppid=21836 vsize=21840 CPUtime=319.94
/proc/21842/stat : 21842 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 5354 0 0 0 31990 4 0 0 25 0 1 0 95426334 22364160 4976 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21842/statm: 5460 4976 71 138 0 5319 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 32536

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.07 2/67 21842
/proc/meminfo: memFree=1613144/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=10696 CPUtime=22.16
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 4381 8207 0 0 446 2 1762 6 25 0 1 0 95424114 10952704 2451 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21836/statm: 2674 2451 217 399 0 2271 0
[pid=21842] ppid=21836 vsize=22544 CPUtime=379.91
/proc/21842/stat : 21842 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 5492 0 0 0 37987 4 0 0 25 0 1 0 95426334 23085056 5114 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21842/statm: 5636 5114 71 138 0 5495 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 33240

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/67 21842
/proc/meminfo: memFree=1612632/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=10696 CPUtime=22.16
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 4381 8207 0 0 446 2 1762 6 25 0 1 0 95424114 10952704 2451 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21836/statm: 2674 2451 217 399 0 2271 0
[pid=21842] ppid=21836 vsize=23028 CPUtime=439.89
/proc/21842/stat : 21842 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 5600 0 0 0 43985 4 0 0 25 0 1 0 95426334 23580672 5222 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21842/statm: 5757 5222 71 138 0 5616 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 33724

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/67 21842
/proc/meminfo: memFree=1612120/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=10696 CPUtime=22.16
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 4381 8207 0 0 446 2 1762 6 25 0 1 0 95424114 10952704 2451 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21836/statm: 2674 2451 217 399 0 2271 0
[pid=21842] ppid=21836 vsize=23544 CPUtime=499.86
/proc/21842/stat : 21842 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 5719 0 0 0 49982 4 0 0 25 0 1 0 95426334 24109056 5341 1992294400 134512640 135078026 4294956192 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21842/statm: 5886 5341 71 138 0 5745 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 34240

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 21842
/proc/meminfo: memFree=1611800/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=10696 CPUtime=22.16
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 4381 8207 0 0 446 2 1762 6 25 0 1 0 95424114 10952704 2451 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21836/statm: 2674 2451 217 399 0 2271 0
[pid=21842] ppid=21836 vsize=23868 CPUtime=559.84
/proc/21842/stat : 21842 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 5795 0 0 0 55980 4 0 0 25 0 1 0 95426334 24440832 5417 1992294400 134512640 135078026 4294956192 18446744073709551615 134534673 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21842/statm: 5967 5417 71 138 0 5826 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 34564

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

[startup+585.502 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 21842
/proc/meminfo: memFree=1611800/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=10696 CPUtime=22.16
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 4381 8207 0 0 446 2 1762 6 25 0 1 0 95424114 10952704 2451 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21836/statm: 2674 2451 217 399 0 2271 0
[pid=21842] ppid=21836 vsize=23868 CPUtime=563.04
/proc/21842/stat : 21842 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 5795 0 0 0 56300 4 0 0 25 0 1 0 95426334 24440832 5417 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21842/statm: 5967 5417 71 138 0 5826 0
Current children cumulated CPU time (s) 585.2
Current children cumulated vsize (KiB) 34564

[startup+587.102 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 21842
/proc/meminfo: memFree=1611800/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=10696 CPUtime=22.16
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 4381 8207 0 0 446 2 1762 6 25 0 1 0 95424114 10952704 2451 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21836/statm: 2674 2451 217 399 0 2271 0
[pid=21842] ppid=21836 vsize=23868 CPUtime=564.64
/proc/21842/stat : 21842 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 5797 0 0 0 56460 4 0 0 25 0 1 0 95426334 24440832 5419 1992294400 134512640 135078026 4294956192 18446744073709551615 134534321 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21842/statm: 5967 5419 71 138 0 5826 0
Current children cumulated CPU time (s) 586.8
Current children cumulated vsize (KiB) 34564

[startup+588.702 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 21842
/proc/meminfo: memFree=1611800/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=10696 CPUtime=22.16
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 4381 8207 0 0 446 2 1762 6 25 0 1 0 95424114 10952704 2451 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21836/statm: 2674 2451 217 399 0 2271 0
[pid=21842] ppid=21836 vsize=23868 CPUtime=566.24
/proc/21842/stat : 21842 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 5798 0 0 0 56620 4 0 0 25 0 1 0 95426334 24440832 5420 1992294400 134512640 135078026 4294956192 18446744073709551615 134534259 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21842/statm: 5967 5420 71 138 0 5826 0
Current children cumulated CPU time (s) 588.4
Current children cumulated vsize (KiB) 34564

[startup+589.501 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 21842
/proc/meminfo: memFree=1611800/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=10696 CPUtime=22.16
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 4381 8207 0 0 446 2 1762 6 25 0 1 0 95424114 10952704 2451 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21836/statm: 2674 2451 217 399 0 2271 0
[pid=21842] ppid=21836 vsize=23868 CPUtime=567.04
/proc/21842/stat : 21842 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 5798 0 0 0 56700 4 0 0 25 0 1 0 95426334 24440832 5420 1992294400 134512640 135078026 4294956192 18446744073709551615 134534637 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21842/statm: 5967 5420 71 138 0 5826 0
Current children cumulated CPU time (s) 589.2
Current children cumulated vsize (KiB) 34564

[startup+589.701 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 21842
/proc/meminfo: memFree=1611800/2055920 swapFree=4179360/4192956
[pid=21836] ppid=21834 vsize=10696 CPUtime=22.16
/proc/21836/stat : 21836 (SATzilla2009_I) S 21834 21836 21799 0 -1 4194304 4381 8207 0 0 446 2 1762 6 25 0 1 0 95424114 10952704 2451 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21836/statm: 2674 2451 217 399 0 2271 0
[pid=21842] ppid=21836 vsize=23868 CPUtime=567.24
/proc/21842/stat : 21842 (mxc-sr08) R 21836 21836 21799 0 -1 4194304 5798 0 0 0 56720 4 0 0 25 0 1 0 95426334 24440832 5420 1992294400 134512640 135078026 4294956192 18446744073709551615 134534603 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21842/statm: 5967 5420 71 138 0 5826 0
Current children cumulated CPU time (s) 589.4
Current children cumulated vsize (KiB) 34564

Child status: 20
Real time (s): 589.767
CPU time (s): 589.487
CPU user time (s): 589.342
CPU system time (s): 0.144977
CPU usage (%): 99.9526
Max. virtual memory (cumulated for all children) (KiB): 34564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 589.342
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18402
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= 16
involuntary context switches= 2036

runsolver used 0.563914 second user time and 1.58876 second system time

The end

Launcher Data

Begin job on node32 at 2009-04-25 17:38:29
IDJOB=1722267
IDBENCH=71086
IDSOLVER=528
FILE ID=node32/1722267-1240673909
PBS_JOBID= 9186631
Free space on /tmp= 66384 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_07_UNSAT.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1722267-1240673909/watcher-1722267-1240673909 -o /tmp/evaluation-result-1722267-1240673909/solver-1722267-1240673909 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1722267-1240673909.cnf

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

MD5SUM BENCH= a30111c778b4a83ebe950f77b63a1b33
RANDOM SEED=270023374

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1643856 kB
Buffers:         47928 kB
Cached:         310336 kB
SwapCached:       7236 kB
Active:         146428 kB
Inactive:       221680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1643856 kB
SwapTotal:     4192956 kB
SwapFree:      4179360 kB
Dirty:           32484 kB
Writeback:           0 kB
Mapped:          14160 kB
Slab:            29764 kB
Committed_AS:   316524 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66356 MiB
End job on node32 at 2009-04-25 17:48:19