Trace number 3499414

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
SAT09 reference solver: SATzilla2009_C 2009-03-22UNSAT 147.684 147.678

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-12-12-unsat.cnf
MD5SUM9255daf8fc8e7a0c753f68fd095283c9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.025
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of clauses936
Sum of the clauses size3312
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2792
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5144

Solver Data

16.28/16.35	c SATzilla is building models for class 2
16.28/16.35	c run presolver march_dl2004 for 5 seconds ... 
16.28/16.35	c Bin: Executing march_dl2004
16.28/16.35	c spawning binary file with 5 seconds ...
16.28/16.35	c child exit by a signal
16.28/16.35	c march_dl2004 returned code 137.
16.28/16.35	c run presolver mxc-sr08 for 5 seconds ... 
16.28/16.35	c Bin: Executing mxc-sr08
16.28/16.35	c spawning binary file with 5 seconds ...
16.28/16.35	c child exit by a signal
16.28/16.35	c mxc-sr08 returned code 137.
16.28/16.35	c Orignal number of varibales is 144, number of clauses is 936 
16.28/16.35	c predicted feature computation time is 6.894613 
16.28/16.35	c Bin: Executing satelite
16.28/16.35	c spawning binary file with 240 seconds ...
16.28/16.35	c child exited successfully
16.28/16.35	c satzilla computing base features
16.28/16.35	c Number of variabe is: 144, Number of clause is : 936 
16.28/16.35	c Initializing...
16.28/16.35	c satzilla compute diameter ...
16.28/16.35	c start diameter features ...
16.28/16.35	c satzilla doing clause learning
16.28/16.35	c start clause learning features ...
16.28/16.35	c Bin: Executing zchaff07
16.28/16.35	c spawning binary file with 2 seconds ...
16.28/16.35	c child exit by a signal
16.28/16.35	c satzilla doing survey propogation probe
16.28/16.35	c do survay propogation for 2 second ...
16.28/16.35	c satzilla doing local search probe
16.28/16.35	c satzilla doing lobjois search-space size estimate
16.28/16.35	c features are:144 936 144 936 0 0 0.153846 1 0 -0 0.0245726 1.01966 0.0138889 0.0833333 0.429323 0.846154 0.846154 0.0245726 0 0.0245726 0.0245726 -0 0.0434783 0 0.0434783 0.0434783 -0 0.0117521 0 0.0117521 0.0117521 -0 0.846154 0.0929487 0 0.0929487 0.0929487 3 0 3 3 -0 4900 0.00262544 4886 4921 4921 4886 4921 4896 4897 49.244 0.0461105 46.2762 52.3774 52.3774 46.2762 52.3774 48.1652 50.1572 0.70875 0.000104075 0.708578 0.708901 0.70884 0.708643 0.708811 0.708694 0.708766 0.0414615 0.000999489 0.0413976 0.0415835 0.0415164 0.0414164 0.0414934 0.0414229 0.0414591 9.1574 0.178145 50.7516 0.120867 51 43 59 2.86308 0.165325 0.976037 0.013766 0.802417 0.840963 
16.28/16.35	c satzilla's ranking:
16.28/16.35	c 1) minisat20SAT07: 7.034547
16.28/16.35	c 2) mxc-sr08: 6.495574
16.28/16.35	c 3) tts-4-0: 6.319283
16.28/16.35	c 4) march_dl2004: 6.118873
16.28/16.35	c 5) zchaff_rand: 5.804157
16.28/16.35	c 6) minisat20: 5.655997
16.28/16.35	c 7) vallst: 0.113854
16.28/16.35	c 8) SATenstein: -10000.000000
16.28/16.35	c 9) gnovelty+: -10000.000000
16.28/16.35	c 10) adaptg2wsat+: -10000.000000
16.28/16.35	c 11) adaptg2wsat0: -10000.000000
16.28/16.35	c 12) picosat846: -10000.000000
16.28/16.35	c 13) kcnfs04SAT07: -10000.000000
16.28/16.35	c satzilla running minisat20SAT07 ... 
147.58/147.67	c Bin: Executing minisat20SAT07
147.58/147.67	c spawning binary file with 4983 seconds ...
147.58/147.67	c child exited successfully
147.58/147.67	c minisat20SAT07 returned code 0.
147.58/147.67	s UNSATISFIABLE
147.58/147.67	c SATZILLA_TIME=147.690000

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3499414-1308491833/watcher-3499414-1308491833 -o /tmp/evaluation-result-3499414-1308491833/solver-3499414-1308491833 -C 5000 -W 5100 -M 15500 HOME/SATzilla2009_C HOME/instance-3499414-1308491833.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 1.99 1.56 2/178 10053
/proc/meminfo: memFree=27550124/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=2136 CPUtime=0 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 163 0 0 0 0 0 0 0 24 0 1 0 960780041 2187264 114 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 3 0 0 0
/proc/10053/statm: 534 114 97 400 0 131 0

