Trace number 1562741

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 527.538 527.734

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l44_lambda.cnf
MD5SUMa7bc41b32260e4459b2bee7c18cacba1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark189.575
Satisfiable
(Un)Satisfiability was proved
Number of variables31540
Number of clauses157264
Sum of the clauses size453246
Maximum clause length9
Minimum clause length1
Number of clauses of size 14112
Number of clauses of size 239373
Number of clauses of size 392004
Number of clauses of size 415027
Number of clauses of size 56616
Number of clauses of size over 5132

Solver Data

21.65/21.73	c SATzilla is building models for class 3
21.65/21.73	c run presolver mxc-sr08 for 10 seconds ... 
21.65/21.73	c Bin: Executing mxc-sr08
21.65/21.73	c spawning binary file with 10 seconds ...
21.65/21.73	c child exit by a signal
21.65/21.73	c mxc-sr08 returned code 137.
21.65/21.73	c run presolver picosat846 for 5 seconds ... 
21.65/21.73	c Bin: Executing picosat846
21.65/21.73	c spawning binary file with 5 seconds ...
21.65/21.73	c child exit by a signal
21.65/21.73	c picosat846 returned code 137.
21.65/21.73	c Orignal number of varibales is 31540, number of clauses is 157264 
21.65/21.73	c predicted feature computation time is 2.005138 
21.65/21.73	c Bin: Executing satelite
21.65/21.73	c spawning binary file with 240 seconds ...
21.65/21.73	c child exited successfully
21.65/21.73	c satzilla computing base features
21.65/21.73	c Number of variabe is: 7453, Number of clause is : 64819 
21.65/21.73	c Initializing...
21.65/21.73	c satzilla doing clause learning
21.65/21.73	c start clause learning features ...
21.65/21.73	c Bin: Executing zchaff07
21.65/21.73	c spawning binary file with 2 seconds ...
21.65/21.73	c child exit by a signal
21.65/21.73	c satzilla doing survey propogation probe
21.65/21.73	c do survay propogation for 2 second ...
21.65/21.73	c satzilla doing local search probe
21.65/21.73	c features are:31540 157264 7453 64819 3.23185 1.4262 0.114982 0.496333 0.6628 1.41322 0.000452353 0.380685 0.000268348 0.00134174 1.30763 0.187522 0.756275 0.000452353 1.44357 1.54276e-05 0.00421173 3.05651 0.361664 0.163457 0 1 3.15747 0.00020138 1.18466 0 0.00404202 2.81028 0.545627 0.00044144 1.88252 3.08552e-05 0.0119872 1401.6 0.292147 763 2037 2037 763 1536 1328 1344 17.356 0.131333 14.323 20.9283 20.9283 14.323 18.071 15.5625 17.8952 0.609434 0.337504 1.23315e-05 1 0.821139 0.274917 0.736106 0.494053 0.682572 0.0620692 1.0072 -1.11022e-16 1 0.123339 0.000222076 0.113903 0.0149543 0.0519282 555.778 1.2034 1666.06 0.250196 1767 1716 1795 1.53104 1.61193 1.00587 0.159386 
21.65/21.73	c satzilla's ranking:
21.65/21.73	c 1) minisat20SAT07: 3.353246
21.65/21.73	c 2) picosat846: 2.218896
21.65/21.73	c 3) zchaff_rand: 2.005372
21.65/21.73	c 4) mxc-sr08: 1.401607
21.65/21.73	c 5) march_dl2004: 0.933412
21.65/21.73	c 6) SATenstein: -10000.000000
21.65/21.73	c 7) gnovelty+: -10000.000000
21.65/21.73	c 8) adaptg2wsat+: -10000.000000
21.65/21.73	c 9) adaptg2wsat0: -10000.000000
21.65/21.73	c 10) tts-4-0: -10000.000000
21.65/21.73	c 11) vallst: -10000.000000
21.65/21.73	c 12) minisat20: -10000.000000
21.65/21.73	c 13) kcnfs04SAT07: -10000.000000
21.65/21.73	c satzilla running minisat20SAT07 ... 
527.47/527.73	c Bin: Executing minisat20SAT07
527.47/527.73	c spawning binary file with 1178 seconds ...
527.47/527.73	c child exited successfully
527.47/527.73	c minisat20SAT07 returned code 0.
527.47/527.73	s UNSATISFIABLE
527.47/527.73	c SATZILLA_TIME=527.600000

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-1562741-1240997365/watcher-1562741-1240997365 -o /tmp/evaluation-result-1562741-1240997365/solver-1562741-1240997365 -C 1200 -W 1800 -M 1800 HOME/SATzilla2009_I HOME/instance-1562741-1240997365.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.81 0.28 0.10 3/64 9859
/proc/meminfo: memFree=820144/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=2056 CPUtime=0
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 127769673 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 514 112 96 399 0 111 0
[pid=9860] ppid=9859 vsize=3616 CPUtime=0
/proc/9860/stat : 9860 (mxc-sr08) R 9859 9859 9795 0 -1 4194304 638 0 0 0 0 0 0 0 19 0 1 0 127769673 3702784 634 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9860/statm: 904 641 44 138 0 763 0

