Trace number 1563053

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 379.362 379.559

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l47_lambda.cnf
MD5SUMed7689c65135a913d97feca3ab3874eb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark302.814
Satisfiable
(Un)Satisfiability was proved
Number of variables33871
Number of clauses170161
Sum of the clauses size490938
Maximum clause length9
Minimum clause length1
Number of clauses of size 14346
Number of clauses of size 241947
Number of clauses of size 3100545
Number of clauses of size 416116
Number of clauses of size 57066
Number of clauses of size over 5141

Solver Data

21.94/22.02	c SATzilla is building models for class 3
21.94/22.02	c run presolver mxc-sr08 for 10 seconds ... 
21.94/22.02	c Bin: Executing mxc-sr08
21.94/22.02	c spawning binary file with 10 seconds ...
21.94/22.02	c child exit by a signal
21.94/22.02	c mxc-sr08 returned code 137.
21.94/22.02	c run presolver picosat846 for 5 seconds ... 
21.94/22.02	c Bin: Executing picosat846
21.94/22.02	c spawning binary file with 5 seconds ...
21.94/22.02	c child exit by a signal
21.94/22.02	c picosat846 returned code 137.
21.94/22.02	c Orignal number of varibales is 33871, number of clauses is 170161 
21.94/22.02	c predicted feature computation time is 2.094141 
21.94/22.02	c Bin: Executing satelite
21.94/22.02	c spawning binary file with 240 seconds ...
21.94/22.02	c child exited successfully
21.94/22.02	c satzilla computing base features
21.94/22.02	c Number of variabe is: 8110, Number of clause is : 71082 
21.94/22.02	c Initializing...
21.94/22.02	c satzilla doing clause learning
21.94/22.02	c start clause learning features ...
21.94/22.02	c Bin: Executing zchaff07
21.94/22.02	c spawning binary file with 2 seconds ...
21.94/22.02	c child exit by a signal
21.94/22.02	c satzilla doing survey propogation probe
21.94/22.02	c do survay propogation for 2 second ...
21.94/22.02	c satzilla doing local search probe
21.94/22.02	c features are:33871 170161 8110 71082 3.17645 1.39387 0.114094 0.496884 0.660667 1.39981 0.00041606 0.379191 0.000246609 0.00123305 1.29754 0.182901 0.758251 0.00041606 1.48402 1.40683e-05 0.00409386 3.03991 0.364783 0.163479 0 1 3.11059 0.000183102 1.22467 0 0.00393911 2.79163 0.539194 0.000407823 1.93551 2.81365e-05 0.0116907 1344 0.290586 572 1650 1650 572 1512 1479 1507 15.5666 0.0800833 13.7585 16.8627 16.8627 13.7585 16.4544 14.3881 16.3691 0.61151 0.334547 6.10374e-06 1 0.821138 0.276453 0.736106 0.499697 0.683032 0.0627154 0.992436 -1.11022e-16 1 0.12535 0.000221998 0.118619 0.0153865 0.0553609 460.062 0.328807 1772.62 0.267507 1891.5 1822 1926 1.24553 0.829053 0.980519 0.0404447 
21.94/22.02	c satzilla's ranking:
21.94/22.02	c 1) minisat20SAT07: 2.783714
21.94/22.02	c 2) picosat846: 2.228981
21.94/22.02	c 3) zchaff_rand: 2.043049
21.94/22.02	c 4) mxc-sr08: 1.404427
21.94/22.02	c 5) march_dl2004: 1.023553
21.94/22.02	c 6) SATenstein: -10000.000000
21.94/22.02	c 7) gnovelty+: -10000.000000
21.94/22.02	c 8) adaptg2wsat+: -10000.000000
21.94/22.02	c 9) adaptg2wsat0: -10000.000000
21.94/22.02	c 10) tts-4-0: -10000.000000
21.94/22.02	c 11) vallst: -10000.000000
21.94/22.02	c 12) minisat20: -10000.000000
21.94/22.02	c 13) kcnfs04SAT07: -10000.000000
21.94/22.02	c satzilla running minisat20SAT07 ... 
379.28/379.55	c Bin: Executing minisat20SAT07
379.28/379.55	c spawning binary file with 1178 seconds ...
379.28/379.55	c child exited successfully
379.28/379.55	c minisat20SAT07 returned code 0.
379.28/379.55	s UNSATISFIABLE
379.28/379.55	c SATZILLA_TIME=379.410000

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-1563053-1240999769/watcher-1563053-1240999769 -o /tmp/evaluation-result-1563053-1240999769/solver-1563053-1240999769 -C 1200 -W 1800 -M 1800 HOME/SATzilla2009_I HOME/instance-1563053-1240999769.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: 2.01 1.88 1.39 3/64 14569
/proc/meminfo: memFree=422896/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=2056 CPUtime=0
/proc/14569/stat : 14569 (SATzilla2009_I) R 14567 14569 14296 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 128005556 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/14569/statm: 514 112 96 399 0 111 0
[pid=14570] ppid=14569 vsize=3864 CPUtime=0
/proc/14570/stat : 14570 (mxc-sr08) R 14569 14569 14296 0 -1 4194304 736 0 0 0 0 0 0 0 18 0 1 0 128005556 3956736 733 1992294400 134512640 135078026 4294956176 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/14570/statm: 966 740 44 138 0 825 0

