Trace number 1774440

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 380.117 380.288

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 benchmark303.059
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.84/21.97	c SATzilla is building models for class 3
21.84/21.97	c run presolver mxc-sr08 for 10 seconds ... 
21.84/21.97	c Bin: Executing mxc-sr08
21.84/21.97	c spawning binary file with 10 seconds ...
21.84/21.97	c child exit by a signal
21.84/21.97	c mxc-sr08 returned code 137.
21.84/21.97	c run presolver picosat846 for 5 seconds ... 
21.84/21.97	c Bin: Executing picosat846
21.84/21.97	c spawning binary file with 5 seconds ...
21.84/21.97	c child exit by a signal
21.84/21.97	c picosat846 returned code 137.
21.84/21.97	c Orignal number of varibales is 33871, number of clauses is 170161 
21.84/21.97	c predicted feature computation time is 2.094141 
21.84/21.97	c Bin: Executing satelite
21.84/21.97	c spawning binary file with 240 seconds ...
21.84/21.97	c child exited successfully
21.84/21.97	c satzilla computing base features
21.84/21.97	c Number of variabe is: 8110, Number of clause is : 71082 
21.84/21.97	c Initializing...
21.84/21.97	c satzilla doing clause learning
21.84/21.97	c start clause learning features ...
21.84/21.97	c Bin: Executing zchaff07
21.84/21.97	c spawning binary file with 2 seconds ...
21.84/21.97	c child exit by a signal
21.84/21.97	c satzilla doing survey propogation probe
21.84/21.97	c do survay propogation for 2 second ...
21.84/21.97	c satzilla doing local search probe
21.84/21.97	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 417.714 0.112002 1878.21 0.0149489 1881 1857 1907 0.804317 0.278639 0.966693 0.00756479 
21.84/21.97	c satzilla's ranking:
21.84/21.97	c 1) minisat20SAT07: 2.389052
21.84/21.97	c 2) picosat846: 2.229001
21.84/21.97	c 3) zchaff_rand: 2.042697
21.84/21.97	c 4) mxc-sr08: 1.402448
21.84/21.97	c 5) march_dl2004: 1.029674
21.84/21.97	c 6) SATenstein: -10000.000000
21.84/21.97	c 7) gnovelty+: -10000.000000
21.84/21.97	c 8) adaptg2wsat+: -10000.000000
21.84/21.97	c 9) adaptg2wsat0: -10000.000000
21.84/21.97	c 10) tts-4-0: -10000.000000
21.84/21.97	c 11) vallst: -10000.000000
21.84/21.97	c 12) minisat20: -10000.000000
21.84/21.97	c 13) kcnfs04SAT07: -10000.000000
21.84/21.97	c satzilla running minisat20SAT07 ... 
379.99/380.28	c Bin: Executing minisat20SAT07
379.99/380.28	c spawning binary file with 9978 seconds ...
379.99/380.28	c child exited successfully
379.99/380.28	c minisat20SAT07 returned code 0.
379.99/380.28	s UNSATISFIABLE
379.99/380.28	c SATZILLA_TIME=380.160000

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-1774440-1241353814/watcher-1774440-1241353814 -o /tmp/evaluation-result-1774440-1241353814/solver-1774440-1241353814 -C 10000 -W 12000 -M 1800 HOME/SATzilla2009_I HOME/instance-1774440-1241353814.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.99 1.00 1.00 3/64 3808
/proc/meminfo: memFree=1399992/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=2056 CPUtime=0
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163415392 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 514 112 96 399 0 111 0
[pid=3809] ppid=3808 vsize=3864 CPUtime=0
/proc/3809/stat : 3809 (mxc-sr08) R 3808 3808 3743 0 -1 4194304 686 0 0 0 0 0 0 0 19 0 1 0 163415392 3956736 682 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3809/statm: 966 688 44 138 0 825 0