[startup+0.083067 s]
/proc/loadavg: 0.81 0.28 0.10 3/64 9859
/proc/meminfo: memFree=820144/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=2056 CPUtime=0
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 127769673 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 514 112 96 399 0 111 0
[pid=9860] ppid=9859 vsize=14756 CPUtime=0.07
/proc/9860/stat : 9860 (mxc-sr08) R 9859 9859 9795 0 -1 4194304 3122 0 0 0 6 1 0 0 19 0 1 0 127769673 15110144 3117 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9860/statm: 3689 3118 54 138 0 3548 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16812

[startup+0.101068 s]
/proc/loadavg: 0.81 0.28 0.10 3/64 9859
/proc/meminfo: memFree=820144/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=2056 CPUtime=0
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 127769673 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 514 112 96 399 0 111 0
[pid=9860] ppid=9859 vsize=15680 CPUtime=0.09
/proc/9860/stat : 9860 (mxc-sr08) R 9859 9859 9795 0 -1 4194304 3411 0 0 0 8 1 0 0 19 0 1 0 127769673 16056320 3406 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9860/statm: 3953 3407 54 138 0 3812 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17736

[startup+0.301102 s]
/proc/loadavg: 0.81 0.28 0.10 3/64 9859
/proc/meminfo: memFree=820144/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=2056 CPUtime=0
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 127769673 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 514 112 96 399 0 111 0
[pid=9860] ppid=9859 vsize=16736 CPUtime=0.29
/proc/9860/stat : 9860 (mxc-sr08) R 9859 9859 9795 0 -1 4194304 4297 0 0 0 27 2 0 0 21 0 1 0 127769673 17137664 3571 1992294400 134512640 135078026 4294956192 18446744073709551615 134553868 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9860/statm: 4184 3571 55 138 0 4043 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18792

[startup+0.701172 s]
/proc/loadavg: 0.81 0.28 0.10 3/64 9859
/proc/meminfo: memFree=820144/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=2056 CPUtime=0
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 127769673 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 514 112 96 399 0 111 0
[pid=9860] ppid=9859 vsize=23588 CPUtime=0.69
/proc/9860/stat : 9860 (mxc-sr08) R 9859 9859 9795 0 -1 4194304 5948 0 0 0 66 3 0 0 24 0 1 0 127769673 24154112 5222 1992294400 134512640 135078026 4294956192 18446744073709551615 134720189 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9860/statm: 5897 5222 55 138 0 5756 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25644

