Trace number 1554213

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 212.043 212.239

General information on the benchmark

NameAPPLICATIONS/
bitverif/minand/minand128.cnf
MD5SUM34e3afebec3eaf03cbcceb51b352993a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.6065
Satisfiable
(Un)Satisfiability was proved
Number of variables53999
Number of clauses159692
Sum of the clauses size372612
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2106460
Number of clauses of size 353230
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

27.27/27.40	c SATzilla is building models for class 3
27.27/27.40	c run presolver mxc-sr08 for 10 seconds ... 
27.27/27.40	c Bin: Executing mxc-sr08
27.27/27.40	c spawning binary file with 10 seconds ...
27.27/27.40	c child exit by a signal
27.27/27.40	c mxc-sr08 returned code 137.
27.27/27.40	c run presolver picosat846 for 5 seconds ... 
27.27/27.40	c Bin: Executing picosat846
27.27/27.40	c spawning binary file with 5 seconds ...
27.27/27.40	c child exit by a signal
27.27/27.40	c picosat846 returned code 137.
27.27/27.40	c Orignal number of varibales is 53999, number of clauses is 159692 
27.27/27.40	c predicted feature computation time is 2.641172 
27.27/27.40	c Bin: Executing satelite
27.27/27.40	c spawning binary file with 240 seconds ...
27.27/27.40	c child exited successfully
27.27/27.40	c satzilla computing base features
27.27/27.40	c Number of variabe is: 5924, Number of clause is : 63910 
27.27/27.40	c Initializing...
27.27/27.40	c satzilla doing clause learning
27.27/27.40	c start clause learning features ...
27.27/27.40	c Bin: Executing zchaff07
27.27/27.40	c spawning binary file with 2 seconds ...
27.27/27.40	c child exit by a signal
27.27/27.40	c satzilla doing survey propogation probe
27.27/27.40	c do survay propogation for 2 second ...
27.27/27.40	c satzilla doing local search probe
27.27/27.40	c features are:53999 159692 5924 63910 8.11529 1.4987 0.0926928 0.645022 0.518168 2.02956 0.000807884 1.55849 0.00033761 0.0219446 1.85308 0.375669 0.496589 0.000807884 2.133 0.000109529 0.0108903 2.91007 0.173017 0.244182 0 0.955556 2.38876 0.000156383 2.15706 0 0.0020654 2.30279 0.433297 0.000848356 1.53121 7.8235e-05 0.00879362 415.333 0.581738 60 822 739 127 612 163 439 29.5288 0.525056 2.16667 57.3723 50.3588 13.6667 46.1218 15.1841 28.1023 0.641681 0.416254 3.42454e-06 0.998345 0.854591 0.145998 0.826361 0.517892 0.791602 0.0856012 0.864086 -1.11022e-16 0.473442 0.158833 0.00148852 0.103471 0.029515 0.0931299 96.2791 0.389836 1960.23 0.15683 2003 1971 2046 1.59378 0.273896 0.979399 0.00986124 
27.27/27.41	c satzilla's ranking:
27.27/27.41	c 1) minisat20SAT07: 2.375970
27.27/27.41	c 2) mxc-sr08: 2.271371
27.27/27.41	c 3) picosat846: 2.252171
27.27/27.41	c 4) zchaff_rand: 1.817938
27.27/27.41	c 5) march_dl2004: 0.165274
27.27/27.41	c 6) SATenstein: -10000.000000
27.27/27.41	c 7) gnovelty+: -10000.000000
27.27/27.41	c 8) adaptg2wsat+: -10000.000000
27.27/27.41	c 9) adaptg2wsat0: -10000.000000
27.27/27.41	c 10) tts-4-0: -10000.000000
27.27/27.41	c 11) vallst: -10000.000000
27.27/27.41	c 12) minisat20: -10000.000000
27.27/27.41	c 13) kcnfs04SAT07: -10000.000000
27.27/27.41	c satzilla running minisat20SAT07 ... 
211.97/212.23	c Bin: Executing minisat20SAT07
211.97/212.23	c spawning binary file with 1172 seconds ...
211.97/212.23	c child exited successfully
211.97/212.23	c minisat20SAT07 returned code 0.
211.97/212.23	s UNSATISFIABLE
211.97/212.23	c SATZILLA_TIME=212.060000

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-1554213-1238725192/watcher-1554213-1238725192 -o /tmp/evaluation-result-1554213-1238725192/solver-1554213-1238725192 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1554213-1238725192.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: 0.93 1.04 1.14 2/73 13465
/proc/meminfo: memFree=1721344/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=2056 CPUtime=0
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 1145184141 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13465/statm: 514 112 96 399 0 111 0
[pid=13466] ppid=13465 vsize=5836 CPUtime=0
/proc/13466/stat : 13466 (mxc-sr08) R 13465 13465 13428 0 -1 4194304 1155 0 0 0 0 0 0 0 18 0 1 0 1145184142 5976064 1152 1992294400 134512640 135078026 4294956192 18446744073709551615 134734635 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13466/statm: 1459 1159 50 138 0 1318 0