[startup+0.063454 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 3808
/proc/meminfo: memFree=1399992/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=2056 CPUtime=0
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163415392 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 514 112 96 399 0 111 0
[pid=3809] ppid=3808 vsize=14012 CPUtime=0.05
/proc/3809/stat : 3809 (mxc-sr08) R 3808 3808 3743 0 -1 4194304 3003 0 0 0 4 1 0 0 19 0 1 0 163415392 14348288 2999 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3809/statm: 3503 3000 54 138 0 3362 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16068

[startup+0.101457 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 3808
/proc/meminfo: memFree=1399992/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=2056 CPUtime=0
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163415392 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 514 112 96 399 0 111 0
[pid=3809] ppid=3808 vsize=16988 CPUtime=0.09
/proc/3809/stat : 3809 (mxc-sr08) R 3808 3808 3743 0 -1 4194304 3659 0 0 0 8 1 0 0 20 0 1 0 163415392 17395712 3655 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3809/statm: 4247 3656 54 138 0 4106 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19044

[startup+0.301476 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 3808
/proc/meminfo: memFree=1399992/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=2056 CPUtime=0
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163415392 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 514 112 96 399 0 111 0
[pid=3809] ppid=3808 vsize=17868 CPUtime=0.29
/proc/3809/stat : 3809 (mxc-sr08) R 3808 3808 3743 0 -1 4194304 4670 0 0 0 28 1 0 0 21 0 1 0 163415392 18296832 3883 1992294400 134512640 135078026 4294956192 18446744073709551615 134553989 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3809/statm: 4467 3883 55 138 0 4326 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19924

[startup+0.701516 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 3808
/proc/meminfo: memFree=1399992/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=2056 CPUtime=0
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163415392 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 514 112 96 399 0 111 0
[pid=3809] ppid=3808 vsize=25224 CPUtime=0.69
/proc/3809/stat : 3809 (mxc-sr08) R 3808 3808 3743 0 -1 4194304 6401 0 0 0 67 2 0 0 25 0 1 0 163415392 25829376 5614 1992294400 134512640 135078026 4294956192 18446744073709551615 134560795 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3809/statm: 6306 5614 55 138 0 6165 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27280

[startup+1.50161 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3810
/proc/meminfo: memFree=1378792/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=2056 CPUtime=0
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163415392 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 514 112 96 399 0 111 0
[pid=3809] ppid=3808 vsize=22900 CPUtime=1.49
/proc/3809/stat : 3809 (mxc-sr08) R 3808 3808 3743 0 -1 4194304 6635 0 0 0 146 3 0 0 25 0 1 0 163415392 23449600 5280 1992294400 134512640 135078026 4294956192 18446744073709551615 134535078 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3809/statm: 5725 5280 71 138 0 5584 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24956

[startup+3.10175 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3810
/proc/meminfo: memFree=1378664/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=2056 CPUtime=0
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163415392 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 514 112 96 399 0 111 0
[pid=3809] ppid=3808 vsize=22900 CPUtime=3.09
/proc/3809/stat : 3809 (mxc-sr08) R 3808 3808 3743 0 -1 4194304 6636 0 0 0 306 3 0 0 25 0 1 0 163415392 23449600 5281 1992294400 134512640 135078026 4294956192 18446744073709551615 134534956 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3809/statm: 5725 5281 71 138 0 5584 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24956

[startup+6.30107 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3810
/proc/meminfo: memFree=1379048/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=2056 CPUtime=0
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163415392 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 514 112 96 399 0 111 0
[pid=3809] ppid=3808 vsize=22900 CPUtime=6.28
/proc/3809/stat : 3809 (mxc-sr08) R 3808 3808 3743 0 -1 4194304 6636 0 0 0 625 3 0 0 25 0 1 0 163415392 23449600 5281 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3809/statm: 5725 5281 71 138 0 5584 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24956

[startup+12.7027 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3811
/proc/meminfo: memFree=1392040/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=2056 CPUtime=9.99
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 152 6645 0 0 0 0 996 3 19 0 1 0 163415392 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 514 121 104 399 0 111 0
[pid=3811] ppid=3808 vsize=10628 CPUtime=2.68
/proc/3811/stat : 3811 (picosat846) R 3808 3808 3743 0 -1 4194304 2257 0 0 0 267 1 0 0 25 0 1 0 163416393 10883072 2223 1992294400 134512640 134570484 4294956192 18446744073709551615 134549792 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3811/statm: 2657 2223 85 14 0 2323 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12684

[startup+25.502 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3814
/proc/meminfo: memFree=1373672/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=7936 CPUtime=21.91
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 4555 17015 0 0 364 10 1806 11 25 0 1 0 163415392 8126464 1754 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 1984 1754 217 399 0 1581 0
[pid=3814] ppid=3808 vsize=20508 CPUtime=3.51
/proc/3814/stat : 3814 (minisat20SAT07) R 3808 3808 3743 0 -1 4194304 5388 0 0 0 349 2 0 0 25 0 1 0 163417590 21000192 4817 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3814/statm: 5127 4817 73 138 0 4986 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 28444

[startup+51.1015 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3814
/proc/meminfo: memFree=1371176/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=7936 CPUtime=21.91
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 4555 17015 0 0 364 10 1806 11 25 0 1 0 163415392 8126464 1754 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 1984 1754 217 399 0 1581 0
[pid=3814] ppid=3808 vsize=23296 CPUtime=29.1
/proc/3814/stat : 3814 (minisat20SAT07) R 3808 3808 3743 0 -1 4194304 6072 0 0 0 2906 4 0 0 25 0 1 0 163417590 23855104 5501 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3814/statm: 5824 5501 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: 0.99 1.00 1.00 2/66 3814
/proc/meminfo: memFree=1366312/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=7936 CPUtime=21.91
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 4555 17015 0 0 364 10 1806 11 25 0 1 0 163415392 8126464 1754 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 1984 1754 217 399 0 1581 0
[pid=3814] ppid=3808 vsize=28368 CPUtime=80.29
/proc/3814/stat : 3814 (minisat20SAT07) R 3808 3808 3743 0 -1 4194304 7309 0 0 0 8024 5 0 0 25 0 1 0 163417590 29048832 6738 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3814/statm: 7092 6738 73 138 0 6951 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 36304

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3814
/proc/meminfo: memFree=1364776/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=7936 CPUtime=21.91
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 4555 17015 0 0 364 10 1806 11 25 0 1 0 163415392 8126464 1754 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 1984 1754 217 399 0 1581 0
[pid=3814] ppid=3808 vsize=29980 CPUtime=140.26
/proc/3814/stat : 3814 (minisat20SAT07) R 3808 3808 3743 0 -1 4194304 7695 0 0 0 14021 5 0 0 25 0 1 0 163417590 30699520 7124 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3814/statm: 7495 7124 73 138 0 7354 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 37916

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3814
/proc/meminfo: memFree=1363176/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=7936 CPUtime=21.91
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 4555 17015 0 0 364 10 1806 11 25 0 1 0 163415392 8126464 1754 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 1984 1754 217 399 0 1581 0
[pid=3814] ppid=3808 vsize=31548 CPUtime=200.24
/proc/3814/stat : 3814 (minisat20SAT07) R 3808 3808 3743 0 -1 4194304 8076 0 0 0 20019 5 0 0 25 0 1 0 163417590 32305152 7505 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3814/statm: 7887 7505 73 138 0 7746 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 39484

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3814
/proc/meminfo: memFree=1361640/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=7936 CPUtime=21.91
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 4555 17015 0 0 364 10 1806 11 25 0 1 0 163415392 8126464 1754 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 1984 1754 217 399 0 1581 0
[pid=3814] ppid=3808 vsize=33284 CPUtime=260.22
/proc/3814/stat : 3814 (minisat20SAT07) R 3808 3808 3743 0 -1 4194304 8477 0 0 0 26016 6 0 0 25 0 1 0 163417590 34082816 7906 1992294400 134512640 135078472 4294956192 18446744073709551615 134550196 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3814/statm: 8321 7906 73 138 0 8180 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 41220

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3814
/proc/meminfo: memFree=1361320/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=7936 CPUtime=21.91
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 4555 17015 0 0 364 10 1806 11 25 0 1 0 163415392 8126464 1754 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 1984 1754 217 399 0 1581 0
[pid=3814] ppid=3808 vsize=33736 CPUtime=320.2
/proc/3814/stat : 3814 (minisat20SAT07) R 3808 3808 3743 0 -1 4194304 8560 0 0 0 32014 6 0 0 25 0 1 0 163417590 34545664 7989 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3814/statm: 8434 7989 73 138 0 8293 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 41672

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

[startup+358.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3814
/proc/meminfo: memFree=1361256/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=7936 CPUtime=21.91
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 4555 17015 0 0 364 10 1806 11 25 0 1 0 163415392 8126464 1754 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 1984 1754 217 399 0 1581 0
[pid=3814] ppid=3808 vsize=33868 CPUtime=336.2
/proc/3814/stat : 3814 (minisat20SAT07) R 3808 3808 3743 0 -1 4194304 8587 0 0 0 33614 6 0 0 25 0 1 0 163417590 34680832 8016 1992294400 134512640 135078472 4294956192 18446744073709551615 134550262 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3814/statm: 8467 8016 73 138 0 8326 0
Current children cumulated CPU time (s) 358.11
Current children cumulated vsize (KiB) 41804

[startup+371.101 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3814
/proc/meminfo: memFree=1361000/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=7936 CPUtime=21.91
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 4555 17015 0 0 364 10 1806 11 25 0 1 0 163415392 8126464 1754 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 1984 1754 217 399 0 1581 0
[pid=3814] ppid=3808 vsize=34036 CPUtime=348.98
/proc/3814/stat : 3814 (minisat20SAT07) R 3808 3808 3743 0 -1 4194304 8639 0 0 0 34892 6 0 0 25 0 1 0 163417590 34852864 8068 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3814/statm: 8509 8068 73 138 0 8368 0
Current children cumulated CPU time (s) 370.89
Current children cumulated vsize (KiB) 41972

[startup+374.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3814
/proc/meminfo: memFree=1361000/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=7936 CPUtime=21.91
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 4555 17015 0 0 364 10 1806 11 25 0 1 0 163415392 8126464 1754 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 1984 1754 217 399 0 1581 0
[pid=3814] ppid=3808 vsize=34036 CPUtime=352.18
/proc/3814/stat : 3814 (minisat20SAT07) R 3808 3808 3743 0 -1 4194304 8644 0 0 0 35212 6 0 0 25 0 1 0 163417590 34852864 8073 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3814/statm: 8509 8073 73 138 0 8368 0
Current children cumulated CPU time (s) 374.09
Current children cumulated vsize (KiB) 41972

[startup+377.502 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3814
/proc/meminfo: memFree=1361000/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=7936 CPUtime=21.91
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 4555 17015 0 0 364 10 1806 11 25 0 1 0 163415392 8126464 1754 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 1984 1754 217 399 0 1581 0
[pid=3814] ppid=3808 vsize=34036 CPUtime=355.38
/proc/3814/stat : 3814 (minisat20SAT07) R 3808 3808 3743 0 -1 4194304 8650 0 0 0 35532 6 0 0 25 0 1 0 163417590 34852864 8079 1992294400 134512640 135078472 4294956192 18446744073709551615 134549228 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3814/statm: 8509 8079 73 138 0 8368 0
Current children cumulated CPU time (s) 377.29
Current children cumulated vsize (KiB) 41972

[startup+379.102 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3814
/proc/meminfo: memFree=1361000/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=7936 CPUtime=21.91
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 4555 17015 0 0 364 10 1806 11 25 0 1 0 163415392 8126464 1754 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 1984 1754 217 399 0 1581 0
[pid=3814] ppid=3808 vsize=34036 CPUtime=356.98
/proc/3814/stat : 3814 (minisat20SAT07) R 3808 3808 3743 0 -1 4194304 8650 0 0 0 35692 6 0 0 25 0 1 0 163417590 34852864 8079 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3814/statm: 8509 8079 73 138 0 8368 0
Current children cumulated CPU time (s) 378.89
Current children cumulated vsize (KiB) 41972

[startup+379.901 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3814
/proc/meminfo: memFree=1361000/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=7936 CPUtime=21.91
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 4555 17015 0 0 364 10 1806 11 25 0 1 0 163415392 8126464 1754 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 1984 1754 217 399 0 1581 0
[pid=3814] ppid=3808 vsize=34036 CPUtime=357.78
/proc/3814/stat : 3814 (minisat20SAT07) R 3808 3808 3743 0 -1 4194304 8650 0 0 0 35772 6 0 0 25 0 1 0 163417590 34852864 8079 1992294400 134512640 135078472 4294956192 18446744073709551615 134550579 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3814/statm: 8509 8079 73 138 0 8368 0
Current children cumulated CPU time (s) 379.69
Current children cumulated vsize (KiB) 41972

[startup+380.101 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3814
/proc/meminfo: memFree=1361000/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=7936 CPUtime=21.91
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 4555 17015 0 0 364 10 1806 11 25 0 1 0 163415392 8126464 1754 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 1984 1754 217 399 0 1581 0
[pid=3814] ppid=3808 vsize=34036 CPUtime=357.98
/proc/3814/stat : 3814 (minisat20SAT07) R 3808 3808 3743 0 -1 4194304 8650 0 0 0 35792 6 0 0 25 0 1 0 163417590 34852864 8079 1992294400 134512640 135078472 4294956192 18446744073709551615 134550642 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3814/statm: 8509 8079 73 138 0 8368 0
Current children cumulated CPU time (s) 379.89
Current children cumulated vsize (KiB) 41972

[startup+380.201 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3814
/proc/meminfo: memFree=1361000/2055920 swapFree=4175308/4192956
[pid=3808] ppid=3806 vsize=7936 CPUtime=21.91
/proc/3808/stat : 3808 (SATzilla2009_I) S 3806 3808 3743 0 -1 4194304 4555 17015 0 0 364 10 1806 11 25 0 1 0 163415392 8126464 1754 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3808/statm: 1984 1754 217 399 0 1581 0
[pid=3814] ppid=3808 vsize=34036 CPUtime=358.08
/proc/3814/stat : 3814 (minisat20SAT07) R 3808 3808 3743 0 -1 4194304 8650 0 0 0 35802 6 0 0 25 0 1 0 163417590 34852864 8079 1992294400 134512640 135078472 4294956192 18446744073709551615 134550692 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3814/statm: 8509 8079 73 138 0 8368 0
Current children cumulated CPU time (s) 379.99
Current children cumulated vsize (KiB) 41972

Child status: 20
Real time (s): 380.288
CPU time (s): 380.117
CPU user time (s): 379.822
CPU system time (s): 0.294955
CPU usage (%): 99.955
Max. virtual memory (cumulated for all children) (KiB): 41972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 379.822
system time used= 0.294955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30240
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= 15
involuntary context switches= 842

runsolver used 0.357945 second user time and 1.03284 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-03 14:30:14
IDJOB=1774440
IDBENCH=70946
IDSOLVER=616
FILE ID=node12/1774440-1241353814
PBS_JOBID= 9225579
Free space on /tmp= 66480 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-1774440-1241353814/watcher-1774440-1241353814 -o /tmp/evaluation-result-1774440-1241353814/solver-1774440-1241353814 -C 10000 -W 12000 -M 1800  HOME/SATzilla2009_I HOME/instance-1774440-1241353814.cnf

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

MD5SUM BENCH= ed7689c65135a913d97feca3ab3874eb
RANDOM SEED=1865987184

node12.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1400536 kB
Buffers:         85316 kB
Cached:         462604 kB
SwapCached:      11992 kB
Active:          52364 kB
Inactive:       509956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1400536 kB
SwapTotal:     4192956 kB
SwapFree:      4175308 kB
Dirty:           34960 kB
Writeback:           0 kB
Mapped:          13616 kB
Slab:            79148 kB
Committed_AS:   842648 kB
PageTables:       1376 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= 66448 MiB
End job on node12 at 2009-05-03 14:36:34