[startup+1.50131 s]
/proc/loadavg: 0.81 0.28 0.10 2/66 9861
/proc/meminfo: memFree=800608/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=2056 CPUtime=0
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 127769673 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 514 112 96 399 0 111 0
[pid=9860] ppid=9859 vsize=21012 CPUtime=1.49
/proc/9860/stat : 9860 (mxc-sr08) R 9859 9859 9795 0 -1 4194304 6137 0 0 0 146 3 0 0 25 0 1 0 127769673 21516288 4857 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9860/statm: 5253 4857 71 138 0 5112 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23068

[startup+3.10158 s]
/proc/loadavg: 0.81 0.28 0.10 2/66 9861
/proc/meminfo: memFree=800480/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=2056 CPUtime=0
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 127769673 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 514 112 96 399 0 111 0
[pid=9860] ppid=9859 vsize=21012 CPUtime=3.09
/proc/9860/stat : 9860 (mxc-sr08) R 9859 9859 9795 0 -1 4194304 6137 0 0 0 306 3 0 0 25 0 1 0 127769673 21516288 4857 1992294400 134512640 135078026 4294956192 18446744073709551615 134534605 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9860/statm: 5253 4857 71 138 0 5112 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23068

[startup+6.30113 s]
/proc/loadavg: 0.82 0.29 0.10 2/66 9861
/proc/meminfo: memFree=800736/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=2056 CPUtime=0
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 127769673 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 514 112 96 399 0 111 0
[pid=9860] ppid=9859 vsize=21012 CPUtime=6.29
/proc/9860/stat : 9860 (mxc-sr08) R 9859 9859 9795 0 -1 4194304 6139 0 0 0 626 3 0 0 25 0 1 0 127769673 21516288 4859 1992294400 134512640 135078026 4294956192 18446744073709551615 134534616 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9860/statm: 5253 4859 71 138 0 5112 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23068

[startup+12.7012 s]
/proc/loadavg: 0.84 0.30 0.11 2/66 9862
/proc/meminfo: memFree=812512/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=2056 CPUtime=9.99
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 152 6140 0 0 0 0 996 3 19 0 1 0 127769673 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 514 121 104 399 0 111 0
[pid=9862] ppid=9859 vsize=9960 CPUtime=2.68
/proc/9862/stat : 9862 (picosat846) R 9859 9859 9795 0 -1 4194304 2104 0 0 0 267 1 0 0 25 0 1 0 127770674 10199040 2070 1992294400 134512640 134570484 4294956192 18446744073709551615 134523538 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9862/statm: 2490 2070 85 14 0 2156 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12016

[startup+25.5014 s]
/proc/loadavg: 0.87 0.34 0.12 2/66 9865
/proc/meminfo: memFree=795680/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=7384 CPUtime=21.69
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 4204 15841 0 0 350 10 1796 13 25 0 1 0 127769673 7561216 1616 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 1846 1616 217 399 0 1443 0
[pid=9865] ppid=9859 vsize=18920 CPUtime=3.75
/proc/9865/stat : 9865 (minisat20SAT07) R 9859 9859 9795 0 -1 4194304 4998 0 0 0 373 2 0 0 25 0 1 0 127771847 19374080 4470 1992294400 134512640 135078472 4294956192 18446744073709551615 134550635 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9865/statm: 4730 4470 73 138 0 4589 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 26304

[startup+51.1018 s]
/proc/loadavg: 0.92 0.39 0.14 2/66 9865
/proc/meminfo: memFree=792416/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=7384 CPUtime=21.69
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 4204 15841 0 0 350 10 1796 13 25 0 1 0 127769673 7561216 1616 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 1846 1616 217 399 0 1443 0
[pid=9865] ppid=9859 vsize=22544 CPUtime=29.34
/proc/9865/stat : 9865 (minisat20SAT07) R 9859 9859 9795 0 -1 4194304 5885 0 0 0 2931 3 0 0 25 0 1 0 127771847 23085056 5357 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9865/statm: 5636 5357 73 138 0 5495 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 29928