[startup+0.0884579 s]
/proc/loadavg: 2.01 1.99 1.56 2/178 10053
/proc/meminfo: memFree=27550124/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=2136 CPUtime=0 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 163 0 0 0 0 0 0 0 24 0 1 0 960780041 2187264 114 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 3 0 0 0
/proc/10053/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.100457 s]
/proc/loadavg: 2.01 1.99 1.56 2/178 10053
/proc/meminfo: memFree=27550124/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=2136 CPUtime=0 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 163 0 0 0 0 0 0 0 24 0 1 0 960780041 2187264 114 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 3 0 0 0
/proc/10053/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.300418 s]
/proc/loadavg: 2.01 1.99 1.56 2/178 10053
/proc/meminfo: memFree=27550124/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=2136 CPUtime=0 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 163 0 0 0 0 0 0 0 24 0 1 0 960780041 2187264 114 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 3 0 0 0
/proc/10053/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.700345 s]
/proc/loadavg: 2.01 1.99 1.56 2/178 10053
/proc/meminfo: memFree=27550124/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=2136 CPUtime=0 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 163 0 0 0 0 0 0 0 24 0 1 0 960780041 2187264 114 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 3 0 0 0
/proc/10053/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+1.50019 s]
/proc/loadavg: 2.01 1.99 1.56 3/180 10055
/proc/meminfo: memFree=27549788/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=2136 CPUtime=0 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 163 0 0 0 0 0 0 0 24 0 1 0 960780041 2187264 114 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 3 0 0 0
/proc/10053/statm: 534 114 97 400 0 131 0
[pid=10054] ppid=10053 vsize=1372 CPUtime=1.49 cores=1,3,5,7
/proc/10054/stat : 10054 (march_dl2004) R 10053 10053 9878 0 -1 4202496 287 0 0 0 149 0 0 0 25 0 1 0 960780041 1404928 258 33554432000 134512640 134996440 4290139552 18446744073709551615 134663598 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/10054/statm: 343 258 74 119 0 222 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3508

[startup+3.10086 s]
/proc/loadavg: 2.00 1.99 1.56 3/180 10055
/proc/meminfo: memFree=27549416/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=2136 CPUtime=0 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 163 0 0 0 0 0 0 0 24 0 1 0 960780041 2187264 114 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 3 0 0 0
/proc/10053/statm: 534 114 97 400 0 131 0
[pid=10054] ppid=10053 vsize=1372 CPUtime=3.1 cores=1,3,5,7
/proc/10054/stat : 10054 (march_dl2004) R 10053 10053 9878 0 -1 4202496 293 0 0 0 310 0 0 0 25 0 1 0 960780041 1404928 264 33554432000 134512640 134996440 4290139552 18446744073709551615 134565284 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/10054/statm: 343 264 74 119 0 222 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 3508

[startup+6.30022 s]
/proc/loadavg: 2.00 1.99 1.56 3/180 10056
/proc/meminfo: memFree=27548104/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=2136 CPUtime=4.99 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 187 294 0 0 0 0 499 0 18 0 1 0 960780041 2187264 127 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 3 0 0 0
/proc/10053/statm: 534 127 108 400 0 131 0
[pid=10056] ppid=10053 vsize=2132 CPUtime=1.3 cores=1,3,5,7
/proc/10056/stat : 10056 (mxc-sr08) R 10053 10053 9878 0 -1 4202496 445 0 0 0 130 0 0 0 22 0 1 0 960780541 2183168 419 33554432000 134512640 135078026 4286999360 18446744073709551615 134534603 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/10056/statm: 533 419 73 139 0 392 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4268