[startup+0.047883 s]
/proc/loadavg: 2.01 1.88 1.39 3/64 14569
/proc/meminfo: memFree=422896/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=2056 CPUtime=0
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 128005556 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14569/statm: 514 112 96 399 0 111 0
[pid=14570] ppid=14569 vsize=13060 CPUtime=0.04
/proc/14570/stat : 14570 (mxc-sr08) R 14569 14569 14296 0 -1 4194304 2751 0 0 0 3 1 0 0 19 0 1 0 128005556 13373440 2747 1992294400 134512640 135078026 4294956176 18446744073709551615 134722807 0 0 8392704 0 0 0 0 17 0 0 0
/proc/14570/statm: 3265 2747 54 138 0 3124 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15116

[startup+0.102887 s]
/proc/loadavg: 2.01 1.88 1.39 3/64 14569
/proc/meminfo: memFree=422896/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=2056 CPUtime=0
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 128005556 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14569/statm: 514 112 96 399 0 111 0
[pid=14570] ppid=14569 vsize=17120 CPUtime=0.09
/proc/14570/stat : 14570 (mxc-sr08) R 14569 14569 14296 0 -1 4194304 3723 0 0 0 8 1 0 0 19 0 1 0 128005556 17530880 3719 1992294400 134512640 135078026 4294956176 18446744073709551615 134565915 0 0 8392704 0 0 0 0 17 0 0 0
/proc/14570/statm: 4280 3720 54 138 0 4139 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19176

[startup+0.302906 s]
/proc/loadavg: 2.01 1.88 1.39 3/64 14569
/proc/meminfo: memFree=422896/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=2056 CPUtime=0
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 128005556 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14569/statm: 514 112 96 399 0 111 0
[pid=14570] ppid=14569 vsize=17868 CPUtime=0.29
/proc/14570/stat : 14570 (mxc-sr08) R 14569 14569 14296 0 -1 4194304 4670 0 0 0 28 1 0 0 21 0 1 0 128005556 18296832 3883 1992294400 134512640 135078026 4294956176 18446744073709551615 134553865 0 0 8392704 0 0 0 0 17 0 0 0
/proc/14570/statm: 4467 3883 55 138 0 4326 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19924

[startup+0.701947 s]
/proc/loadavg: 2.01 1.88 1.39 3/64 14569
/proc/meminfo: memFree=422896/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=2056 CPUtime=0
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 128005556 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14569/statm: 514 112 96 399 0 111 0
[pid=14570] ppid=14569 vsize=25224 CPUtime=0.69
/proc/14570/stat : 14570 (mxc-sr08) R 14569 14569 14296 0 -1 4194304 6404 0 0 0 67 2 0 0 25 0 1 0 128005556 25829376 5617 1992294400 134512640 135078026 4294956176 18446744073709551615 134556597 0 0 8392704 0 0 0 0 17 0 0 0
/proc/14570/statm: 6306 5617 55 138 0 6165 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27280