[startup+102.305 s]
/proc/loadavg: 0.96 0.48 0.19 2/66 9865
/proc/meminfo: memFree=788256/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=7384 CPUtime=21.69
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 4204 15841 0 0 350 10 1796 13 25 0 1 0 127769673 7561216 1616 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 1846 1616 217 399 0 1443 0
[pid=9865] ppid=9859 vsize=26872 CPUtime=80.53
/proc/9865/stat : 9865 (minisat20SAT07) R 9859 9859 9795 0 -1 4194304 6909 0 0 0 8048 5 0 0 25 0 1 0 127771847 27516928 6381 1992294400 134512640 135078472 4294956192 18446744073709551615 134550652 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9865/statm: 6718 6381 73 138 0 6577 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 34256

[startup+162.302 s]
/proc/loadavg: 0.98 0.57 0.23 2/66 9865
/proc/meminfo: memFree=786656/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=7384 CPUtime=21.69
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 4204 15841 0 0 350 10 1796 13 25 0 1 0 127769673 7561216 1616 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 1846 1616 217 399 0 1443 0
[pid=9865] ppid=9859 vsize=28504 CPUtime=140.5
/proc/9865/stat : 9865 (minisat20SAT07) R 9859 9859 9795 0 -1 4194304 7293 0 0 0 14045 5 0 0 25 0 1 0 127771847 29188096 6765 1992294400 134512640 135078472 4294956192 18446744073709551615 134550965 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9865/statm: 7126 6765 73 138 0 6985 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 35888

[startup+222.302 s]
/proc/loadavg: 0.99 0.65 0.28 2/66 9865
/proc/meminfo: memFree=785056/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=7384 CPUtime=21.69
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 4204 15841 0 0 350 10 1796 13 25 0 1 0 127769673 7561216 1616 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 1846 1616 217 399 0 1443 0
[pid=9865] ppid=9859 vsize=29928 CPUtime=200.48
/proc/9865/stat : 9865 (minisat20SAT07) R 9859 9859 9795 0 -1 4194304 7682 0 0 0 20042 6 0 0 25 0 1 0 127771847 30646272 7154 1992294400 134512640 135078472 4294956192 18446744073709551615 134550628 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9865/statm: 7482 7154 73 138 0 7341 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 37312

[startup+282.301 s]
/proc/loadavg: 0.99 0.71 0.32 2/66 9865
/proc/meminfo: memFree=784096/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=7384 CPUtime=21.69
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 4204 15841 0 0 350 10 1796 13 25 0 1 0 127769673 7561216 1616 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 1846 1616 217 399 0 1443 0
[pid=9865] ppid=9859 vsize=30896 CPUtime=260.46
/proc/9865/stat : 9865 (minisat20SAT07) R 9859 9859 9795 0 -1 4194304 7924 0 0 0 26040 6 0 0 25 0 1 0 127771847 31637504 7396 1992294400 134512640 135078472 4294956192 18446744073709551615 134550573 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9865/statm: 7724 7396 73 138 0 7583 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 38280

[startup+342.302 s]
/proc/loadavg: 0.99 0.76 0.36 2/66 9865
/proc/meminfo: memFree=782112/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=7384 CPUtime=21.69
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 4204 15841 0 0 350 10 1796 13 25 0 1 0 127769673 7561216 1616 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 1846 1616 217 399 0 1443 0
[pid=9865] ppid=9859 vsize=33192 CPUtime=320.44
/proc/9865/stat : 9865 (minisat20SAT07) R 9859 9859 9795 0 -1 4194304 8403 0 0 0 32038 6 0 0 25 0 1 0 127771847 33988608 7875 1992294400 134512640 135078472 4294956192 18446744073709551615 134550642 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9865/statm: 8298 7875 73 138 0 8157 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 40576