[startup+12.7009 s]
/proc/loadavg: 2.00 1.99 1.56 3/180 10058
/proc/meminfo: memFree=27542420/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=7292 CPUtime=12.69 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) R 10051 10053 9878 0 -1 4202496 459 2810 0 0 53 17 1198 1 18 0 1 0 960780041 7467008 347 33554432000 134512640 136149437 4290593472 18446744073709551615 135542670 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10053/statm: 1823 347 208 400 0 1420 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7292

[startup+25.5004 s]
/proc/loadavg: 2.00 1.99 1.57 3/180 10060
/proc/meminfo: memFree=27547752/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=3192 CPUtime=16.34 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 518 2810 0 0 384 51 1198 1 25 0 1 0 960780041 3268608 347 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/10053/statm: 798 347 220 400 0 395 0
[pid=10059] ppid=10053 vsize=2688 CPUtime=9.14 cores=1,3,5,7
/proc/10059/stat : 10059 (minisat20SAT07) R 10053 10053 9878 0 -1 4202496 346 0 0 0 914 0 0 0 25 0 1 0 960781677 2752512 319 33554432000 134512640 135078472 4291595776 18446744073709551615 134550624 0 0 8392704 3 0 0 0 17 3 0 0 0
/proc/10059/statm: 672 319 73 139 0 531 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5880

[startup+51.1003 s]
/proc/loadavg: 2.00 1.99 1.58 3/180 10060
/proc/meminfo: memFree=27547476/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=3192 CPUtime=16.34 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 518 2810 0 0 384 51 1198 1 25 0 1 0 960780041 3268608 347 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/10053/statm: 798 347 220 400 0 395 0
[pid=10059] ppid=10053 vsize=3092 CPUtime=34.74 cores=1,3,5,7
/proc/10059/stat : 10059 (minisat20SAT07) R 10053 10053 9878 0 -1 4202496 465 0 0 0 3474 0 0 0 25 0 1 0 960781677 3166208 438 33554432000 134512640 135078472 4291595776 18446744073709551615 134550708 0 0 8392704 3 0 0 0 17 3 0 0 0
/proc/10059/statm: 773 438 73 139 0 632 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6284

[startup+102.306 s]
/proc/loadavg: 2.00 1.99 1.60 3/180 10062
/proc/meminfo: memFree=27546620/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=3192 CPUtime=16.34 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 518 2810 0 0 384 51 1198 1 25 0 1 0 960780041 3268608 347 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/10053/statm: 798 347 220 400 0 395 0
[pid=10059] ppid=10053 vsize=3632 CPUtime=85.94 cores=1,3,5,7
/proc/10059/stat : 10059 (minisat20SAT07) R 10053 10053 9878 0 -1 4202496 596 0 0 0 8594 0 0 0 25 0 1 0 960781677 3719168 569 33554432000 134512640 135078472 4291595776 18446744073709551615 134550717 0 0 8392704 3 0 0 0 17 3 0 0 0
/proc/10059/statm: 908 569 73 139 0 767 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 6824

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

[startup+127.901 s]
/proc/loadavg: 2.00 1.99 1.61 3/180 10063
/proc/meminfo: memFree=27546608/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=3192 CPUtime=16.34 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 518 2810 0 0 384 51 1198 1 25 0 1 0 960780041 3268608 347 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/10053/statm: 798 347 220 400 0 395 0
[pid=10059] ppid=10053 vsize=3768 CPUtime=111.54 cores=1,3,5,7
/proc/10059/stat : 10059 (minisat20SAT07) R 10053 10053 9878 0 -1 4202496 635 0 0 0 11154 0 0 0 25 0 1 0 960781677 3858432 608 33554432000 134512640 135078472 4291595776 18446744073709551615 134550686 0 0 8392704 3 0 0 0 17 3 0 0 0
/proc/10059/statm: 942 608 73 139 0 801 0
Current children cumulated CPU time (s) 127.88
Current children cumulated vsize (KiB) 6960

