Trace number 1772940

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 97.2832 97.3362

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h26-unsat.cnf
MD5SUM4b97e69214a2eddbe060a9ecc3dfbbd8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.1974
Satisfiable
(Un)Satisfiability was proved
Number of variables85694
Number of clauses414657
Sum of the clauses size1073659
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2330211
Number of clauses of size 380574
Number of clauses of size 4910
Number of clauses of size 5103
Number of clauses of size over 52669

Solver Data

35.36/35.41	c SATzilla is building models for class 3
35.36/35.41	c run presolver mxc-sr08 for 10 seconds ... 
35.36/35.41	c Bin: Executing mxc-sr08
35.36/35.41	c spawning binary file with 10 seconds ...
35.36/35.41	c child exit by a signal
35.36/35.41	c mxc-sr08 returned code 137.
35.36/35.41	c run presolver picosat846 for 5 seconds ... 
35.36/35.41	c Bin: Executing picosat846
35.36/35.41	c spawning binary file with 5 seconds ...
35.36/35.41	c child exit by a signal
35.36/35.41	c picosat846 returned code 137.
35.36/35.41	c Orignal number of varibales is 87475, number of clauses is 414657 
35.36/35.41	c predicted feature computation time is 5.547098 
35.36/35.41	c Bin: Executing satelite
35.36/35.41	c spawning binary file with 240 seconds ...
35.36/35.41	c child exited successfully
35.36/35.41	c satzilla computing base features
35.36/35.41	c Number of variabe is: 7948, Number of clause is : 257542 
35.36/35.41	c Initializing...
35.36/35.41	c satzilla doing clause learning
35.36/35.41	c start clause learning features ...
35.36/35.41	c Bin: Executing zchaff07
35.36/35.41	c spawning binary file with 2 seconds ...
35.36/35.41	c child exit by a signal
35.36/35.41	c satzilla doing survey propogation probe
35.36/35.41	c do survay propogation for 2 second ...
35.36/35.41	c satzilla doing local search probe
35.36/35.41	c features are:87475 414657 7948 257542 10.0059 0.610056 0.030861 0.240072 1.46985 1.62529 0.000725406 2.53675 0.000251636 0.0507046 1.69056 0.651222 0.738582 0.000725406 1.85523 2.32972e-05 0.00805694 5.46871 0.362143 0.299703 0 0.982405 4.23066 0.000467138 2.48907 1.16486e-05 0.00743568 4.34706 0.784342 0.000658677 1.60324 2.32972e-05 0.00613492 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.681865 0.469718 0 1 0.976737 0.146611 0.946627 0.423155 0.838707 0.163582 1.04345 -1.11022e-16 0.5 0.4522 0.000504122 0.318517 0.0154493 0.085147 1497.71 1.79051 2235.43 0.440963 2608 0 2611 27.3453 1.99981 1.02284 0.0782731 
35.36/35.41	c satzilla's ranking:
35.36/35.41	c 1) minisat20SAT07: 3.699054
35.36/35.41	c 2) mxc-sr08: 3.279770
35.36/35.41	c 3) picosat846: 2.831569
35.36/35.41	c 4) zchaff_rand: 1.728495
35.36/35.41	c 5) march_dl2004: -0.007911
35.36/35.41	c 6) SATenstein: -10000.000000
35.36/35.41	c 7) gnovelty+: -10000.000000
35.36/35.41	c 8) adaptg2wsat+: -10000.000000
35.36/35.41	c 9) adaptg2wsat0: -10000.000000
35.36/35.41	c 10) tts-4-0: -10000.000000
35.36/35.41	c 11) vallst: -10000.000000
35.36/35.41	c 12) minisat20: -10000.000000
35.36/35.41	c 13) kcnfs04SAT07: -10000.000000
35.36/35.41	c satzilla running minisat20SAT07 ... 
97.21/97.32	c Bin: Executing minisat20SAT07
97.21/97.32	c spawning binary file with 9964 seconds ...
97.21/97.32	c child exited successfully
97.21/97.32	c minisat20SAT07 returned code 0.
97.21/97.32	s UNSATISFIABLE
97.21/97.32	c SATZILLA_TIME=97.270000

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-1772940-1241345598/watcher-1772940-1241345598 -o /tmp/evaluation-result-1772940-1241345598/solver-1772940-1241345598 -C 10000 -W 12000 -M 1800 HOME/SATzilla2009_I HOME/instance-1772940-1241345598.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.85 0.97 0.99 3/65 12819
/proc/meminfo: memFree=743888/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=2056 CPUtime=0
/proc/12819/stat : 12819 (SATzilla2009_I) R 12817 12819 12782 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 162588881 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 1 0 0
/proc/12819/statm: 514 112 96 399 0 111 0
[pid=12820] ppid=12819 vsize=7960 CPUtime=0
/proc/12820/stat : 12820 (mxc-sr08) R 12819 12819 12782 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 162588881 8151040 515 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12820/statm: 1990 521 44 138 0 1849 0