[startup+0.0283331 s]
/proc/loadavg: 0.93 1.04 1.14 2/73 13465
/proc/meminfo: memFree=1721344/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=2056 CPUtime=0
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 1145184141 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13465/statm: 514 112 96 399 0 111 0
[pid=13466] ppid=13465 vsize=14452 CPUtime=0.01
/proc/13466/stat : 13466 (mxc-sr08) R 13465 13465 13428 0 -1 4194304 2994 0 0 0 0 1 0 0 18 0 1 0 1145184142 14798848 2966 1992294400 134512640 135078026 4294956192 18446744073709551615 134565997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13466/statm: 3613 2966 54 138 0 3472 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16508

[startup+0.101339 s]
/proc/loadavg: 0.93 1.04 1.14 2/73 13465
/proc/meminfo: memFree=1721344/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=2056 CPUtime=0
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 1145184141 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13465/statm: 514 112 96 399 0 111 0
[pid=13466] ppid=13465 vsize=20056 CPUtime=0.09
/proc/13466/stat : 13466 (mxc-sr08) R 13465 13465 13428 0 -1 4194304 4310 0 0 0 7 2 0 0 18 0 1 0 1145184142 20537344 4282 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13466/statm: 5014 4283 54 138 0 4873 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22112

[startup+0.301361 s]
/proc/loadavg: 0.93 1.04 1.14 2/73 13465
/proc/meminfo: memFree=1721344/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=2056 CPUtime=0
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 1145184141 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13465/statm: 514 112 96 399 0 111 0
[pid=13466] ppid=13465 vsize=25676 CPUtime=0.29
/proc/13466/stat : 13466 (mxc-sr08) R 13465 13465 13428 0 -1 4194304 6354 0 0 0 27 2 0 0 19 0 1 0 1145184142 26292224 5683 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13466/statm: 6419 5683 55 138 0 6278 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27732

[startup+0.701403 s]
/proc/loadavg: 0.93 1.04 1.14 2/73 13465
/proc/meminfo: memFree=1721344/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=2056 CPUtime=0
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 1145184141 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13465/statm: 514 112 96 399 0 111 0
[pid=13466] ppid=13465 vsize=37648 CPUtime=0.69
/proc/13466/stat : 13466 (mxc-sr08) R 13465 13465 13428 0 -1 4194304 9397 0 0 0 65 4 0 0 24 0 1 0 1145184142 38551552 8726 1992294400 134512640 135078026 4294956192 18446744073709551615 134735920 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13466/statm: 9412 8726 55 138 0 9271 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39704

[startup+1.50149 s]
/proc/loadavg: 0.93 1.04 1.14 2/75 13467
/proc/meminfo: memFree=1676464/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=2056 CPUtime=0
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 1145184141 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13465/statm: 514 112 96 399 0 111 0
[pid=13466] ppid=13465 vsize=63972 CPUtime=1.49
/proc/13466/stat : 13466 (mxc-sr08) R 13465 13465 13428 0 -1 4194304 15588 0 0 0 143 6 0 0 25 0 1 0 1145184142 65507328 14917 1992294400 134512640 135078026 4294956192 18446744073709551615 134565915 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13466/statm: 15993 14917 55 138 0 15852 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66028

[startup+3.10166 s]
/proc/loadavg: 0.93 1.04 1.14 2/75 13467
/proc/meminfo: memFree=1655536/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=2056 CPUtime=0
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 1145184141 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13465/statm: 514 112 96 399 0 111 0
[pid=13466] ppid=13465 vsize=74184 CPUtime=3.09
/proc/13466/stat : 13466 (mxc-sr08) R 13465 13465 13428 0 -1 4194304 18126 0 0 0 302 7 0 0 25 0 1 0 1145184142 75964416 17455 1992294400 134512640 135078026 4294956192 18446744073709551615 134561382 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13466/statm: 18546 17455 55 138 0 18405 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76240