[startup+140.7 s]
/proc/loadavg: 2.00 1.99 1.61 3/180 10063
/proc/meminfo: memFree=27546720/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=3192 CPUtime=16.34 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 518 2810 0 0 384 51 1198 1 25 0 1 0 960780041 3268608 347 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/10053/statm: 798 347 220 400 0 395 0
[pid=10059] ppid=10053 vsize=3768 CPUtime=124.35 cores=1,3,5,7
/proc/10059/stat : 10059 (minisat20SAT07) R 10053 10053 9878 0 -1 4202496 635 0 0 0 12435 0 0 0 25 0 1 0 960781677 3858432 608 33554432000 134512640 135078472 4291595776 18446744073709551615 134550732 0 0 8392704 3 0 0 0 17 3 0 0 0
/proc/10059/statm: 942 608 73 139 0 801 0
Current children cumulated CPU time (s) 140.69
Current children cumulated vsize (KiB) 6960

[startup+143.901 s]
/proc/loadavg: 2.00 1.99 1.61 3/180 10063
/proc/meminfo: memFree=27546720/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=3192 CPUtime=16.34 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 518 2810 0 0 384 51 1198 1 25 0 1 0 960780041 3268608 347 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/10053/statm: 798 347 220 400 0 395 0
[pid=10059] ppid=10053 vsize=3768 CPUtime=127.54 cores=1,3,5,7
/proc/10059/stat : 10059 (minisat20SAT07) R 10053 10053 9878 0 -1 4202496 635 0 0 0 12754 0 0 0 25 0 1 0 960781677 3858432 608 33554432000 134512640 135078472 4291595776 18446744073709551615 134551920 0 0 8392704 3 0 0 0 17 3 0 0 0
/proc/10059/statm: 942 608 73 139 0 801 0
Current children cumulated CPU time (s) 143.88
Current children cumulated vsize (KiB) 6960

[startup+145.5 s]
/proc/loadavg: 2.00 1.99 1.61 3/180 10063
/proc/meminfo: memFree=27546720/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=3192 CPUtime=16.34 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 518 2810 0 0 384 51 1198 1 25 0 1 0 960780041 3268608 347 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/10053/statm: 798 347 220 400 0 395 0
[pid=10059] ppid=10053 vsize=3768 CPUtime=129.14 cores=1,3,5,7
/proc/10059/stat : 10059 (minisat20SAT07) R 10053 10053 9878 0 -1 4202496 635 0 0 0 12914 0 0 0 25 0 1 0 960781677 3858432 608 33554432000 134512640 135078472 4291595776 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 3 0 0 0
/proc/10059/statm: 942 608 73 139 0 801 0
Current children cumulated CPU time (s) 145.48
Current children cumulated vsize (KiB) 6960

[startup+146.306 s]
/proc/loadavg: 2.00 1.99 1.61 3/180 10063
/proc/meminfo: memFree=27546596/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=3192 CPUtime=16.34 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 518 2810 0 0 384 51 1198 1 25 0 1 0 960780041 3268608 347 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/10053/statm: 798 347 220 400 0 395 0
[pid=10059] ppid=10053 vsize=3768 CPUtime=129.95 cores=1,3,5,7
/proc/10059/stat : 10059 (minisat20SAT07) R 10053 10053 9878 0 -1 4202496 635 0 0 0 12995 0 0 0 25 0 1 0 960781677 3858432 608 33554432000 134512640 135078472 4291595776 18446744073709551615 134550738 0 0 8392704 3 0 0 0 17 3 0 0 0
/proc/10059/statm: 942 608 73 139 0 801 0
Current children cumulated CPU time (s) 146.29
Current children cumulated vsize (KiB) 6960