[startup+1.50103 s]
/proc/loadavg: 2.01 1.88 1.39 2/66 14571
/proc/meminfo: memFree=401632/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=2056 CPUtime=0
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 128005556 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14569/statm: 514 112 96 399 0 111 0
[pid=14570] ppid=14569 vsize=22900 CPUtime=1.49
/proc/14570/stat : 14570 (mxc-sr08) R 14569 14569 14296 0 -1 4194304 6635 0 0 0 147 2 0 0 25 0 1 0 128005556 23449600 5280 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/14570/statm: 5725 5280 71 138 0 5584 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24956

[startup+3.1012 s]
/proc/loadavg: 1.93 1.87 1.39 2/66 14571
/proc/meminfo: memFree=401504/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=2056 CPUtime=0
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 128005556 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14569/statm: 514 112 96 399 0 111 0
[pid=14570] ppid=14569 vsize=22900 CPUtime=3.08
/proc/14570/stat : 14570 (mxc-sr08) R 14569 14569 14296 0 -1 4194304 6636 0 0 0 306 2 0 0 25 0 1 0 128005556 23449600 5281 1992294400 134512640 135078026 4294956176 18446744073709551615 134533760 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14570/statm: 5725 5281 71 138 0 5584 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 24956

[startup+6.3015 s]
/proc/loadavg: 1.93 1.87 1.39 2/66 14571
/proc/meminfo: memFree=401960/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=2056 CPUtime=0
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 128005556 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14569/statm: 514 112 96 399 0 111 0
[pid=14570] ppid=14569 vsize=22900 CPUtime=6.28
/proc/14570/stat : 14570 (mxc-sr08) R 14569 14569 14296 0 -1 4194304 6636 0 0 0 624 4 0 0 25 0 1 0 128005556 23449600 5281 1992294400 134512640 135078026 4294956176 18446744073709551615 134534834 0 0 8392704 0 0 0 0 17 0 0 0
/proc/14570/statm: 5725 5281 71 138 0 5584 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24956

[startup+12.7011 s]
/proc/loadavg: 1.78 1.84 1.39 2/66 14572
/proc/meminfo: memFree=414696/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=2056 CPUtime=9.99
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 152 6645 0 0 0 0 995 4 16 0 1 0 128005556 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14569/statm: 514 121 104 399 0 111 0
[pid=14572] ppid=14569 vsize=10628 CPUtime=2.67
/proc/14572/stat : 14572 (picosat846) R 14569 14569 14296 0 -1 4194304 2257 0 0 0 266 1 0 0 25 0 1 0 128006558 10883072 2223 1992294400 134512640 134570484 4294956176 18446744073709551615 134552731 0 0 8392704 0 0 0 0 17 0 0 0
/proc/14572/statm: 2657 2223 85 14 0 2323 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12684

[startup+25.5024 s]
/proc/loadavg: 1.66 1.81 1.38 2/66 14575
/proc/meminfo: memFree=396136/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=7936 CPUtime=21.97
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 4555 17016 0 0 365 9 1809 14 25 0 1 0 128005556 8126464 1754 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/14569/statm: 1984 1754 217 399 0 1581 0
[pid=14575] ppid=14569 vsize=20508 CPUtime=3.45
/proc/14575/stat : 14575 (minisat20SAT07) R 14569 14569 14296 0 -1 4194304 5388 0 0 0 343 2 0 0 25 0 1 0 128007759 21000192 4817 1992294400 134512640 135078472 4294956176 18446744073709551615 134550587 0 0 8392704 3 0 0 0 17 0 0 0
/proc/14575/statm: 5127 4817 73 138 0 4986 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 28444