[startup+6.30199 s]
/proc/loadavg: 1.02 1.06 1.14 2/75 13467
/proc/meminfo: memFree=1646448/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=2056 CPUtime=0
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 1145184141 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13465/statm: 514 112 96 399 0 111 0
[pid=13466] ppid=13465 vsize=81304 CPUtime=6.29
/proc/13466/stat : 13466 (mxc-sr08) R 13465 13465 13428 0 -1 4194304 19724 0 0 0 621 8 0 0 25 0 1 0 1145184142 83255296 19053 1992294400 134512640 135078026 4294956192 18446744073709551615 134561008 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13466/statm: 20326 19053 55 138 0 20185 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83360

[startup+12.7017 s]
/proc/loadavg: 1.02 1.06 1.14 2/75 13468
/proc/meminfo: memFree=1711416/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=2056 CPUtime=10
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 152 20449 0 0 0 0 991 9 16 0 1 0 1145184141 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13465/statm: 514 121 104 399 0 111 0
[pid=13468] ppid=13465 vsize=12136 CPUtime=2.58
/proc/13468/stat : 13468 (picosat846) R 13465 13465 13428 0 -1 4194304 2542 0 9 0 257 1 0 0 25 0 1 0 1145185144 12427264 2506 1992294400 134512640 134570484 4294956192 18446744073709551615 134544352 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13468/statm: 3034 2506 85 14 0 2700 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 14192

[startup+25.501 s]
/proc/loadavg: 1.01 1.05 1.14 2/74 13470
/proc/meminfo: memFree=1712256/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=12000 CPUtime=25.37
/proc/13465/stat : 13465 (SATzilla2009_I) R 13463 13465 13428 0 -1 4194304 4623 33777 0 9 329 4 2174 30 25 0 1 0 1145184141 12288000 2670 1992294400 134512640 136149169 4294956224 18446744073709551615 135542494 0 0 4096 3 0 0 0 17 0 0 0
/proc/13465/statm: 3000 2670 207 399 0 2597 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 12000

[startup+51.1017 s]
/proc/loadavg: 1.01 1.05 1.13 2/75 13471
/proc/meminfo: memFree=1645816/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=7900 CPUtime=27.27
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 4640 33777 0 9 509 14 2174 30 25 0 1 0 1145184141 8089600 1747 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13465/statm: 1975 1747 217 399 0 1572 0
[pid=13471] ppid=13465 vsize=70512 CPUtime=23.67
/proc/13471/stat : 13471 (minisat20SAT07) R 13465 13465 13428 0 -1 4194304 16916 0 0 0 2359 8 0 0 25 0 1 0 1145186883 72204288 16911 1992294400 134512640 135078472 4294956192 18446744073709551615 134532688 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13471/statm: 17628 16911 72 138 0 17487 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 78412

[startup+102.305 s]
/proc/loadavg: 1.00 1.04 1.12 2/75 13471
/proc/meminfo: memFree=1633912/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=7900 CPUtime=27.27
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 4640 33777 0 9 509 14 2174 30 25 0 1 0 1145184141 8089600 1747 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13465/statm: 1975 1747 217 399 0 1572 0
[pid=13471] ppid=13465 vsize=83680 CPUtime=74.84
/proc/13471/stat : 13471 (minisat20SAT07) R 13465 13465 13428 0 -1 4194304 19824 0 0 0 7475 9 0 0 25 0 1 0 1145186883 85688320 19819 1992294400 134512640 135078472 4294956192 18446744073709551615 134531050 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13471/statm: 20920 19819 72 138 0 20779 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 91580

[startup+162.302 s]
/proc/loadavg: 1.00 1.03 1.11 2/75 13471
/proc/meminfo: memFree=1560952/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=7900 CPUtime=27.27
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 4640 33777 0 9 509 14 2174 30 25 0 1 0 1145184141 8089600 1747 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13465/statm: 1975 1747 217 399 0 1572 0
[pid=13471] ppid=13465 vsize=154668 CPUtime=134.82
/proc/13471/stat : 13471 (minisat20SAT07) R 13465 13465 13428 0 -1 4194304 39173 0 0 0 13458 24 0 0 25 0 1 0 1145186883 158380032 38288 1992294400 134512640 135078472 4294956192 18446744073709551615 134551872 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13471/statm: 38667 38288 74 138 0 38526 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 162568

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