[startup+0.072332 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 12819
/proc/meminfo: memFree=743888/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=2056 CPUtime=0
/proc/12819/stat : 12819 (SATzilla2009_I) S 12817 12819 12782 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162588881 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 514 112 96 399 0 111 0
[pid=12820] ppid=12819 vsize=27032 CPUtime=0.06
/proc/12820/stat : 12820 (mxc-sr08) R 12819 12819 12782 0 -1 4194304 5901 0 0 0 3 3 0 0 19 0 1 0 162588881 27680768 5882 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12820/statm: 6758 5882 54 138 0 6617 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29088

[startup+0.101334 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 12819
/proc/meminfo: memFree=743888/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=2056 CPUtime=0
/proc/12819/stat : 12819 (SATzilla2009_I) S 12817 12819 12782 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162588881 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 514 112 96 399 0 111 0
[pid=12820] ppid=12819 vsize=29412 CPUtime=0.09
/proc/12820/stat : 12820 (mxc-sr08) R 12819 12819 12782 0 -1 4194304 6438 0 0 0 6 3 0 0 19 0 1 0 162588881 30117888 6419 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12820/statm: 7353 6420 54 138 0 7212 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31468

[startup+0.301356 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 12819
/proc/meminfo: memFree=743888/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=2056 CPUtime=0
/proc/12819/stat : 12819 (SATzilla2009_I) S 12817 12819 12782 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162588881 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 514 112 96 399 0 111 0
[pid=12820] ppid=12819 vsize=43132 CPUtime=0.29
/proc/12820/stat : 12820 (mxc-sr08) R 12819 12819 12782 0 -1 4194304 9918 0 0 0 24 5 0 0 21 0 1 0 162588881 44167168 9899 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12820/statm: 10783 9899 54 138 0 10642 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45188

[startup+0.701399 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 12819
/proc/meminfo: memFree=743888/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=2056 CPUtime=0
/proc/12819/stat : 12819 (SATzilla2009_I) S 12817 12819 12782 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162588881 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 514 112 96 399 0 111 0
[pid=12820] ppid=12819 vsize=42136 CPUtime=0.69
/proc/12820/stat : 12820 (mxc-sr08) R 12819 12819 12782 0 -1 4194304 11386 0 0 0 64 5 0 0 25 0 1 0 162588881 43147264 9560 1992294400 134512640 135078026 4294956192 18446744073709551615 134561110 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12820/statm: 10534 9560 55 138 0 10393 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44192

[startup+1.50149 s]
/proc/loadavg: 0.86 0.97 0.99 2/67 12821
/proc/meminfo: memFree=705408/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=2056 CPUtime=0
/proc/12819/stat : 12819 (SATzilla2009_I) S 12817 12819 12782 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162588881 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 514 112 96 399 0 111 0
[pid=12820] ppid=12819 vsize=57440 CPUtime=1.49
/proc/12820/stat : 12820 (mxc-sr08) R 12819 12819 12782 0 -1 4194304 14924 0 0 0 142 7 0 0 25 0 1 0 162588881 58818560 13098 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12820/statm: 14360 13099 55 138 0 14219 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59496

[startup+3.10266 s]
/proc/loadavg: 0.86 0.97 0.99 2/67 12821
/proc/meminfo: memFree=677312/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=2056 CPUtime=0
/proc/12819/stat : 12819 (SATzilla2009_I) S 12817 12819 12782 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162588881 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 514 112 96 399 0 111 0
[pid=12820] ppid=12819 vsize=74708 CPUtime=3.08
/proc/12820/stat : 12820 (mxc-sr08) R 12819 12819 12782 0 -1 4194304 19433 0 0 0 299 9 0 0 25 0 1 0 162588881 76500992 17607 1992294400 134512640 135078026 4294956192 18446744073709551615 134556702 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12820/statm: 18677 17607 55 138 0 18536 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 76764

[startup+6.30202 s]
/proc/loadavg: 0.86 0.97 0.99 2/67 12821
/proc/meminfo: memFree=671488/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=2056 CPUtime=0
/proc/12819/stat : 12819 (SATzilla2009_I) S 12817 12819 12782 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162588881 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12819/statm: 514 112 96 399 0 111 0
[pid=12820] ppid=12819 vsize=78340 CPUtime=6.29
/proc/12820/stat : 12820 (mxc-sr08) R 12819 12819 12782 0 -1 4194304 20227 0 0 0 619 10 0 0 25 0 1 0 162588881 80220160 18401 1992294400 134512640 135078026 4294956192 18446744073709551615 134561011 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12820/statm: 19585 18401 55 138 0 19444 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80396

[startup+12.7017 s]
/proc/loadavg: 1.03 1.00 1.00 2/67 12822
/proc/meminfo: memFree=721984/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=2056 CPUtime=9.99
/proc/12819/stat : 12819 (SATzilla2009_I) S 12817 12819 12782 0 -1 4194304 152 21040 0 0 0 0 988 11 16 0 1 0 162588881 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12819/statm: 514 121 104 399 0 111 0
[pid=12822] ppid=12819 vsize=22620 CPUtime=2.67
/proc/12822/stat : 12822 (picosat846) R 12819 12819 12782 0 -1 4194304 5254 0 0 0 265 2 0 0 25 0 1 0 162589882 23162880 5243 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12822/statm: 5655 5243 85 14 0 5321 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 24676

[startup+25.5011 s]
/proc/loadavg: 1.26 1.05 1.02 2/67 12824
/proc/meminfo: memFree=694784/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=22348 CPUtime=23.63
/proc/12819/stat : 12819 (SATzilla2009_I) S 12817 12819 12782 0 -1 4194304 7542 42455 0 0 162 4 2163 34 25 0 1 0 162588881 22884352 5222 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12819/statm: 5587 5222 137 399 0 5184 0
[pid=12824] ppid=12819 vsize=21936 CPUtime=1.83
/proc/12824/stat : 12824 (zchaff07) R 12819 12819 12782 0 -1 4194304 6473 0 0 0 180 3 0 0 25 0 1 0 162591247 22462464 4958 1992294400 134512640 135538726 4294956256 18446744073709551615 134544194 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12824/statm: 5484 4958 125 250 0 5231 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 44284

[startup+51.102 s]
/proc/loadavg: 1.35 1.09 1.03 2/67 12825
/proc/meminfo: memFree=651776/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=23932 CPUtime=35.37
/proc/12819/stat : 12819 (SATzilla2009_I) S 12817 12819 12782 0 -1 4194304 17365 48931 0 0 1128 11 2360 38 25 0 1 0 162588881 24506368 5753 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/12819/statm: 5983 5753 217 399 0 5580 0
[pid=12825] ppid=12819 vsize=62724 CPUtime=15.66
/proc/12825/stat : 12825 (minisat20SAT07) R 12819 12819 12782 0 -1 4194304 17494 0 0 0 1559 7 0 0 25 0 1 0 162592423 64229376 15416 1992294400 134512640 135078472 4294956192 18446744073709551615 134550573 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12825/statm: 15681 15416 74 138 0 15540 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 86656

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

[startup+76.7018 s]
/proc/loadavg: 1.23 1.08 1.03 2/67 12825
/proc/meminfo: memFree=652096/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=23932 CPUtime=35.37
/proc/12819/stat : 12819 (SATzilla2009_I) S 12817 12819 12782 0 -1 4194304 17365 48931 0 0 1128 11 2360 38 25 0 1 0 162588881 24506368 5753 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/12819/statm: 5983 5753 217 399 0 5580 0
[pid=12825] ppid=12819 vsize=62724 CPUtime=41.25
/proc/12825/stat : 12825 (minisat20SAT07) R 12819 12819 12782 0 -1 4194304 17494 0 0 0 4118 7 0 0 25 0 1 0 162592423 64229376 15416 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12825/statm: 15681 15416 74 138 0 15540 0
Current children cumulated CPU time (s) 76.62
Current children cumulated vsize (KiB) 86656

[startup+89.5012 s]
/proc/loadavg: 1.18 1.08 1.03 2/67 12825
/proc/meminfo: memFree=652096/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=23932 CPUtime=35.37
/proc/12819/stat : 12819 (SATzilla2009_I) S 12817 12819 12782 0 -1 4194304 17365 48931 0 0 1128 11 2360 38 25 0 1 0 162588881 24506368 5753 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/12819/statm: 5983 5753 217 399 0 5580 0
[pid=12825] ppid=12819 vsize=62724 CPUtime=54.05
/proc/12825/stat : 12825 (minisat20SAT07) R 12819 12819 12782 0 -1 4194304 17494 0 0 0 5398 7 0 0 25 0 1 0 162592423 64229376 15416 1992294400 134512640 135078472 4294956192 18446744073709551615 134550573 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12825/statm: 15681 15416 74 138 0 15540 0
Current children cumulated CPU time (s) 89.42
Current children cumulated vsize (KiB) 86656

[startup+92.7015 s]
/proc/loadavg: 1.17 1.08 1.02 2/67 12825
/proc/meminfo: memFree=652096/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=23932 CPUtime=35.37
/proc/12819/stat : 12819 (SATzilla2009_I) S 12817 12819 12782 0 -1 4194304 17365 48931 0 0 1128 11 2360 38 25 0 1 0 162588881 24506368 5753 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/12819/statm: 5983 5753 217 399 0 5580 0
[pid=12825] ppid=12819 vsize=62724 CPUtime=57.25
/proc/12825/stat : 12825 (minisat20SAT07) R 12819 12819 12782 0 -1 4194304 17494 0 0 0 5718 7 0 0 25 0 1 0 162592423 64229376 15416 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12825/statm: 15681 15416 74 138 0 15540 0
Current children cumulated CPU time (s) 92.62
Current children cumulated vsize (KiB) 86656

[startup+95.9019 s]
/proc/loadavg: 1.17 1.08 1.02 2/67 12825
/proc/meminfo: memFree=652096/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=23932 CPUtime=35.37
/proc/12819/stat : 12819 (SATzilla2009_I) S 12817 12819 12782 0 -1 4194304 17365 48931 0 0 1128 11 2360 38 25 0 1 0 162588881 24506368 5753 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/12819/statm: 5983 5753 217 399 0 5580 0
[pid=12825] ppid=12819 vsize=62724 CPUtime=60.44
/proc/12825/stat : 12825 (minisat20SAT07) R 12819 12819 12782 0 -1 4194304 17494 0 0 0 6037 7 0 0 25 0 1 0 162592423 64229376 15416 1992294400 134512640 135078472 4294956192 18446744073709551615 134550573 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12825/statm: 15681 15416 74 138 0 15540 0
Current children cumulated CPU time (s) 95.81
Current children cumulated vsize (KiB) 86656

[startup+96.702 s]
/proc/loadavg: 1.15 1.08 1.02 2/67 12825
/proc/meminfo: memFree=652096/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=23932 CPUtime=35.37
/proc/12819/stat : 12819 (SATzilla2009_I) S 12817 12819 12782 0 -1 4194304 17365 48931 0 0 1128 11 2360 38 25 0 1 0 162588881 24506368 5753 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/12819/statm: 5983 5753 217 399 0 5580 0
[pid=12825] ppid=12819 vsize=62724 CPUtime=61.25
/proc/12825/stat : 12825 (minisat20SAT07) R 12819 12819 12782 0 -1 4194304 17494 0 0 0 6118 7 0 0 25 0 1 0 162592423 64229376 15416 1992294400 134512640 135078472 4294956192 18446744073709551615 134550646 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12825/statm: 15681 15416 74 138 0 15540 0
Current children cumulated CPU time (s) 96.62
Current children cumulated vsize (KiB) 86656

[startup+97.102 s]
/proc/loadavg: 1.15 1.08 1.02 2/67 12825
/proc/meminfo: memFree=652096/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=23932 CPUtime=35.37
/proc/12819/stat : 12819 (SATzilla2009_I) S 12817 12819 12782 0 -1 4194304 17365 48931 0 0 1128 11 2360 38 25 0 1 0 162588881 24506368 5753 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/12819/statm: 5983 5753 217 399 0 5580 0
[pid=12825] ppid=12819 vsize=62724 CPUtime=61.64
/proc/12825/stat : 12825 (minisat20SAT07) R 12819 12819 12782 0 -1 4194304 17500 0 0 0 6157 7 0 0 25 0 1 0 162592423 64229376 15421 1992294400 134512640 135078472 4294956192 18446744073709551615 134537926 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12825/statm: 15681 15421 79 138 0 15540 0
Current children cumulated CPU time (s) 97.01
Current children cumulated vsize (KiB) 86656

[startup+97.302 s]
/proc/loadavg: 1.15 1.08 1.02 2/67 12825
/proc/meminfo: memFree=652096/2055920 swapFree=4181588/4192956
[pid=12819] ppid=12817 vsize=23932 CPUtime=35.37
/proc/12819/stat : 12819 (SATzilla2009_I) S 12817 12819 12782 0 -1 4194304 17365 48931 0 0 1128 11 2360 38 25 0 1 0 162588881 24506368 5753 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/12819/statm: 5983 5753 217 399 0 5580 0
[pid=12825] ppid=12819 vsize=59456 CPUtime=61.84
/proc/12825/stat : 12825 (minisat20SAT07) R 12819 12819 12782 0 -1 4194304 17500 0 0 0 6177 7 0 0 25 0 1 0 162592423 60882944 14648 1992294400 134512640 135078472 4294956192 18446744073709551615 134702541 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12825/statm: 14864 14648 79 138 0 14723 0
Current children cumulated CPU time (s) 97.21
Current children cumulated vsize (KiB) 83388

Child status: 20
Real time (s): 97.3362
CPU time (s): 97.2832
CPU user time (s): 96.6903
CPU system time (s): 0.592909
CPU usage (%): 99.9455
Max. virtual memory (cumulated for all children) (KiB): 95432

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

runsolver used 0.097985 second user time and 0.263959 second system time

The end

Launcher Data

Begin job on node91 at 2009-05-03 12:13:18
IDJOB=1772940
IDBENCH=20415
IDSOLVER=616
FILE ID=node91/1772940-1241345598
PBS_JOBID= 9225528
Free space on /tmp= 66496 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h26-unsat.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772940-1241345598/watcher-1772940-1241345598 -o /tmp/evaluation-result-1772940-1241345598/solver-1772940-1241345598 -C 10000 -W 12000 -M 1800  HOME/SATzilla2009_I HOME/instance-1772940-1241345598.cnf

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

MD5SUM BENCH= 4b97e69214a2eddbe060a9ecc3dfbbd8
RANDOM SEED=2104963891

node91.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.241
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.241
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:        744432 kB
Buffers:         81116 kB
Cached:        1125748 kB
SwapCached:       5440 kB
Active:         282836 kB
Inactive:       933116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        744432 kB
SwapTotal:     4192956 kB
SwapFree:      4181588 kB
Dirty:           38804 kB
Writeback:           0 kB
Mapped:          15108 kB
Slab:            81452 kB
Committed_AS:   588316 kB
PageTables:       1356 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 node91 at 2009-05-03 12:14:56