Trace number 1717579

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 252.852 252.987

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h31-unknown.cnf
MD5SUM4211c3af8594e6cbb06d7f7e8978c614
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.0313
Satisfiable
(Un)Satisfiability was proved
Number of variables149210
Number of clauses761906
Sum of the clauses size1988854
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2614506
Number of clauses of size 3141844
Number of clauses of size 41307
Number of clauses of size 5115
Number of clauses of size over 53858

Solver Data

59.03/59.11	c SATzilla is building models for class 3
59.03/59.11	c run presolver mxc-sr08 for 10 seconds ... 
59.03/59.11	c Bin: Executing mxc-sr08
59.03/59.11	c spawning binary file with 10 seconds ...
59.03/59.11	c child exit by a signal
59.03/59.11	c mxc-sr08 returned code 137.
59.03/59.11	c run presolver picosat846 for 5 seconds ... 
59.03/59.11	c Bin: Executing picosat846
59.03/59.11	c spawning binary file with 5 seconds ...
59.03/59.11	c child exit by a signal
59.03/59.11	c picosat846 returned code 137.
59.03/59.11	c Orignal number of varibales is 151768, number of clauses is 761906 
59.03/59.11	c predicted feature computation time is 14.364409 
59.03/59.11	c Bin: Executing satelite
59.03/59.11	c spawning binary file with 240 seconds ...
59.03/59.11	c child exited successfully
59.03/59.11	c satzilla computing base features
59.03/59.11	c Number of variabe is: 11671, Number of clause is : 481437 
59.03/59.11	c Initializing...
59.03/59.11	c satzilla doing clause learning
59.03/59.11	c start clause learning features ...
59.03/59.11	c Bin: Executing zchaff07
59.03/59.11	c spawning binary file with 2 seconds ...
59.03/59.11	c child exit by a signal
59.03/59.11	c satzilla doing survey propogation probe
59.03/59.11	c do survay propogation for 2 second ...
59.03/59.11	c satzilla doing local search probe
59.03/59.11	c features are:151768 761906 11671 481437 12.0039 0.582566 0.024242 0.222731 1.58099 1.51677 0.000524329 2.89104 0.000171365 0.0506383 1.61921 0.684835 0.761369 0.000524329 1.89674 1.24627e-05 0.00564144 5.71897 0.403343 0.311241 0 0.990917 4.25589 0.00033705 2.5695 8.30846e-06 0.00530495 4.40878 0.806151 0.00045043 1.69958 1.24627e-05 0.00442425 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.690692 0.470265 0 1 0.980339 0.132818 0.951644 0.438249 0.856588 0.151097 1.13327 -1.11022e-16 0.5 0.453848 0.000127357 0.302813 0.0104782 0.0637485 4558.25 1.68263 2860.5 0.666868 3783.5 0 3806 67.4192 1.6962 1.04876 0.103377 
59.03/59.11	c satzilla's ranking:
59.03/59.11	c 1) mxc-sr08: 3.526112
59.03/59.11	c 2) minisat20SAT07: 3.474801
59.03/59.11	c 3) picosat846: 2.963072
59.03/59.11	c 4) zchaff_rand: 2.080585
59.03/59.11	c 5) march_dl2004: 0.042948
59.03/59.11	c 6) SATenstein: -10000.000000
59.03/59.11	c 7) gnovelty+: -10000.000000
59.03/59.11	c 8) adaptg2wsat+: -10000.000000
59.03/59.11	c 9) adaptg2wsat0: -10000.000000
59.03/59.11	c 10) tts-4-0: -10000.000000
59.03/59.11	c 11) vallst: -10000.000000
59.03/59.11	c 12) minisat20: -10000.000000
59.03/59.11	c 13) kcnfs04SAT07: -10000.000000
59.03/59.11	c satzilla running mxc-sr08 ... 
252.74/252.96	c Bin: Executing mxc-sr08
252.74/252.96	c spawning binary file with 1140 seconds ...
252.74/252.96	c child exited successfully
252.74/252.96	c mxc-sr08 returned code 20.
252.74/252.96	s UNSATISFIABLE
252.74/252.96	c SATZILLA_TIME=252.850000

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.12 3/64 17893
/proc/meminfo: memFree=1040688/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=2056 CPUtime=0
/proc/17893/stat : 17893 (SATzilla2009_I) R 17891 17893 17073 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 90937948 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/17893/statm: 514 112 96 399 0 111 0
[pid=17894] ppid=17893 vsize=14488 CPUtime=0
/proc/17894/stat : 17894 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 708 0 0 0 0 0 0 0 18 0 1 0 90937948 14835712 704 1992294400 134512640 135078026 4294956176 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17894/statm: 3622 711 44 138 0 3481 0