[startup+179.101 s]
/proc/loadavg: 1.00 1.03 1.11 2/75 13471
/proc/meminfo: memFree=1555128/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=7900 CPUtime=27.27
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 4640 33777 0 9 509 14 2174 30 25 0 1 0 1145184141 8089600 1747 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13465/statm: 1975 1747 217 399 0 1572 0
[pid=13471] ppid=13465 vsize=159288 CPUtime=151.61
/proc/13471/stat : 13471 (minisat20SAT07) R 13465 13465 13428 0 -1 4194304 40347 0 0 0 15137 24 0 0 25 0 1 0 1145186883 163110912 39462 1992294400 134512640 135078472 4294956192 18446744073709551615 134551840 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13471/statm: 39822 39462 74 138 0 39681 0
Current children cumulated CPU time (s) 178.88
Current children cumulated vsize (KiB) 167188

[startup+191.902 s]
/proc/loadavg: 1.00 1.02 1.10 2/75 13471
/proc/meminfo: memFree=1555064/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=7900 CPUtime=27.27
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 4640 33777 0 9 509 14 2174 30 25 0 1 0 1145184141 8089600 1747 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13465/statm: 1975 1747 217 399 0 1572 0
[pid=13471] ppid=13465 vsize=159288 CPUtime=164.4
/proc/13471/stat : 13471 (minisat20SAT07) R 13465 13465 13428 0 -1 4194304 40347 0 0 0 16416 24 0 0 25 0 1 0 1145186883 163110912 39462 1992294400 134512640 135078472 4294956192 18446744073709551615 134552077 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13471/statm: 39822 39462 74 138 0 39681 0
Current children cumulated CPU time (s) 191.67
Current children cumulated vsize (KiB) 167188

[startup+204.702 s]
/proc/loadavg: 1.00 1.02 1.10 2/75 13471
/proc/meminfo: memFree=1555064/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=7900 CPUtime=27.27
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 4640 33777 0 9 509 14 2174 30 25 0 1 0 1145184141 8089600 1747 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13465/statm: 1975 1747 217 399 0 1572 0
[pid=13471] ppid=13465 vsize=159288 CPUtime=177.2
/proc/13471/stat : 13471 (minisat20SAT07) R 13465 13465 13428 0 -1 4194304 40347 0 0 0 17696 24 0 0 25 0 1 0 1145186883 163110912 39462 1992294400 134512640 135078472 4294956192 18446744073709551615 134551891 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13471/statm: 39822 39462 74 138 0 39681 0
Current children cumulated CPU time (s) 204.47
Current children cumulated vsize (KiB) 167188

[startup+207.906 s]
/proc/loadavg: 1.00 1.02 1.10 2/75 13471
/proc/meminfo: memFree=1555064/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=7900 CPUtime=27.27
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 4640 33777 0 9 509 14 2174 30 25 0 1 0 1145184141 8089600 1747 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13465/statm: 1975 1747 217 399 0 1572 0
[pid=13471] ppid=13465 vsize=159288 CPUtime=180.4
/proc/13471/stat : 13471 (minisat20SAT07) R 13465 13465 13428 0 -1 4194304 40347 0 0 0 18016 24 0 0 25 0 1 0 1145186883 163110912 39462 1992294400 134512640 135078472 4294956192 18446744073709551615 134552064 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13471/statm: 39822 39462 74 138 0 39681 0
Current children cumulated CPU time (s) 207.67
Current children cumulated vsize (KiB) 167188

[startup+209.502 s]
/proc/loadavg: 1.00 1.02 1.10 2/75 13471
/proc/meminfo: memFree=1555064/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=7900 CPUtime=27.27
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 4640 33777 0 9 509 14 2174 30 25 0 1 0 1145184141 8089600 1747 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13465/statm: 1975 1747 217 399 0 1572 0
[pid=13471] ppid=13465 vsize=159288 CPUtime=182
/proc/13471/stat : 13471 (minisat20SAT07) R 13465 13465 13428 0 -1 4194304 40347 0 0 0 18176 24 0 0 25 0 1 0 1145186883 163110912 39462 1992294400 134512640 135078472 4294956192 18446744073709551615 134551022 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13471/statm: 39822 39462 74 138 0 39681 0
Current children cumulated CPU time (s) 209.27
Current children cumulated vsize (KiB) 167188

[startup+211.103 s]
/proc/loadavg: 1.00 1.02 1.10 2/75 13471
/proc/meminfo: memFree=1555064/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=7900 CPUtime=27.27
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 4640 33777 0 9 509 14 2174 30 25 0 1 0 1145184141 8089600 1747 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13465/statm: 1975 1747 217 399 0 1572 0
[pid=13471] ppid=13465 vsize=159288 CPUtime=183.6
/proc/13471/stat : 13471 (minisat20SAT07) R 13465 13465 13428 0 -1 4194304 40347 0 0 0 18336 24 0 0 25 0 1 0 1145186883 163110912 39462 1992294400 134512640 135078472 4294956192 18446744073709551615 134551901 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13471/statm: 39822 39462 74 138 0 39681 0
Current children cumulated CPU time (s) 210.87
Current children cumulated vsize (KiB) 167188