[startup+402.302 s]
/proc/loadavg: 0.99 0.80 0.40 2/66 9865
/proc/meminfo: memFree=781792/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=7384 CPUtime=21.69
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 4204 15841 0 0 350 10 1796 13 25 0 1 0 127769673 7561216 1616 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 1846 1616 217 399 0 1443 0
[pid=9865] ppid=9859 vsize=33500 CPUtime=380.42
/proc/9865/stat : 9865 (minisat20SAT07) R 9859 9859 9795 0 -1 4194304 8486 0 0 0 38036 6 0 0 25 0 1 0 127771847 34304000 7958 1992294400 134512640 135078472 4294956192 18446744073709551615 134550652 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9865/statm: 8375 7958 73 138 0 8234 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 40884

[startup+462.302 s]
/proc/loadavg: 0.99 0.83 0.43 2/66 9865
/proc/meminfo: memFree=781408/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=7384 CPUtime=21.69
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 4204 15841 0 0 350 10 1796 13 25 0 1 0 127769673 7561216 1616 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 1846 1616 217 399 0 1443 0
[pid=9865] ppid=9859 vsize=33816 CPUtime=440.4
/proc/9865/stat : 9865 (minisat20SAT07) R 9859 9859 9795 0 -1 4194304 8575 0 0 0 44034 6 0 0 25 0 1 0 127771847 34627584 8039 1992294400 134512640 135078472 4294956192 18446744073709551615 134556406 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9865/statm: 8454 8039 73 138 0 8313 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 41200

[startup+522.301 s]
/proc/loadavg: 0.99 0.86 0.46 2/66 9865
/proc/meminfo: memFree=781280/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=7384 CPUtime=21.69
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 4204 15841 0 0 350 10 1796 13 25 0 1 0 127769673 7561216 1616 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 1846 1616 217 399 0 1443 0
[pid=9865] ppid=9859 vsize=33992 CPUtime=500.39
/proc/9865/stat : 9865 (minisat20SAT07) R 9859 9859 9795 0 -1 4194304 8608 0 0 0 50032 7 0 0 25 0 1 0 127771847 34807808 8072 1992294400 134512640 135078472 4294956192 18446744073709551615 134550521 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9865/statm: 8498 8072 73 138 0 8357 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 41376

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

[startup+524.706 s]
/proc/loadavg: 0.99 0.86 0.46 2/66 9865
/proc/meminfo: memFree=780896/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=7384 CPUtime=21.69
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 4204 15841 0 0 350 10 1796 13 25 0 1 0 127769673 7561216 1616 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 1846 1616 217 399 0 1443 0
[pid=9865] ppid=9859 vsize=34344 CPUtime=502.79
/proc/9865/stat : 9865 (minisat20SAT07) R 9859 9859 9795 0 -1 4194304 8712 0 0 0 50272 7 0 0 25 0 1 0 127771847 35168256 8168 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9865/statm: 8586 8168 73 138 0 8445 0
Current children cumulated CPU time (s) 524.48
Current children cumulated vsize (KiB) 41728

[startup+526.302 s]
/proc/loadavg: 0.99 0.86 0.47 2/66 9865
/proc/meminfo: memFree=780896/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=7384 CPUtime=21.69
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 4204 15841 0 0 350 10 1796 13 25 0 1 0 127769673 7561216 1616 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 1846 1616 217 399 0 1443 0
[pid=9865] ppid=9859 vsize=34344 CPUtime=504.38
/proc/9865/stat : 9865 (minisat20SAT07) R 9859 9859 9795 0 -1 4194304 8714 0 0 0 50431 7 0 0 25 0 1 0 127771847 35168256 8170 1992294400 134512640 135078472 4294956192 18446744073709551615 134550656 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9865/statm: 8586 8170 73 138 0 8445 0
Current children cumulated CPU time (s) 526.07
Current children cumulated vsize (KiB) 41728