[startup+51.103 s]
/proc/loadavg: 1.44 1.74 1.37 2/66 14575
/proc/meminfo: memFree=393832/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=7936 CPUtime=21.97
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 4555 17016 0 0 365 9 1809 14 25 0 1 0 128005556 8126464 1754 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/14569/statm: 1984 1754 217 399 0 1581 0
[pid=14575] ppid=14569 vsize=23296 CPUtime=29.04
/proc/14575/stat : 14575 (minisat20SAT07) R 14569 14569 14296 0 -1 4194304 6070 0 0 0 2901 3 0 0 25 0 1 0 128007759 23855104 5499 1992294400 134512640 135078472 4294956176 18446744073709551615 134551022 0 0 8392704 3 0 0 0 17 0 0 0
/proc/14575/statm: 5824 5499 73 138 0 5683 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 31232

[startup+102.306 s]
/proc/loadavg: 1.17 1.62 1.35 2/66 14575
/proc/meminfo: memFree=388904/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=7936 CPUtime=21.97
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 4555 17016 0 0 365 9 1809 14 25 0 1 0 128005556 8126464 1754 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/14569/statm: 1984 1754 217 399 0 1581 0
[pid=14575] ppid=14569 vsize=28500 CPUtime=80.23
/proc/14575/stat : 14575 (minisat20SAT07) R 14569 14569 14296 0 -1 4194304 7314 0 0 0 8019 4 0 0 25 0 1 0 128007759 29184000 6743 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/14575/statm: 7125 6743 73 138 0 6984 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 36436

[startup+162.302 s]
/proc/loadavg: 1.07 1.51 1.32 2/66 14575
/proc/meminfo: memFree=387368/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=7936 CPUtime=21.97
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 4555 17016 0 0 365 9 1809 14 25 0 1 0 128005556 8126464 1754 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/14569/statm: 1984 1754 217 399 0 1581 0
[pid=14575] ppid=14569 vsize=29980 CPUtime=140.2
/proc/14575/stat : 14575 (minisat20SAT07) R 14569 14569 14296 0 -1 4194304 7695 0 0 0 14015 5 0 0 25 0 1 0 128007759 30699520 7124 1992294400 134512640 135078472 4294956176 18446744073709551615 134550985 0 0 8392704 3 0 0 0 17 0 0 0
/proc/14575/statm: 7495 7124 73 138 0 7354 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 37916

[startup+222.303 s]
/proc/loadavg: 1.02 1.41 1.30 2/66 14575
/proc/meminfo: memFree=385832/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=7936 CPUtime=21.97
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 4555 17016 0 0 365 9 1809 14 25 0 1 0 128005556 8126464 1754 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/14569/statm: 1984 1754 217 399 0 1581 0
[pid=14575] ppid=14569 vsize=31548 CPUtime=200.17
/proc/14575/stat : 14575 (minisat20SAT07) R 14569 14569 14296 0 -1 4194304 8076 0 0 0 20012 5 0 0 25 0 1 0 128007759 32305152 7505 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/14575/statm: 7887 7505 73 138 0 7746 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 39484

[startup+282.303 s]
/proc/loadavg: 1.01 1.34 1.28 2/66 14575
/proc/meminfo: memFree=384168/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=7936 CPUtime=21.97
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 4555 17016 0 0 365 9 1809 14 25 0 1 0 128005556 8126464 1754 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/14569/statm: 1984 1754 217 399 0 1581 0
[pid=14575] ppid=14569 vsize=33284 CPUtime=260.15
/proc/14575/stat : 14575 (minisat20SAT07) R 14569 14569 14296 0 -1 4194304 8477 0 0 0 26010 5 0 0 25 0 1 0 128007759 34082816 7906 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/14575/statm: 8321 7906 73 138 0 8180 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 41220

