Trace number 3421042

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
RestartSAT B95? (TO) 5000.09 4999.94

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-17x27.cnf
MD5SUMb9a7e3013b1b74b08c8e421f15cb16c4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1836
Number of clauses194157
Sum of the clauses size771120
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22754
Number of clauses of size 30
Number of clauses of size 4191403
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3421042-1306616916/watcher-3421042-1306616916 -o /tmp/evaluation-result-3421042-1306616916/solver-3421042-1306616916 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421042-1306616916.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.03 2.02 2.00 2/424 14270
/proc/meminfo: memFree=14102384/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=20740 CPUtime=0 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 1134 0 0 0 0 0 0 0 25 0 1 0 773289856 21237760 1076 33554432000 4194304 4291949 140735904826320 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 5185 1076 225 24 0 1819 0

[startup+0.0671659 s]
/proc/loadavg: 2.03 2.02 2.00 2/424 14270
/proc/meminfo: memFree=14102384/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=29092 CPUtime=0.06 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 4414 0 0 0 6 0 0 0 25 0 1 0 773289856 29790208 4027 33554432000 4194304 4291949 140735904826320 18446744073709551615 246516892074 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 7273 4027 226 24 0 3907 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29092

[startup+0.101159 s]
/proc/loadavg: 2.03 2.02 2.00 2/424 14270
/proc/meminfo: memFree=14102384/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=32864 CPUtime=0.09 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 4722 0 0 0 9 0 0 0 25 0 1 0 773289856 33652736 4335 33554432000 4194304 4291949 140735904826320 18446744073709551615 4230098 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 8216 4335 231 24 0 4850 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32864

[startup+0.30012 s]
/proc/loadavg: 2.03 2.02 2.00 2/424 14270
/proc/meminfo: memFree=14102384/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=32864 CPUtime=0.29 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 4722 0 0 0 29 0 0 0 25 0 1 0 773289856 33652736 4335 33554432000 4194304 4291949 140735904826320 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 8216 4335 231 24 0 4850 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32864

[startup+0.701045 s]
/proc/loadavg: 2.03 2.02 2.00 2/424 14270
/proc/meminfo: memFree=14102384/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=32864 CPUtime=0.69 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 4722 0 0 0 69 0 0 0 25 0 1 0 773289856 33652736 4335 33554432000 4194304 4291949 140735904826320 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 8216 4335 231 24 0 4850 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32864

[startup+1.5009 s]
/proc/loadavg: 2.03 2.02 2.00 3/425 14271
/proc/meminfo: memFree=14079612/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=45508 CPUtime=1.49 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 8469 0 0 0 148 1 0 0 25 0 1 0 773289856 46600192 8082 33554432000 4194304 4291949 140735904826320 18446744073709551615 4229928 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 11377 8082 233 24 0 8011 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45508

[startup+3.10061 s]
/proc/loadavg: 2.03 2.02 2.00 3/425 14271
/proc/meminfo: memFree=14121400/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=42156 CPUtime=3.09 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 10968 0 0 0 308 1 0 0 25 0 1 0 773289856 43167744 7273 33554432000 4194304 4291949 140735904826320 18446744073709551615 4229980 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 10539 7273 233 24 0 7173 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42156

[startup+6.30104 s]
/proc/loadavg: 2.03 2.02 2.00 3/425 14271
/proc/meminfo: memFree=14114912/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=52868 CPUtime=6.29 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 15332 0 0 0 628 1 0 0 25 0 1 0 773289856 54136832 9476 33554432000 4194304 4291949 140735904826320 18446744073709551615 4250384 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 13217 9476 252 24 0 9851 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52868

[startup+12.7009 s]
/proc/loadavg: 2.02 2.02 2.00 3/425 14271
/proc/meminfo: memFree=14034408/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=102188 CPUtime=12.69 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 24587 0 0 0 1267 2 0 0 25 0 1 0 773289856 104640512 18670 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 25547 18670 252 24 0 22181 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 102188

[startup+25.5005 s]
/proc/loadavg: 2.02 2.02 2.00 3/425 14272
/proc/meminfo: memFree=14012588/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=133008 CPUtime=25.49 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 30678 0 0 0 2546 3 0 0 25 0 1 0 773289856 136200192 24694 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 33252 24694 252 24 0 29886 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 133008

[startup+51.1009 s]
/proc/loadavg: 2.15 2.05 2.01 3/425 14272
/proc/meminfo: memFree=14011000/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=183096 CPUtime=51.09 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 40852 0 0 0 5103 6 0 0 25 0 1 0 773289856 187490304 34742 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 45774 34742 252 24 0 42408 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 183096