[startup+0.0760421 s]
/proc/loadavg: 1.00 1.00 1.12 3/64 17893
/proc/meminfo: memFree=1040688/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=2056 CPUtime=0
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 90937948 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 514 112 96 399 0 111 0
[pid=17894] ppid=17893 vsize=42764 CPUtime=0.07
/proc/17894/stat : 17894 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 9416 0 0 0 2 5 0 0 19 0 1 0 90937948 43790336 9388 1992294400 134512640 135078026 4294956176 18446744073709551615 134554568 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17894/statm: 10691 9395 52 138 0 10550 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 44820

[startup+0.101043 s]
/proc/loadavg: 1.00 1.00 1.12 3/64 17893
/proc/meminfo: memFree=1040688/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=2056 CPUtime=0
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 90937948 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 514 112 96 399 0 111 0
[pid=17894] ppid=17893 vsize=47172 CPUtime=0.09
/proc/17894/stat : 17894 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 10058 0 0 0 4 5 0 0 19 0 1 0 90937948 48304128 10030 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17894/statm: 11793 10030 54 138 0 11652 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49228

[startup+0.301065 s]
/proc/loadavg: 1.00 1.00 1.12 3/64 17893
/proc/meminfo: memFree=1040688/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=2056 CPUtime=0
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 90937948 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 514 112 96 399 0 111 0
[pid=17894] ppid=17893 vsize=62012 CPUtime=0.28
/proc/17894/stat : 17894 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 13726 0 0 0 22 6 0 0 21 0 1 0 90937948 63500288 13698 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17894/statm: 15503 13700 54 138 0 15362 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 64068

[startup+0.70111 s]
/proc/loadavg: 1.00 1.00 1.12 3/64 17893
/proc/meminfo: memFree=1040688/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=2056 CPUtime=0
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 90937948 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 514 112 96 399 0 111 0
[pid=17894] ppid=17893 vsize=91336 CPUtime=0.69
/proc/17894/stat : 17894 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 20520 0 0 0 59 10 0 0 25 0 1 0 90937948 93528064 20492 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17894/statm: 22834 20493 54 138 0 22693 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93392