[startup+342.303 s]
/proc/loadavg: 1.00 1.27 1.26 2/66 14575
/proc/meminfo: memFree=383912/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=7936 CPUtime=21.97
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 4555 17016 0 0 365 9 1809 14 25 0 1 0 128005556 8126464 1754 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/14569/statm: 1984 1754 217 399 0 1581 0
[pid=14575] ppid=14569 vsize=33736 CPUtime=320.13
/proc/14575/stat : 14575 (minisat20SAT07) R 14569 14569 14296 0 -1 4194304 8560 0 0 0 32008 5 0 0 25 0 1 0 128007759 34545664 7989 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/14575/statm: 8434 7989 73 138 0 8293 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 41672

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

[startup+358.302 s]
/proc/loadavg: 1.00 1.25 1.25 2/66 14575
/proc/meminfo: memFree=383720/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=7936 CPUtime=21.97
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 4555 17016 0 0 365 9 1809 14 25 0 1 0 128005556 8126464 1754 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/14569/statm: 1984 1754 217 399 0 1581 0
[pid=14575] ppid=14569 vsize=33868 CPUtime=336.11
/proc/14575/stat : 14575 (minisat20SAT07) R 14569 14569 14296 0 -1 4194304 8588 0 0 0 33606 5 0 0 25 0 1 0 128007759 34680832 8017 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/14575/statm: 8467 8017 73 138 0 8326 0
Current children cumulated CPU time (s) 358.08
Current children cumulated vsize (KiB) 41804

[startup+371.102 s]
/proc/loadavg: 1.00 1.24 1.25 2/66 14575
/proc/meminfo: memFree=383528/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=7936 CPUtime=21.97
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 4555 17016 0 0 365 9 1809 14 25 0 1 0 128005556 8126464 1754 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/14569/statm: 1984 1754 217 399 0 1581 0
[pid=14575] ppid=14569 vsize=34036 CPUtime=348.91
/proc/14575/stat : 14575 (minisat20SAT07) R 14569 14569 14296 0 -1 4194304 8641 0 0 0 34886 5 0 0 25 0 1 0 128007759 34852864 8070 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/14575/statm: 8509 8070 73 138 0 8368 0
Current children cumulated CPU time (s) 370.88
Current children cumulated vsize (KiB) 41972

[startup+374.301 s]
/proc/loadavg: 1.00 1.24 1.25 2/66 14575
/proc/meminfo: memFree=383528/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=7936 CPUtime=21.97
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 4555 17016 0 0 365 9 1809 14 25 0 1 0 128005556 8126464 1754 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/14569/statm: 1984 1754 217 399 0 1581 0
[pid=14575] ppid=14569 vsize=34036 CPUtime=352.11
/proc/14575/stat : 14575 (minisat20SAT07) R 14569 14569 14296 0 -1 4194304 8644 0 0 0 35206 5 0 0 25 0 1 0 128007759 34852864 8073 1992294400 134512640 135078472 4294956176 18446744073709551615 134550686 0 0 8392704 3 0 0 0 17 0 0 0
/proc/14575/statm: 8509 8073 73 138 0 8368 0
Current children cumulated CPU time (s) 374.08
Current children cumulated vsize (KiB) 41972

[startup+377.501 s]
/proc/loadavg: 1.00 1.24 1.25 2/66 14575
/proc/meminfo: memFree=383528/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=7936 CPUtime=21.97
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 4555 17016 0 0 365 9 1809 14 25 0 1 0 128005556 8126464 1754 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/14569/statm: 1984 1754 217 399 0 1581 0
[pid=14575] ppid=14569 vsize=34036 CPUtime=355.31
/proc/14575/stat : 14575 (minisat20SAT07) R 14569 14569 14296 0 -1 4194304 8650 0 0 0 35526 5 0 0 25 0 1 0 128007759 34852864 8079 1992294400 134512640 135078472 4294956176 18446744073709551615 134549297 0 0 8392704 3 0 0 0 17 0 0 0
/proc/14575/statm: 8509 8079 73 138 0 8368 0
Current children cumulated CPU time (s) 377.28
Current children cumulated vsize (KiB) 41972