[startup+211.902 s]
/proc/loadavg: 1.00 1.02 1.10 2/75 13471
/proc/meminfo: memFree=1555064/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=7900 CPUtime=27.27
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 4640 33777 0 9 509 14 2174 30 25 0 1 0 1145184141 8089600 1747 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13465/statm: 1975 1747 217 399 0 1572 0
[pid=13471] ppid=13465 vsize=159288 CPUtime=184.4
/proc/13471/stat : 13471 (minisat20SAT07) R 13465 13465 13428 0 -1 4194304 40347 0 0 0 18416 24 0 0 25 0 1 0 1145186883 163110912 39462 1992294400 134512640 135078472 4294956192 18446744073709551615 134551032 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13471/statm: 39822 39462 74 138 0 39681 0
Current children cumulated CPU time (s) 211.67
Current children cumulated vsize (KiB) 167188

[startup+212.102 s]
/proc/loadavg: 1.00 1.02 1.10 2/75 13471
/proc/meminfo: memFree=1555064/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=7900 CPUtime=27.27
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 4640 33777 0 9 509 14 2174 30 25 0 1 0 1145184141 8089600 1747 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13465/statm: 1975 1747 217 399 0 1572 0
[pid=13471] ppid=13465 vsize=159044 CPUtime=184.59
/proc/13471/stat : 13471 (minisat20SAT07) R 13465 13465 13428 0 -1 4194304 40353 0 0 0 18435 24 0 0 25 0 1 0 1145186883 162861056 39414 1992294400 134512640 135078472 4294956192 18446744073709551615 134705370 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13471/statm: 39761 39414 79 138 0 39620 0
Current children cumulated CPU time (s) 211.86
Current children cumulated vsize (KiB) 166944

[startup+212.202 s]
/proc/loadavg: 1.00 1.02 1.10 2/75 13471
/proc/meminfo: memFree=1557496/2055920 swapFree=4164832/4192956
[pid=13465] ppid=13463 vsize=7900 CPUtime=27.27
/proc/13465/stat : 13465 (SATzilla2009_I) S 13463 13465 13428 0 -1 4194304 4640 33777 0 9 509 14 2174 30 25 0 1 0 1145184141 8089600 1747 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/13465/statm: 1975 1747 217 399 0 1572 0
[pid=13471] ppid=13465 vsize=156388 CPUtime=184.7
/proc/13471/stat : 13471 (minisat20SAT07) R 13465 13465 13428 0 -1 4194304 40353 0 0 0 18446 24 0 0 25 0 1 0 1145186883 160141312 38813 1992294400 134512640 135078472 4294956192 18446744073709551615 134703489 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13471/statm: 39097 38813 79 138 0 38956 0
Current children cumulated CPU time (s) 211.97
Current children cumulated vsize (KiB) 164288

Child status: 20
Real time (s): 212.239
CPU time (s): 212.043
CPU user time (s): 211.31
CPU system time (s): 0.732888
CPU usage (%): 99.9075
Max. virtual memory (cumulated for all children) (KiB): 167188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 211.31
system time used= 0.732888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78782
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31
involuntary context switches= 670

runsolver used 0.201969 second user time and 0.58791 second system time

The end

Launcher Data

Begin job on node81 at 2009-04-03 04:19:53
IDJOB=1554213
IDBENCH=70776
IDSOLVER=528
FILE ID=node81/1554213-1238725192
PBS_JOBID= 9085339
Free space on /tmp= 126740 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/minand/minand128.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1554213-1238725192/watcher-1554213-1238725192 -o /tmp/evaluation-result-1554213-1238725192/solver-1554213-1238725192 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1554213-1238725192.cnf

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

MD5SUM BENCH= 34e3afebec3eaf03cbcceb51b352993a
RANDOM SEED=1051284363

node81.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1721824 kB
Buffers:         39548 kB
Cached:         189388 kB
SwapCached:      19128 kB
Active:          57696 kB
Inactive:       192076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721824 kB
SwapTotal:     4192956 kB
SwapFree:      4164832 kB
Dirty:           34288 kB
Writeback:           0 kB
Mapped:          26516 kB
Slab:            69212 kB
Committed_AS:  3126124 kB
PageTables:       2084 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= 126708 MiB
End job on node81 at 2009-04-03 04:23:25