Trace number 1775140

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 661.999 662.303

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_07_UNSAT.cnf
MD5SUM6419e2e5b92274df2e7e43e6c6a98566
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.626
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses57446
Sum of the clauses size170514
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21939
Number of clauses of size 355484
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

21.87/21.92	c SATzilla is building models for class 3
21.87/21.92	c run presolver mxc-sr08 for 10 seconds ... 
21.87/21.92	c Bin: Executing mxc-sr08
21.87/21.92	c spawning binary file with 10 seconds ...
21.87/21.92	c child exit by a signal
21.87/21.92	c mxc-sr08 returned code 137.
21.87/21.92	c run presolver picosat846 for 5 seconds ... 
21.87/21.92	c Bin: Executing picosat846
21.87/21.92	c spawning binary file with 5 seconds ...
21.87/21.92	c child exit by a signal
21.87/21.92	c picosat846 returned code 137.
21.87/21.92	c Orignal number of varibales is 1128, number of clauses is 57446 
21.87/21.92	c predicted feature computation time is 1.481513 
21.87/21.92	c Bin: Executing satelite
21.87/21.92	c spawning binary file with 240 seconds ...
21.87/21.92	c child exited successfully
21.87/21.92	c satzilla computing base features
21.87/21.92	c Number of variabe is: 636, Number of clause is : 56659 
21.87/21.92	c Initializing...
21.87/21.92	c satzilla doing clause learning
21.87/21.92	c start clause learning features ...
21.87/21.92	c Bin: Executing zchaff07
21.87/21.92	c spawning binary file with 2 seconds ...
21.87/21.92	c child exit by a signal
21.87/21.92	c satzilla doing survey propogation probe
21.87/21.92	c do survay propogation for 2 second ...
21.87/21.92	c satzilla doing local search probe
21.87/21.92	c features are:1128 57446 636 56659 0.773585 0.0138901 0.011225 0.467451 0.568161 0.70939 0.00663195 0.858849 0.00314465 0.0330189 0.617585 0.029051 0.878184 0.00663195 1.05432 0.000141196 0.0215676 4.17346 0.306497 0.278398 0 0.938144 2.6588 0.0040967 0.834417 0.000123546 0.010978 3.99263 0.878184 0.00272212 0.842605 0.000123546 0.00718332 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.542037 0.417809 0.0555601 0.968842 0.929244 0.172634 0.612622 0.43649 0.567033 0.00310648 3.64095 -1.14492e-16 0.115311 0.00674991 0 0.000118383 6.93889e-18 2.17346e-08 104.643 0.45428 225.857 0.296105 241.5 218 258 21.519 0.299498 1.00055 0.0105625 
21.87/21.92	c satzilla's ranking:
21.87/21.92	c 1) mxc-sr08: 3.297766
21.87/21.92	c 2) picosat846: 3.135241
21.87/21.92	c 3) zchaff_rand: 2.193211
21.87/21.92	c 4) minisat20SAT07: 1.876619
21.87/21.92	c 5) march_dl2004: 0.521882
21.87/21.92	c 6) SATenstein: -10000.000000
21.87/21.92	c 7) gnovelty+: -10000.000000
21.87/21.92	c 8) adaptg2wsat+: -10000.000000
21.87/21.92	c 9) adaptg2wsat0: -10000.000000
21.87/21.92	c 10) tts-4-0: -10000.000000
21.87/21.92	c 11) vallst: -10000.000000
21.87/21.92	c 12) minisat20: -10000.000000
21.87/21.92	c 13) kcnfs04SAT07: -10000.000000
21.87/21.92	c satzilla running mxc-sr08 ... 
661.98/662.30	c Bin: Executing mxc-sr08
661.98/662.30	c spawning binary file with 9978 seconds ...
661.98/662.30	c child exited successfully
661.98/662.30	c mxc-sr08 returned code 20.
661.98/662.30	s UNSATISFIABLE
661.98/662.30	c SATZILLA_TIME=662.090000

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-1775140-1241357488/watcher-1775140-1241357488 -o /tmp/evaluation-result-1775140-1241357488/solver-1775140-1241357488 -C 10000 -W 12000 -M 1800 HOME/SATzilla2009_I HOME/instance-1775140-1241357488.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 0.97 0.98 3/65 1870
/proc/meminfo: memFree=1712176/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=2056 CPUtime=0
/proc/1870/stat : 1870 (SATzilla2009_I) R 1868 1870 1761 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 163781982 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/1870/statm: 514 112 96 399 0 111 0
[pid=1871] ppid=1870 vsize=1860 CPUtime=0
/proc/1871/stat : 1871 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 365 0 0 0 0 0 0 0 18 0 1 0 163781982 1904640 361 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1871/statm: 465 362 54 138 0 324 0