[startup+378.302 s]
/proc/loadavg: 1.00 1.24 1.25 2/66 14575
/proc/meminfo: memFree=383528/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=7936 CPUtime=21.97
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 4555 17016 0 0 365 9 1809 14 25 0 1 0 128005556 8126464 1754 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/14569/statm: 1984 1754 217 399 0 1581 0
[pid=14575] ppid=14569 vsize=34036 CPUtime=356.11
/proc/14575/stat : 14575 (minisat20SAT07) R 14569 14569 14296 0 -1 4194304 8650 0 0 0 35606 5 0 0 25 0 1 0 128007759 34852864 8079 1992294400 134512640 135078472 4294956176 18446744073709551615 134551022 0 0 8392704 3 0 0 0 17 0 0 0
/proc/14575/statm: 8509 8079 73 138 0 8368 0
Current children cumulated CPU time (s) 378.08
Current children cumulated vsize (KiB) 41972

[startup+379.102 s]
/proc/loadavg: 1.00 1.24 1.25 2/66 14575
/proc/meminfo: memFree=383528/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=7936 CPUtime=21.97
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 4555 17016 0 0 365 9 1809 14 25 0 1 0 128005556 8126464 1754 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/14569/statm: 1984 1754 217 399 0 1581 0
[pid=14575] ppid=14569 vsize=34036 CPUtime=356.91
/proc/14575/stat : 14575 (minisat20SAT07) R 14569 14569 14296 0 -1 4194304 8650 0 0 0 35686 5 0 0 25 0 1 0 128007759 34852864 8079 1992294400 134512640 135078472 4294956176 18446744073709551615 134550587 0 0 8392704 3 0 0 0 17 0 0 0
/proc/14575/statm: 8509 8079 73 138 0 8368 0
Current children cumulated CPU time (s) 378.88
Current children cumulated vsize (KiB) 41972

[startup+379.506 s]
/proc/loadavg: 1.00 1.24 1.25 2/66 14575
/proc/meminfo: memFree=383528/2055920 swapFree=4192812/4192956
[pid=14569] ppid=14567 vsize=7936 CPUtime=21.97
/proc/14569/stat : 14569 (SATzilla2009_I) S 14567 14569 14296 0 -1 4194304 4555 17016 0 0 365 9 1809 14 25 0 1 0 128005556 8126464 1754 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/14569/statm: 1984 1754 217 399 0 1581 0
[pid=14575] ppid=14569 vsize=33064 CPUtime=357.31
/proc/14575/stat : 14575 (minisat20SAT07) R 14569 14569 14296 0 -1 4194304 8656 0 0 0 35726 5 0 0 25 0 1 0 128007759 33857536 7883 1992294400 134512640 135078472 4294956176 18446744073709551615 134702462 0 0 8392704 3 0 0 0 17 0 0 0
/proc/14575/statm: 8266 7883 78 138 0 8125 0
Current children cumulated CPU time (s) 379.28
Current children cumulated vsize (KiB) 41000

Child status: 20
Real time (s): 379.559
CPU time (s): 379.362
CPU user time (s): 379.056
CPU system time (s): 0.305953
CPU usage (%): 99.9483
Max. virtual memory (cumulated for all children) (KiB): 41972

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

runsolver used 0.336948 second user time and 1.05584 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-29 12:09:29
IDJOB=1563053
IDBENCH=70946
IDSOLVER=528
FILE ID=node36/1563053-1240999769
PBS_JOBID= 9204831
Free space on /tmp= 66392 MiB

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

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

MD5SUM BENCH= ed7689c65135a913d97feca3ab3874eb
RANDOM SEED=60311893

node36.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.232
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.232
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:        423376 kB
Buffers:         84448 kB
Cached:        1438472 kB
SwapCached:        144 kB
Active:         369644 kB
Inactive:      1167400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        423376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           34616 kB
Writeback:           0 kB
Mapped:          23712 kB
Slab:            81632 kB
Committed_AS:   506352 kB
PageTables:       1356 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= 66364 MiB
End job on node36 at 2009-04-29 12:15:49