[startup+1.5012 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 17895
/proc/meminfo: memFree=971488/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=2056 CPUtime=0
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 90937948 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 514 112 96 399 0 111 0
[pid=17894] ppid=17893 vsize=78108 CPUtime=1.48
/proc/17894/stat : 17894 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 20676 0 0 0 138 10 0 0 25 0 1 0 90937948 79982592 17209 1992294400 134512640 135078026 4294956176 18446744073709551615 134561028 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17894/statm: 19527 17209 55 138 0 19386 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 80164

[startup+3.10138 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 17895
/proc/meminfo: memFree=970144/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=2056 CPUtime=0
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 90937948 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 514 112 96 399 0 111 0
[pid=17894] ppid=17893 vsize=78108 CPUtime=3.08
/proc/17894/stat : 17894 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 20676 0 0 0 297 11 0 0 25 0 1 0 90937948 79982592 17209 1992294400 134512640 135078026 4294956176 18446744073709551615 134561561 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17894/statm: 19527 17209 55 138 0 19386 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 80164

[startup+6.30173 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 17895
/proc/meminfo: memFree=920096/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=2056 CPUtime=0
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 90937948 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 514 112 96 399 0 111 0
[pid=17894] ppid=17893 vsize=135944 CPUtime=6.28
/proc/17894/stat : 17894 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 34813 0 0 0 610 18 0 0 25 0 1 0 90937948 139206656 31346 1992294400 134512640 135078026 4294956176 18446744073709551615 134561028 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17894/statm: 33986 31346 55 138 0 33845 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 138000

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 17896
/proc/meminfo: memFree=1004128/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=2056 CPUtime=10.01
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 152 35718 0 0 0 0 980 21 16 0 1 0 90937948 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17893/statm: 514 121 104 399 0 111 0
[pid=17896] ppid=17893 vsize=39728 CPUtime=2.66
/proc/17896/stat : 17896 (picosat846) R 17893 17893 17073 0 -1 4194304 9300 0 0 0 262 4 0 0 25 0 1 0 90938951 40681472 9289 1992294400 134512640 134570484 4294956176 18446744073709551615 134552788 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17896/statm: 9932 9289 85 14 0 9598 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 41784

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 17897
/proc/meminfo: memFree=910816/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=2056 CPUtime=15.01
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 179 45169 0 0 0 0 1475 26 16 0 1 0 90937948 2105344 138 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17893/statm: 514 138 120 399 0 111 0
[pid=17897] ppid=17893 vsize=122692 CPUtime=10.44
/proc/17897/stat : 17897 (satelite) R 17893 17893 17073 0 -1 4194304 26505 0 0 0 1014 30 0 0 25 0 1 0 90939452 125636608 25836 1992294400 134512640 135037501 4294956160 18446744073709551615 134589802 0 0 8392704 3 0 0 0 17 0 0 0
/proc/17897/statm: 30673 25836 67 128 0 30542 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 124748

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 17898
/proc/meminfo: memFree=942824/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=83796 CPUtime=51.04
/proc/17893/stat : 17893 (SATzilla2009_I) R 17891 17893 17073 0 -1 4194304 24792 84726 0 0 1670 14 3348 72 25 0 1 0 90937948 85807104 20328 1992294400 134512640 136149169 4294956208 18446744073709551615 134846651 0 0 4096 3 0 0 0 17 0 0 0
/proc/17893/statm: 20949 20328 151 399 0 20546 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 83796

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 17899
/proc/meminfo: memFree=821088/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=80852 CPUtime=59.05
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 25464 84726 0 0 2468 17 3348 72 25 0 1 0 90937948 82792448 19908 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17893/statm: 20213 19908 216 399 0 19810 0
[pid=17899] ppid=17893 vsize=130568 CPUtime=43.16
/proc/17899/stat : 17899 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 38633 0 0 0 4298 18 0 0 25 0 1 0 90943860 133701632 30957 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17899/statm: 32642 30957 71 138 0 32501 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 211420

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 17899
/proc/meminfo: memFree=821088/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=80852 CPUtime=59.05
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 25464 84726 0 0 2468 17 3348 72 25 0 1 0 90937948 82792448 19908 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17893/statm: 20213 19908 216 399 0 19810 0
[pid=17899] ppid=17893 vsize=130568 CPUtime=103.13
/proc/17899/stat : 17899 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 38635 0 0 0 10295 18 0 0 25 0 1 0 90943860 133701632 30959 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17899/statm: 32642 30959 71 138 0 32501 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 211420

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 17899
/proc/meminfo: memFree=821024/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=80852 CPUtime=59.05
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 25464 84726 0 0 2468 17 3348 72 25 0 1 0 90937948 82792448 19908 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17893/statm: 20213 19908 216 399 0 19810 0
[pid=17899] ppid=17893 vsize=130568 CPUtime=163.1
/proc/17899/stat : 17899 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 38635 0 0 0 16292 18 0 0 25 0 1 0 90943860 133701632 30959 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17899/statm: 32642 30959 71 138 0 32501 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 211420

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

[startup+230.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 17899
/proc/meminfo: memFree=821024/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=80852 CPUtime=59.05
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 25464 84726 0 0 2468 17 3348 72 25 0 1 0 90937948 82792448 19908 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17893/statm: 20213 19908 216 399 0 19810 0
[pid=17899] ppid=17893 vsize=130568 CPUtime=171.09
/proc/17899/stat : 17899 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 38635 0 0 0 17091 18 0 0 25 0 1 0 90943860 133701632 30959 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17899/statm: 32642 30959 71 138 0 32501 0
Current children cumulated CPU time (s) 230.14
Current children cumulated vsize (KiB) 211420

[startup+243.106 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 17899
/proc/meminfo: memFree=821024/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=80852 CPUtime=59.05
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 25464 84726 0 0 2468 17 3348 72 25 0 1 0 90937948 82792448 19908 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17893/statm: 20213 19908 216 399 0 19810 0
[pid=17899] ppid=17893 vsize=130568 CPUtime=183.89
/proc/17899/stat : 17899 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 38635 0 0 0 18371 18 0 0 25 0 1 0 90943860 133701632 30959 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17899/statm: 32642 30959 71 138 0 32501 0
Current children cumulated CPU time (s) 242.94
Current children cumulated vsize (KiB) 211420

[startup+249.502 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 17899
/proc/meminfo: memFree=821024/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=80852 CPUtime=59.05
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 25464 84726 0 0 2468 17 3348 72 25 0 1 0 90937948 82792448 19908 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17893/statm: 20213 19908 216 399 0 19810 0
[pid=17899] ppid=17893 vsize=130568 CPUtime=190.29
/proc/17899/stat : 17899 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 38635 0 0 0 19011 18 0 0 25 0 1 0 90943860 133701632 30959 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17899/statm: 32642 30959 71 138 0 32501 0
Current children cumulated CPU time (s) 249.34
Current children cumulated vsize (KiB) 211420

[startup+251.102 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 17899
/proc/meminfo: memFree=821024/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=80852 CPUtime=59.05
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 25464 84726 0 0 2468 17 3348 72 25 0 1 0 90937948 82792448 19908 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17893/statm: 20213 19908 216 399 0 19810 0
[pid=17899] ppid=17893 vsize=130568 CPUtime=191.89
/proc/17899/stat : 17899 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 38635 0 0 0 19171 18 0 0 25 0 1 0 90943860 133701632 30959 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17899/statm: 32642 30959 71 138 0 32501 0
Current children cumulated CPU time (s) 250.94
Current children cumulated vsize (KiB) 211420

[startup+251.906 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 17899
/proc/meminfo: memFree=821024/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=80852 CPUtime=59.05
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 25464 84726 0 0 2468 17 3348 72 25 0 1 0 90937948 82792448 19908 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17893/statm: 20213 19908 216 399 0 19810 0
[pid=17899] ppid=17893 vsize=130568 CPUtime=192.69
/proc/17899/stat : 17899 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 38635 0 0 0 19251 18 0 0 25 0 1 0 90943860 133701632 30959 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17899/statm: 32642 30959 71 138 0 32501 0
Current children cumulated CPU time (s) 251.74
Current children cumulated vsize (KiB) 211420

[startup+252.702 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 17899
/proc/meminfo: memFree=821024/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=80852 CPUtime=59.05
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 25464 84726 0 0 2468 17 3348 72 25 0 1 0 90937948 82792448 19908 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17893/statm: 20213 19908 216 399 0 19810 0
[pid=17899] ppid=17893 vsize=130568 CPUtime=193.49
/proc/17899/stat : 17899 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 38635 0 0 0 19331 18 0 0 25 0 1 0 90943860 133701632 30959 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17899/statm: 32642 30959 71 138 0 32501 0
Current children cumulated CPU time (s) 252.54
Current children cumulated vsize (KiB) 211420

[startup+252.901 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 17899
/proc/meminfo: memFree=821024/2055920 swapFree=4192956/4192956
[pid=17893] ppid=17891 vsize=80852 CPUtime=59.05
/proc/17893/stat : 17893 (SATzilla2009_I) S 17891 17893 17073 0 -1 4194304 25464 84726 0 0 2468 17 3348 72 25 0 1 0 90937948 82792448 19908 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/17893/statm: 20213 19908 216 399 0 19810 0
[pid=17899] ppid=17893 vsize=130568 CPUtime=193.69
/proc/17899/stat : 17899 (mxc-sr08) R 17893 17893 17073 0 -1 4194304 38635 0 0 0 19351 18 0 0 25 0 1 0 90943860 133701632 30959 1992294400 134512640 135078026 4294956176 18446744073709551615 134534305 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17899/statm: 32642 30959 71 138 0 32501 0
Current children cumulated CPU time (s) 252.74
Current children cumulated vsize (KiB) 211420

Child status: 20
Real time (s): 252.987
CPU time (s): 252.852
CPU user time (s): 251.729
CPU system time (s): 1.12283
CPU usage (%): 99.9464
Max. virtual memory (cumulated for all children) (KiB): 229712

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

runsolver used 0.211967 second user time and 0.71889 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-25 05:11:47
IDJOB=1717579
IDBENCH=20419
IDSOLVER=528
FILE ID=node59/1717579-1240629106
PBS_JOBID= 9186392
Free space on /tmp= 66348 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h31-unknown.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717579-1240629106/watcher-1717579-1240629106 -o /tmp/evaluation-result-1717579-1240629106/solver-1717579-1240629106 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1717579-1240629106.cnf

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

MD5SUM BENCH= 4211c3af8594e6cbb06d7f7e8978c614
RANDOM SEED=697356341

node59.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.240
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.240
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:       1041232 kB
Buffers:         74284 kB
Cached:         839296 kB
SwapCached:          0 kB
Active:         133372 kB
Inactive:       794120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1041232 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           45204 kB
Writeback:           0 kB
Mapped:          23696 kB
Slab:            73208 kB
Committed_AS:   348180 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66316 MiB
End job on node59 at 2009-04-25 05:16:01