[startup+527.102 s]
/proc/loadavg: 0.99 0.86 0.47 2/66 9865
/proc/meminfo: memFree=780896/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=7384 CPUtime=21.69
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 4204 15841 0 0 350 10 1796 13 25 0 1 0 127769673 7561216 1616 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 1846 1616 217 399 0 1443 0
[pid=9865] ppid=9859 vsize=34464 CPUtime=505.18
/proc/9865/stat : 9865 (minisat20SAT07) R 9859 9859 9795 0 -1 4194304 8716 0 0 0 50511 7 0 0 25 0 1 0 127771847 35291136 8172 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9865/statm: 8616 8172 73 138 0 8475 0
Current children cumulated CPU time (s) 526.87
Current children cumulated vsize (KiB) 41848

[startup+527.502 s]
/proc/loadavg: 0.99 0.86 0.47 2/66 9865
/proc/meminfo: memFree=780896/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=7384 CPUtime=21.69
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 4204 15841 0 0 350 10 1796 13 25 0 1 0 127769673 7561216 1616 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 1846 1616 217 399 0 1443 0
[pid=9865] ppid=9859 vsize=34464 CPUtime=505.58
/proc/9865/stat : 9865 (minisat20SAT07) R 9859 9859 9795 0 -1 4194304 8717 0 0 0 50551 7 0 0 25 0 1 0 127771847 35291136 8173 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9865/statm: 8616 8173 73 138 0 8475 0
Current children cumulated CPU time (s) 527.27
Current children cumulated vsize (KiB) 41848

[startup+527.702 s]
/proc/loadavg: 0.99 0.86 0.47 2/66 9865
/proc/meminfo: memFree=780896/2055920 swapFree=4179368/4192956
[pid=9859] ppid=9857 vsize=7384 CPUtime=21.69
/proc/9859/stat : 9859 (SATzilla2009_I) S 9857 9859 9795 0 -1 4194304 4204 15841 0 0 350 10 1796 13 25 0 1 0 127769673 7561216 1616 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/9859/statm: 1846 1616 217 399 0 1443 0
[pid=9865] ppid=9859 vsize=33656 CPUtime=505.78
/proc/9865/stat : 9865 (minisat20SAT07) R 9859 9859 9795 0 -1 4194304 8757 0 0 0 50571 7 0 0 25 0 1 0 127771847 34463744 8026 1992294400 134512640 135078472 4294956192 18446744073709551615 134702404 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9865/statm: 8414 8026 78 138 0 8273 0
Current children cumulated CPU time (s) 527.47
Current children cumulated vsize (KiB) 41040

Child status: 20
Real time (s): 527.734
CPU time (s): 527.538
CPU user time (s): 527.213
CPU system time (s): 0.32495
CPU usage (%): 99.9627
Max. virtual memory (cumulated for all children) (KiB): 42012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 527.213
system time used= 0.32495
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28815
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= 24
involuntary context switches= 925

runsolver used 0.638902 second user time and 1.26981 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-29 11:29:26
IDJOB=1562741
IDBENCH=70940
IDSOLVER=528
FILE ID=node25/1562741-1240997365
PBS_JOBID= 9204842
Free space on /tmp= 66452 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l44_lambda.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1562741-1240997365/watcher-1562741-1240997365 -o /tmp/evaluation-result-1562741-1240997365/solver-1562741-1240997365 -C 1200 -W 1800 -M 1800  HOME/SATzilla2009_I HOME/instance-1562741-1240997365.cnf

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

MD5SUM BENCH= a7bc41b32260e4459b2bee7c18cacba1
RANDOM SEED=1358106811

node25.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.259
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.259
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:        820624 kB
Buffers:         42632 kB
Cached:        1138412 kB
SwapCached:       8548 kB
Active:         147120 kB
Inactive:      1043876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        820624 kB
SwapTotal:     4192956 kB
SwapFree:      4179368 kB
Dirty:           34328 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            30312 kB
Committed_AS:   510544 kB
PageTables:       1460 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 node25 at 2009-04-29 11:38:14