[startup+147.101 s]
/proc/loadavg: 2.00 1.99 1.61 3/180 10063
/proc/meminfo: memFree=27546596/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=3192 CPUtime=16.34 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 518 2810 0 0 384 51 1198 1 25 0 1 0 960780041 3268608 347 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/10053/statm: 798 347 220 400 0 395 0
[pid=10059] ppid=10053 vsize=3768 CPUtime=130.74 cores=1,3,5,7
/proc/10059/stat : 10059 (minisat20SAT07) R 10053 10053 9878 0 -1 4202496 635 0 0 0 13074 0 0 0 25 0 1 0 960781677 3858432 608 33554432000 134512640 135078472 4291595776 18446744073709551615 134550654 0 0 8392704 3 0 0 0 17 3 0 0 0
/proc/10059/statm: 942 608 73 139 0 801 0
Current children cumulated CPU time (s) 147.08
Current children cumulated vsize (KiB) 6960

[startup+147.501 s]
/proc/loadavg: 2.00 1.99 1.61 3/180 10063
/proc/meminfo: memFree=27546596/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=3192 CPUtime=16.34 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 518 2810 0 0 384 51 1198 1 25 0 1 0 960780041 3268608 347 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/10053/statm: 798 347 220 400 0 395 0
[pid=10059] ppid=10053 vsize=3768 CPUtime=131.14 cores=1,3,5,7
/proc/10059/stat : 10059 (minisat20SAT07) R 10053 10053 9878 0 -1 4202496 635 0 0 0 13114 0 0 0 25 0 1 0 960781677 3858432 608 33554432000 134512640 135078472 4291595776 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 3 0 0 0
/proc/10059/statm: 942 608 73 139 0 801 0
Current children cumulated CPU time (s) 147.48
Current children cumulated vsize (KiB) 6960

[startup+147.601 s]
/proc/loadavg: 2.00 1.99 1.61 3/180 10063
/proc/meminfo: memFree=27546596/32950928 swapFree=67053912/67111528
[pid=10053] ppid=10051 vsize=3192 CPUtime=16.34 cores=1,3,5,7
/proc/10053/stat : 10053 (SATzilla2009_C) S 10051 10053 9878 0 -1 4202496 518 2810 0 0 384 51 1198 1 25 0 1 0 960780041 3268608 347 33554432000 134512640 136149437 4290593472 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/10053/statm: 798 347 220 400 0 395 0
[pid=10059] ppid=10053 vsize=3768 CPUtime=131.24 cores=1,3,5,7
/proc/10059/stat : 10059 (minisat20SAT07) R 10053 10053 9878 0 -1 4202496 635 0 0 0 13124 0 0 0 25 0 1 0 960781677 3858432 608 33554432000 134512640 135078472 4291595776 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 3 0 0 0
/proc/10059/statm: 942 608 73 139 0 801 0
Current children cumulated CPU time (s) 147.58
Current children cumulated vsize (KiB) 6960

Child status: 20
Real time (s): 147.678
CPU time (s): 147.684
CPU user time (s): 147.145
CPU system time (s): 0.538918
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 10600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.145
system time used= 0.538918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3982
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= 14
involuntary context switches= 415

runsolver used 0.198969 second user time and 0.477927 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-19 15:57:13
IDJOB=3499414
IDBENCH=83224
IDSOLVER=1995
FILE ID=node149/3499414-1308491833
RUNJOBID= node149-1308490389-9897
PBS_JOBID= 13608157
Free space on /tmp= 73248 MiB

SOLVER NAME= SAT09 reference solver: SATzilla2009_C 2009-03-22
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-12-12-unsat.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499414-1308491833/watcher-3499414-1308491833 -o /tmp/evaluation-result-3499414-1308491833/solver-3499414-1308491833 -C 5000 -W 5100 -M 15500  HOME/SATzilla2009_C HOME/instance-3499414-1308491833.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9255daf8fc8e7a0c753f68fd095283c9
RANDOM SEED=1000483657

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27550924 kB
Buffers:        596400 kB
Cached:        4402352 kB
SwapCached:      23716 kB
Active:        2412316 kB
Inactive:      2625356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27550924 kB
SwapTotal:    67111528 kB
SwapFree:     67053912 kB
Dirty:           31460 kB
Writeback:           4 kB
AnonPages:       36272 kB
Mapped:          10916 kB
Slab:           298492 kB
PageTables:       4600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   213924 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73216 MiB
End job on node149 at 2011-06-19 15:59:41