[startup+102.316 s]
/proc/loadavg: 2.13 2.05 2.01 3/425 14274
/proc/meminfo: memFree=13956524/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=206804 CPUtime=102.3 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 72452 0 0 0 10217 13 0 0 25 0 1 0 773289856 211767296 38979 33554432000 4194304 4291949 140735904826320 18446744073709551615 246516493044 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 51701 38979 252 24 0 48335 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 206804

[startup+162.301 s]
/proc/loadavg: 2.09 2.06 2.01 3/425 14275
/proc/meminfo: memFree=13976712/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=156716 CPUtime=162.29 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 100814 0 0 0 16207 22 0 0 25 0 1 0 773289856 160477184 32071 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 39179 32071 252 24 0 35813 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 156716

[startup+222.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/425 14277
/proc/meminfo: memFree=13999620/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=142884 CPUtime=222.3 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 139550 0 0 0 22198 32 0 0 25 0 1 0 773289856 146313216 26497 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 35721 26497 252 24 0 32355 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 142884

[startup+282.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 14279
/proc/meminfo: memFree=13926416/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=223792 CPUtime=282.3 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 161339 0 0 0 28192 38 0 0 25 0 1 0 773289856 229163008 48016 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 55948 48016 252 24 0 52582 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 223792

[startup+342.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/425 14280
/proc/meminfo: memFree=13963600/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=173704 CPUtime=342.3 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 193660 0 0 0 34185 45 0 0 25 0 1 0 773289856 177872896 36708 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 43426 36708 252 24 0 40060 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 173704

[startup+402.301 s]
/proc/loadavg: 2.14 2.06 2.01 3/425 14282
/proc/meminfo: memFree=13929600/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=305180 CPUtime=402.3 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 210650 0 0 0 40179 51 0 0 25 0 1 0 773289856 312504320 53505 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 76295 53505 252 24 0 72929 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 305180

[startup+462.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/425 14283
/proc/meminfo: memFree=13871528/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=223792 CPUtime=462.3 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 252246 0 0 0 46168 62 0 0 25 0 1 0 773289856 229163008 47698 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 55948 47698 252 24 0 52582 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 223792

[startup+522.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/425 14285
/proc/meminfo: memFree=13861584/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=305180 CPUtime=522.31 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 267504 0 0 0 52163 68 0 0 25 0 1 0 773289856 312504320 62771 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 76295 62771 252 24 0 72929 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 305180

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 14287
/proc/meminfo: memFree=13749704/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=437440 CPUtime=582.31 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 282083 0 0 0 58159 72 0 0 25 0 1 0 773289856 447938560 77148 33554432000 4194304 4291949 140735904826320 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 109360 77148 252 24 0 105994 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 437440

[startup+642.3 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 14391
/proc/meminfo: memFree=13563032/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=445544 CPUtime=4062.43 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 1765461 0 0 0 405792 451 0 0 25 0 1 0 773289856 456237056 85283 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 111386 85283 252 24 0 108020 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 445544

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 14393
/proc/meminfo: memFree=13532136/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=445544 CPUtime=4122.41 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 1779638 0 0 0 411786 455 0 0 25 0 1 0 773289856 456237056 99267 33554432000 4194304 4291949 140735904826320 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 111386 99267 252 24 0 108020 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 445544

[startup+4182.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/425 14395
/proc/meminfo: memFree=13336564/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=792728 CPUtime=4182.41 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 1819489 0 0 0 417778 463 0 0 25 0 1 0 773289856 811753472 138842 33554432000 4194304 4291949 140735904826320 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 198182 138842 252 24 0 194816 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 792728

[startup+4242.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/425 14396
/proc/meminfo: memFree=13624224/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=364156 CPUtime=4242.42 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 1846776 0 0 0 423771 471 0 0 25 0 1 0 773289856 372895744 75356 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 91039 75356 252 24 0 87673 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 364156

[startup+4302.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/425 14398
/proc/meminfo: memFree=13514716/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=445544 CPUtime=4302.41 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 1867357 0 0 0 429765 476 0 0 25 0 1 0 773289856 456237056 95679 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 111386 95679 252 24 0 108020 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 445544

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 14399
/proc/meminfo: memFree=13449720/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=577804 CPUtime=4362.42 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 1881728 0 0 0 435761 481 0 0 25 0 1 0 773289856 591671296 109862 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 144451 109862 252 24 0 141085 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 577804

[startup+4422.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/425 14401
/proc/meminfo: memFree=13695716/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=233928 CPUtime=4422.42 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 1897102 0 0 0 441756 486 0 0 25 0 1 0 773289856 239542272 53501 33554432000 4194304 4291949 140735904826320 18446744073709551615 4266936 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 58482 53501 252 24 0 55116 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 233928

[startup+4482.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/425 14403
/proc/meminfo: memFree=13512168/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=445544 CPUtime=4482.42 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 1935847 0 0 0 447748 494 0 0 25 0 1 0 773289856 456237056 91894 33554432000 4194304 4291949 140735904826320 18446744073709551615 4262384 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 111386 91894 252 24 0 108020 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 445544

[startup+4542.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/425 14404
/proc/meminfo: memFree=13472720/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=577804 CPUtime=4542.42 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 1955423 0 0 0 453744 498 0 0 25 0 1 0 773289856 591671296 111218 33554432000 4194304 4291949 140735904826320 18446744073709551615 4248397 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 144451 111218 252 24 0 141085 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 577804

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 14406
/proc/meminfo: memFree=13404876/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=577804 CPUtime=4602.44 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 1973035 0 0 0 459741 503 0 0 25 0 1 0 773289856 591671296 128632 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 144451 128632 252 24 0 141085 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 577804

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 14407
/proc/meminfo: memFree=13578572/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=364156 CPUtime=4662.43 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 2000753 0 0 0 465732 511 0 0 25 0 1 0 773289856 372895744 77063 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 91039 77063 252 24 0 87673 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 364156

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 14437
/proc/meminfo: memFree=13799848/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=577804 CPUtime=4722.45 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 2038904 0 0 0 471725 520 0 0 25 0 1 0 773289856 591671296 114940 33554432000 4194304 4291949 140735904826320 18446744073709551615 4262944 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 144451 114940 252 24 0 141085 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 577804

[startup+4782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/425 14439
/proc/meminfo: memFree=13702472/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=577804 CPUtime=4782.43 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 2063283 0 0 0 477716 527 0 0 25 0 1 0 773289856 591671296 139166 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 144451 139166 252 24 0 141085 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 577804

[startup+4842.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/425 14440
/proc/meminfo: memFree=13631148/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=792728 CPUtime=4842.43 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 2080563 0 0 0 483709 534 0 0 25 0 1 0 773289856 811753472 156348 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 198182 156348 252 24 0 194816 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 792728

[startup+4902.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/425 14442
/proc/meminfo: memFree=13893388/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=451996 CPUtime=4902.43 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 2127258 0 0 0 489697 546 0 0 25 0 1 0 773289856 462843904 91215 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 112999 91215 252 24 0 109633 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 451996

[startup+4962.3 s]
/proc/loadavg: 2.25 2.09 2.02 3/425 14443
/proc/meminfo: memFree=13780888/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=584256 CPUtime=4962.43 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 2155249 0 0 0 495690 553 0 0 25 0 1 0 773289856 598278144 119031 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 146064 119031 252 24 0 142698 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 584256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.12 2.08 2.01 3/425 14444
/proc/meminfo: memFree=13731140/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=584256 CPUtime=5000.05 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 2167623 0 0 0 499447 558 0 0 25 0 1 0 773289856 598278144 131340 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 146064 131340 252 24 0 142698 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 584256

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4999.9 s]
/proc/loadavg: 2.12 2.08 2.01 3/425 14444
/proc/meminfo: memFree=13731140/32951124 swapFree=48785060/67111528
[pid=14270] ppid=14268 vsize=584256 CPUtime=5000.05 cores=1,3,5,7
/proc/14270/stat : 14270 (RestartSAT) R 14268 14270 13929 0 -1 4202496 2167623 0 0 0 499447 558 0 0 25 0 1 0 773289856 598278144 131340 33554432000 4194304 4291949 140735904826320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14270/statm: 146064 131340 252 24 0 142698 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 584256

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.09
CPU user time (s): 4994.48
CPU system time (s): 5.60315
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 792728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4994.48
system time used= 5.60315
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2167624
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= 10
involuntary context switches= 4669

runsolver used 19.3551 second user time and 48.8406 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-28 23:08:37
IDJOB=3421042
IDBENCH=83173
IDSOLVER=1911
FILE ID=node134/3421042-1306616916
RUNJOBID= node134-1306611595-13948
PBS_JOBID= 13471615
Free space on /tmp= 73116 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-17x27.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421042-1306616916/watcher-3421042-1306616916 -o /tmp/evaluation-result-3421042-1306616916/solver-3421042-1306616916 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421042-1306616916.cnf

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

MD5SUM BENCH= b9a7e3013b1b74b08c8e421f15cb16c4
RANDOM SEED=1061584450

node134.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.831
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.66
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14102532 kB
Buffers:        278976 kB
Cached:        7518436 kB
SwapCached:      40168 kB
Active:        6274976 kB
Inactive:     12282880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14102532 kB
SwapTotal:    67111528 kB
SwapFree:     48785060 kB
Dirty:            4672 kB
Writeback:           0 kB
AnonPages:    10727744 kB
Mapped:          21444 kB
Slab:           133316 kB
PageTables:      89136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110960340 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73116 MiB
End job on node134 at 2011-05-29 00:31:59