[startup+0.0621451 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 1870
/proc/meminfo: memFree=1712176/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=2056 CPUtime=0
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163781982 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1870/statm: 514 112 96 399 0 111 0
[pid=1871] ppid=1870 vsize=4192 CPUtime=0.05
/proc/1871/stat : 1871 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 1156 0 0 0 5 0 0 0 19 0 1 0 163781982 4292608 936 1992294400 134512640 135078026 4294956192 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1871/statm: 1048 936 55 138 0 907 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6248

[startup+0.101148 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 1870
/proc/meminfo: memFree=1712176/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=2056 CPUtime=0
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163781982 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1870/statm: 514 112 96 399 0 111 0
[pid=1871] ppid=1870 vsize=4192 CPUtime=0.09
/proc/1871/stat : 1871 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 1156 0 0 0 9 0 0 0 19 0 1 0 163781982 4292608 936 1992294400 134512640 135078026 4294956192 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1871/statm: 1048 936 55 138 0 907 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6248

[startup+0.301171 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 1870
/proc/meminfo: memFree=1712176/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=2056 CPUtime=0
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163781982 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1870/statm: 514 112 96 399 0 111 0
[pid=1871] ppid=1870 vsize=5360 CPUtime=0.29
/proc/1871/stat : 1871 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 1391 0 0 0 29 0 0 0 22 0 1 0 163781982 5488640 1171 1992294400 134512640 135078026 4294956192 18446744073709551615 134560922 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1871/statm: 1340 1171 55 138 0 1199 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7416

[startup+0.701217 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 1870
/proc/meminfo: memFree=1712176/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=2056 CPUtime=0
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163781982 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1870/statm: 514 112 96 399 0 111 0
[pid=1871] ppid=1870 vsize=6468 CPUtime=0.69
/proc/1871/stat : 1871 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 1683 0 0 0 69 0 0 0 25 0 1 0 163781982 6623232 1463 1992294400 134512640 135078026 4294956192 18446744073709551615 134569265 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1871/statm: 1617 1463 55 138 0 1476 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8524

[startup+1.50131 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 1872
/proc/meminfo: memFree=1705824/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=2056 CPUtime=0
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163781982 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1870/statm: 514 112 96 399 0 111 0
[pid=1871] ppid=1870 vsize=7084 CPUtime=1.48
/proc/1871/stat : 1871 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 1993 0 0 0 148 0 0 0 25 0 1 0 163781982 7254016 1651 1992294400 134512640 135078026 4294956192 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1871/statm: 1771 1651 71 138 0 1630 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9140

[startup+3.10149 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 1872
/proc/meminfo: memFree=1705312/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=2056 CPUtime=0
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163781982 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1870/statm: 514 112 96 399 0 111 0
[pid=1871] ppid=1870 vsize=7752 CPUtime=3.09
/proc/1871/stat : 1871 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 2166 0 0 0 308 1 0 0 25 0 1 0 163781982 7938048 1824 1992294400 134512640 135078026 4294956192 18446744073709551615 134534292 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1871/statm: 1938 1824 71 138 0 1797 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9808

[startup+6.30185 s]
/proc/loadavg: 1.07 0.99 0.98 2/67 1872
/proc/meminfo: memFree=1704296/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=2056 CPUtime=0
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163781982 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1870/statm: 514 112 96 399 0 111 0
[pid=1871] ppid=1870 vsize=8872 CPUtime=6.29
/proc/1871/stat : 1871 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 2411 0 0 0 627 2 0 0 25 0 1 0 163781982 9084928 2069 1992294400 134512640 135078026 4294956192 18446744073709551615 134534834 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1871/statm: 2218 2069 71 138 0 2077 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10928

[startup+12.7016 s]
/proc/loadavg: 1.07 0.99 0.98 2/67 1873
/proc/meminfo: memFree=1709032/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=2056 CPUtime=9.99
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 152 2720 0 0 0 0 997 2 16 0 1 0 163781982 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 514 121 104 399 0 111 0
[pid=1873] ppid=1870 vsize=5216 CPUtime=2.69
/proc/1873/stat : 1873 (picosat846) R 1870 1870 1761 0 -1 4194304 1046 0 0 0 268 1 0 0 25 0 1 0 163782982 5341184 1035 1992294400 134512640 134570484 4294956192 18446744073709551615 134526699 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1873/statm: 1304 1035 85 14 0 970 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7272

[startup+25.502 s]
/proc/loadavg: 1.05 0.99 0.98 2/67 1876
/proc/meminfo: memFree=1695784/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=21.89
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 3942 7455 0 0 439 2 1742 6 25 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
[pid=1876] ppid=1870 vsize=8032 CPUtime=3.56
/proc/1876/stat : 1876 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 2215 0 0 0 355 1 0 0 25 0 1 0 163784174 8224768 1873 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1876/statm: 2008 1873 71 138 0 1867 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 18504

[startup+51.1019 s]
/proc/loadavg: 1.03 0.99 0.98 2/67 1876
/proc/meminfo: memFree=1691176/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=21.89
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 3942 7455 0 0 439 2 1742 6 25 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
[pid=1876] ppid=1870 vsize=13216 CPUtime=29.14
/proc/1876/stat : 1876 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 3331 0 0 0 2912 2 0 0 25 0 1 0 163784174 13533184 2989 1992294400 134512640 135078026 4294956192 18446744073709551615 134534901 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1876/statm: 3304 2989 71 138 0 3163 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 23688

[startup+102.306 s]
/proc/loadavg: 1.01 0.99 0.98 2/67 1876
/proc/meminfo: memFree=1689128/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=21.89
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 3942 7455 0 0 439 2 1742 6 25 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
[pid=1876] ppid=1870 vsize=15408 CPUtime=80.32
/proc/1876/stat : 1876 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 3844 0 0 0 8029 3 0 0 25 0 1 0 163784174 15777792 3502 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1876/statm: 3852 3502 71 138 0 3711 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 25880

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1876
/proc/meminfo: memFree=1687528/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=21.89
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 3942 7455 0 0 439 2 1742 6 25 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
[pid=1876] ppid=1870 vsize=17276 CPUtime=140.29
/proc/1876/stat : 1876 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 4242 0 0 0 14026 3 0 0 25 0 1 0 163784174 17690624 3900 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1876/statm: 4319 3900 71 138 0 4178 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 27748

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1876
/proc/meminfo: memFree=1685864/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=21.89
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 3942 7455 0 0 439 2 1742 6 25 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
[pid=1876] ppid=1870 vsize=19080 CPUtime=200.27
/proc/1876/stat : 1876 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 4642 0 0 0 20023 4 0 0 25 0 1 0 163784174 19537920 4300 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1876/statm: 4770 4300 71 138 0 4629 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 29552

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1876
/proc/meminfo: memFree=1684008/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=21.89
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 3942 7455 0 0 439 2 1742 6 25 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
[pid=1876] ppid=1870 vsize=21048 CPUtime=260.24
/proc/1876/stat : 1876 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 5116 0 0 0 26020 4 0 0 25 0 1 0 163784174 21553152 4774 1992294400 134512640 135078026 4294956192 18446744073709551615 134534226 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1876/statm: 5262 4774 71 138 0 5121 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 31520

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1876
/proc/meminfo: memFree=1683880/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=21.89
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 3942 7455 0 0 439 2 1742 6 25 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
[pid=1876] ppid=1870 vsize=21192 CPUtime=320.21
/proc/1876/stat : 1876 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 5154 0 0 0 32017 4 0 0 25 0 1 0 163784174 21700608 4812 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1876/statm: 5298 4812 71 138 0 5157 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 31664

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1876
/proc/meminfo: memFree=1683496/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=21.89
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 3942 7455 0 0 439 2 1742 6 25 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
[pid=1876] ppid=1870 vsize=21704 CPUtime=380.19
/proc/1876/stat : 1876 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 5255 0 0 0 38014 5 0 0 25 0 1 0 163784174 22224896 4913 1992294400 134512640 135078026 4294956192 18446744073709551615 134534264 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1876/statm: 5426 4913 71 138 0 5285 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 32176

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1876
/proc/meminfo: memFree=1682792/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=21.89
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 3942 7455 0 0 439 2 1742 6 25 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
[pid=1876] ppid=1870 vsize=22492 CPUtime=440.17
/proc/1876/stat : 1876 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 5416 0 0 0 44012 5 0 0 25 0 1 0 163784174 23031808 5074 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1876/statm: 5623 5074 71 138 0 5482 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 32964

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1878
/proc/meminfo: memFree=1681960/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=21.89
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 3942 7455 0 0 439 2 1742 6 25 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
[pid=1876] ppid=1870 vsize=23328 CPUtime=500.14
/proc/1876/stat : 1876 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 5593 0 0 0 50009 5 0 0 25 0 1 0 163784174 23887872 5251 1992294400 134512640 135078026 4294956192 18446744073709551615 134534226 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1876/statm: 5832 5251 71 138 0 5691 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 33800

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1878
/proc/meminfo: memFree=1681768/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=21.89
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 3942 7455 0 0 439 2 1742 6 25 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
[pid=1876] ppid=1870 vsize=23784 CPUtime=560.11
/proc/1876/stat : 1876 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 5663 0 0 0 56006 5 0 0 25 0 1 0 163784174 24354816 5321 1992294400 134512640 135078026 4294956192 18446744073709551615 134534673 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1876/statm: 5946 5321 71 138 0 5805 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 34256

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1878
/proc/meminfo: memFree=1681576/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=21.89
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 3942 7455 0 0 439 2 1742 6 25 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
[pid=1876] ppid=1870 vsize=24168 CPUtime=620.09
/proc/1876/stat : 1876 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 5722 0 0 0 62004 5 0 0 25 0 1 0 163784174 24748032 5380 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1876/statm: 6042 5380 71 138 0 5901 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 34640

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

[startup+652.702 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1878
/proc/meminfo: memFree=1681256/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=21.89
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 3942 7455 0 0 439 2 1742 6 25 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
[pid=1876] ppid=1870 vsize=24300 CPUtime=630.49
/proc/1876/stat : 1876 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 5772 0 0 0 63044 5 0 0 25 0 1 0 163784174 24883200 5430 1992294400 134512640 135078026 4294956192 18446744073709551615 134534901 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1876/statm: 6075 5430 71 138 0 5934 0
Current children cumulated CPU time (s) 652.38
Current children cumulated vsize (KiB) 34772

[startup+659.102 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1878
/proc/meminfo: memFree=1681256/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=21.89
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 3942 7455 0 0 439 2 1742 6 25 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
[pid=1876] ppid=1870 vsize=24300 CPUtime=636.88
/proc/1876/stat : 1876 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 5772 0 0 0 63683 5 0 0 25 0 1 0 163784174 24883200 5430 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1876/statm: 6075 5430 71 138 0 5934 0
Current children cumulated CPU time (s) 658.77
Current children cumulated vsize (KiB) 34772

[startup+660.702 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1878
/proc/meminfo: memFree=1681256/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=21.89
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 3942 7455 0 0 439 2 1742 6 25 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
[pid=1876] ppid=1870 vsize=24300 CPUtime=638.48
/proc/1876/stat : 1876 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 5773 0 0 0 63843 5 0 0 25 0 1 0 163784174 24883200 5431 1992294400 134512640 135078026 4294956192 18446744073709551615 134534837 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1876/statm: 6075 5431 71 138 0 5934 0
Current children cumulated CPU time (s) 660.37
Current children cumulated vsize (KiB) 34772

[startup+661.502 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1878
/proc/meminfo: memFree=1681256/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=21.89
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 3942 7455 0 0 439 2 1742 6 25 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
[pid=1876] ppid=1870 vsize=24300 CPUtime=639.28
/proc/1876/stat : 1876 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 5773 0 0 0 63923 5 0 0 25 0 1 0 163784174 24883200 5431 1992294400 134512640 135078026 4294956192 18446744073709551615 134534318 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1876/statm: 6075 5431 71 138 0 5934 0
Current children cumulated CPU time (s) 661.17
Current children cumulated vsize (KiB) 34772

[startup+661.901 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1878
/proc/meminfo: memFree=1681256/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=21.89
/proc/1870/stat : 1870 (SATzilla2009_I) S 1868 1870 1761 0 -1 4194304 3942 7455 0 0 439 2 1742 6 25 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
[pid=1876] ppid=1870 vsize=24300 CPUtime=639.68
/proc/1876/stat : 1876 (mxc-sr08) R 1870 1870 1761 0 -1 4194304 5773 0 0 0 63963 5 0 0 25 0 1 0 163784174 24883200 5431 1992294400 134512640 135078026 4294956192 18446744073709551615 134534432 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1876/statm: 6075 5431 71 138 0 5934 0
Current children cumulated CPU time (s) 661.57
Current children cumulated vsize (KiB) 34772

[startup+662.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 1878
/proc/meminfo: memFree=1681256/2055920 swapFree=4178660/4192956
[pid=1870] ppid=1868 vsize=10472 CPUtime=661.98
/proc/1870/stat : 1870 (SATzilla2009_I) R 1868 1870 1761 0 -1 4194304 3954 13229 0 0 439 2 65745 12 16 0 1 0 163781982 10723328 2364 1992294400 134512640 136149169 4294956224 18446744073709551615 135546670 0 0 4096 3 0 0 0 17 0 0 0
/proc/1870/statm: 2618 2364 217 399 0 2215 0
Current children cumulated CPU time (s) 661.98
Current children cumulated vsize (KiB) 10472

Child status: 20
Real time (s): 662.303
CPU time (s): 661.999
CPU user time (s): 661.85
CPU system time (s): 0.148977
CPU usage (%): 99.9541
Max. virtual memory (cumulated for all children) (KiB): 34772

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

runsolver used 0.639902 second user time and 1.77673 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-03 15:31:28
IDJOB=1775140
IDBENCH=71091
IDSOLVER=616
FILE ID=node32/1775140-1241357488
PBS_JOBID= 9225576
Free space on /tmp= 66496 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_07_UNSAT.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775140-1241357488/watcher-1775140-1241357488 -o /tmp/evaluation-result-1775140-1241357488/solver-1775140-1241357488 -C 10000 -W 12000 -M 1800  HOME/SATzilla2009_I HOME/instance-1775140-1241357488.cnf

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

MD5SUM BENCH= 6419e2e5b92274df2e7e43e6c6a98566
RANDOM SEED=1666582052

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1712656 kB
Buffers:         55144 kB
Cached:         233412 kB
SwapCached:       7924 kB
Active:         125228 kB
Inactive:       172596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712656 kB
SwapTotal:     4192956 kB
SwapFree:      4178660 kB
Dirty:           32324 kB
Writeback:           0 kB
Mapped:          14352 kB
Slab:            31184 kB
Committed_AS:   713960 kB
PageTables:       1496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node32 at 2009-05-03 15:42:31